May 16, 2026 · 16 min read
Summer '26 gives Apex readable multiline strings and String.template() interpolation. That is great for JSON payloads, emails, tests, and generated text, but it should not become a dynamic-SOQL injection shortcut.
Apr 25, 2026 · 16 min read
A practical migration guide for replacing WITH SECURITY_ENFORCED with WITH USER_MODE before moving Apex classes to API 67.0.
Apr 22, 2026 · 18 min read
Summer '26 changes Apex defaults in API 67.0: database operations move to user mode, classes default to sharing enforcement, WITH SECURITY_ENFORCED is removed, and triggers stay system mode.