Run AER Tests
Version updated for https://github.com/octoberswimmer/aer-dist to version v0.0.62.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Version v0.0.62
Add BusinessHours.settings Metadata Loading and Timezone Tests
Fix Date to Datetime Cast to Create Midnight GMT
Use Case-Insensitive Comparison in System.Collator
Use Value Equality for SObject Comparison in Collections
Fix Set instanceof For Strict Type Checking
Add SetupAuditTrail, LoginEvent, Network, and TransactionSecurityPolicy To Default Schema
Add Nested SOQL Subquery Support and Child Relationships for Attachments and ContentDocumentLinks
Add EmailServicesAddress and EmailServicesFunction to Default Schema
Treat Id and String as Interchangeable in Interface Method Signatures
Strengthen hover type resolution and member lookup
Add Expression Type Tracking and Improve LSP Diagnostics
Fix LSP Memory Explosion And Improve AST Position Matching
Add Blob Field Type Checking and SOQL Query Field Filtering
Apply –test-limit to Both Reference and Local Test Runs
Fix Duplicate Class Declaration Warnings For Built-in Types
Add Type Flow Improvements for LSP Completions and Definitions
Add rewew Command To license Command
Fix Crypto.generateDigest Error Message
Implement TxnSecurity.Event, PolicyCondition, and EventCondition
Add Document Symbols Support to LSP Server
Optimize Profiler With Sampling And Aggregation To Reduce Memory Usage
Add Holiday object to default schema
Add PackageLicense, PushTopic, and BatchApexErrorEvent to Default Schema
Fix Type Resolution For SObjects And Namespaced Packages
Fix Nested Class Inheritance Resolution And Add Lazy Loading For ApexClass.Body
Resolve Nested Class Inheritance From Outer Class Parent Hierarchy
Add Go to Type Definition Support to LSP Server
Add Workspace Symbol Search to LSP Server
Fix SObject Equality and Field Tracking After Insert
Optimize canonicalBuiltinClassName To Reduce ToLower Calls
Cache Canonical Builtin Class Names in classReference
Add Caching For Type Checks And Field Lookups
Add Test For Stub Returned Exception instanceof Check
Add Date Validation for Database.getDeleted and getUpdated
Add QueryException for Duplicate Case-Insensitive Keys in queryWithBinds
Return null from UndeleteResult.getErrors() on Success
Fix QueryLocator Iterator Consumption and Date/Datetime Comparison
Add Signature Help Support to LSP Server
Fix lspc Symbol Format Detection for SymbolInformation Responses
Rename LSP Server to aer and Fix Capabilities Display Order
Add references Command to lspc
Rewrite LSP References to Use Symbol Graph and Fix Nested Type Search
Add LSP Progress Notifications and Fix Class Reference Resolution
Fix Go to Definition in System.runAs Blocks and New Expressions
Fix False Unresolved Parent Class Diagnostic In publishDiagnostics
Add System.AsyncOptions and System.QueueableDuplicateSignature
Fix Datetime.format Year Patterns And Matcher.group Null Handling
Remove dead field lookup fallback and add inherited field tests
Add textDocument/implementation LSP Support
Optimize Pattern/Matcher regex by using Go’s standard library
Fix Namespace Prefix Handling In MetadataRelationship Joins And Constructor Type Matching