Showing 1–20 of 106 dossiers

Reddit is moving third-party apps off its Public Data API and onto Developer Platform

Reddit has made the direction of its API platform explicit: existing API apps should register now, and third-party automation is ultimately expected to move onto Developer Platform. The actual migration is later, but current builders need to inventory dependencies and missing Devvit capabilities now.

Next.js will ship a critical security fix on August 26

Next.js is giving builders advance notice of a critical security patch on August 26. The affected weakness is not yet disclosed, so teams on 16.3 or 15.5 should prepare an expedited upgrade and validation path rather than wait for the advisory to land.

OpenAI lets one API project choose regional processing per request

OpenAI’s August 21 control moves processing-region choice into request routing: a single Global project can send eligible calls to regional base URLs. That simplifies multi-region SaaS architecture, but builders still need to enforce residency policy in code and account for support, retention and pricing constraints.

Gmail will stop sending as third-party addresses in January 2027

From January 2027, Gmail will no longer send mail as non-Google addresses or fetch third-party accounts through Gmailify/POP on the web. Forwarding into Gmail and third-party accounts in the mobile app remain available, so small-business and custom-domain users need to distinguish the affected desktop workflow from Gmail’s broader mail protocols.

AWS Lambda can now reference deployment packages directly from your S3 bucket

AWS has added a `REFERENCE` mode for Lambda deployment packages. It eliminates duplicate managed copies, raises the default managed-storage quota to 300GB, and gives teams direct control over encryption, lifecycle and audit policy—but a deleted or inaccessible source object can now make a function inactive.

Sentence Transformers 6 brings ColBERT-style late interaction into its main API

Sentence Transformers 6 makes late-interaction retrieval substantially easier to adopt: ColBERT, PyLate and visual-document checkpoints can load through one API. The trade-offs remain real—much larger indexes, separate indexing infrastructure in some cases, and a breaking dependency-floor upgrade.