Run AER Tests
Version updated for https://github.com/octoberswimmer/aer-dist to version v0.0.72.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Version v0.0.72
Add UserManagement Builtins And Enum Handling
Implement Auth Namespace Builtins
Update Anonymous Apex Debug Instructions In Extension README
Add MFA Schema, TOTP Validation, And Stricter Numeric Typing
Resolve Namespaced Field Handling
Align Namespace And Cascade Handling Across Schema, SQL, And Storage
Add flow-to-apex command for converting record-triggered flows to Apex
Add boolean logic parser for complex filter expressions
Add subflow, loop, and action call handling to flow converter
Exit with error on unsupported flow elements
Implement record update with filters using SOQL
Add optimizer to bulkify SOQL and DML in flow-generated triggers
Add Output Directory And Queueable Class For Scheduled Flows
Add slackPostMessage Action Support And Conditional DML
Remove Redundant Trigger Context Checks From Optimized Triggers
Add customNotificationAction Support Using Messaging.CustomNotification
Add Apex Invocable Method Support To Flow Converter
Fix Flow Loop Handling And Add Unused Variable Removal
Re-initialize SObject Variables Inside Loops
Add emailSimple Action Support To Flow Converter
Add emailAlert Action Support To Flow Converter
Add chatterPost Support And Fix Variable Scoping In Flow Converter
Add Formula Parser And Fix IsChanged Operator For Insert Triggers
Convert AutoLaunched Sub-Flows To Invocable Apex Classes
Add Scheduled Flow Support And Fix Variable Scoping
Make Apex Format Errors Fatal
Fix Complex Filter Logic And Pre-declared Variable Handling
Fix Duplicate Variable Generation And Add LEFT/RIGHT/MID Formulas
Add DATE/YEAR/MONTH/DAY Formula Support To flow-to-apex And Fix Variable Scoping
Add string concatenation operator (&) support in formula-to-apex conversion
Handle polymorphic field references in flow-to-apex conversion
Add handler class pattern for flows with converging branches
Fix loop method generation and add ISPICKVAL formula support
Add Support for Flow Constants to flow-to-apex
Hoist loop queries, dedup SOQL, inline template merges
Handle Queueable Requery In Apex Generated By flow-to-apex
Ensure Record Create Variables In flow-to-apex Generated Apex Are Unique
Handle $User References Via UserInfo In flow-to-apex
Handle Apex Action Type Names In flow-to-apex; Relax LSP Project Loading
Clean Up LSP Defaults And Dependency Handling
Enforce Deterministic Namespace Handling Across Schema, SQL, And Deletes
Implement Additional Auth Namespace Coverage
Add License to VS Code Extension
Isolate After Trigger Context And Harden Builtins
Normalize Namespaced Formula Relationships
Add Exception Breakpoint Handling And Fix Describe LocalName Canonicalization