Skip to content

1.52

Version ID: 04tJ80000000R7jIAE

API

  • Add support to log via REST API. See docs.
  • Apex REST request and response blob bodies are now converted to strings in logs to improve readability.
  • External Logs now support Correlation ID. See docs.
  • External Logs now support compound message and payload values. See docs.

Unit Testing

  • Logger Hierarchy Settings are now not inserted automatically in unit tests. Default values are used instead. You can override default values by inserting custom settings manually in the test method. This prevents mixed DML issues in unit tests.