RepoJournal
Anthropic

@anthropics

Claude SDKs and developer tooling

Keep up with Anthropic in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: AI / ML Full archive →

The Wire · Showcase

THREE SDKS SHIP AWS SUPPORT; PLUGIN SAFETY GATES FINALLY ENFORCED

By RepoJournal · Filed · About Anthropic

Go, PHP, and Java SDKs all landed AWS client support overnight, while the plugin marketplace closed a critical enforcement gap that left 20 unsigned plugins/week shipping with zero policy review.

The SDK trio [1] [3] [6] moved in lockstep to add Claude Platform on AWS clients, giving teams a unified path to run Claude workloads on Amazon infrastructure. Go 1.42.0 also fixed a panic when callers wrap http.DefaultTransport [2] — a real production blocker for anyone using otelhttp or similar instrumentation. PHP 0.21.0 patched a pagination bug where PageCursor never advanced past the first page [4], plus fixed a header override issue that silently broke beta parameter passing [5]. Java 2.31.0 tightened SigV4 signing to not require Content-Type for body-less requests [7], making the AwsBackend usable for read/list/delete operations out of the box.

On the plugins side, the critical story: Scan Plugins — the marketplace safety gate — wasn't actually enforceable [8]. Weekly bump PRs opened with GITHUB_TOKEN bypassed pull_request triggers entirely, so 20 plugins/week got pulled to upstream HEAD with zero policy scan. PR #1815 fixes both the workflow triggering and the required-check blockage, finally making Scan Plugins a hard gate. Separately, SAP's two CDS plugins are now unified under a single author block [9], and Airtable's official MCP server landed in the marketplace [10].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] v1.42.0 ↗ anthropics/anthropic-sdk-go
  2. [2] fix(go): avoid panic when http.DefaultTransport is wrapped anthropics/anthropic-sdk-go
  3. [3] v0.21.0 ↗ anthropics/anthropic-sdk-php
  4. [4] fix(client): address bug with PageCursor not advancing past first page (#613) anthropics/anthropic-sdk-php
  5. [5] fix(client): prevent betas request param being silently overridden by per-endpoint extraHeaders default (#615) anthropics/anthropic-sdk-php
  6. [6] v2.31.0 ↗ anthropics/anthropic-sdk-java
  7. [7] fix(aws,bedrock): don't require Content-Type for body-less SigV4 requests (#1229) anthropics/anthropic-sdk-java
  8. [8] Make Scan Plugins a viable required check; auto-dispatch on bump PRs (#1815) anthropics/claude-plugins-official
  9. [9] Add sap-cds-mcp plugin + SAP SE author block on cds-mcp (#1778) anthropics/claude-plugins-official
  10. [10] Add airtable plugin (#1817) anthropics/claude-plugins-official

Quick answers

What shipped in Anthropic on May 12, 2026?
Go, PHP, and Java SDKs all landed AWS client support overnight, while the plugin marketplace closed a critical enforcement gap that left 20 unsigned plugins/week shipping with zero policy review. In total, 28 commits, 9 pull requests, and 3 releases landed.
What were the notable Anthropic updates?
v1.42.0, fix(go): avoid panic when http.DefaultTransport is wrapped, and v0.21.0.

More from @anthropics

Daily updates, in your inbox

Follow Anthropic

Keep up with Anthropic in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?