Skip to content

chore: 🐝 Update SDK - Generate SDK 2.16.115#286

Merged
gr4vy-code merged 3 commits into
mainfrom
speakeasy-sdk-regen-1784800771
Jul 23, 2026
Merged

chore: 🐝 Update SDK - Generate SDK 2.16.115#286
gr4vy-code merged 3 commits into
mainfrom
speakeasy-sdk-regen-1784800771

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Java SDK Changes:

  • gr4vy.buyers.list(): response.items[].id Changed (Breaking ⚠️)
  • gr4vy.buyers.create(): response.id Changed (Breaking ⚠️)
  • gr4vy.buyers.get(): response.id Changed (Breaking ⚠️)
  • gr4vy.buyers.update(): response.id Changed (Breaking ⚠️)
  • gr4vy.paymentMethods.list(): response.items[].buyer.id Changed (Breaking ⚠️)
  • gr4vy.paymentMethods.create(): response.buyer.id Changed (Breaking ⚠️)
  • gr4vy.paymentMethods.get(): response.buyer.id Changed (Breaking ⚠️)
  • gr4vy.paymentMethods.update(): response.buyer.id Changed (Breaking ⚠️)
  • gr4vy.giftCards.get(): response.buyer.id Changed (Breaking ⚠️)
  • gr4vy.giftCards.create(): response.buyer.id Changed (Breaking ⚠️)
  • gr4vy.giftCards.list(): response.items[].buyer.id Changed (Breaking ⚠️)

View full SDK changelog

OpenAPI Change Summary
└─┬Components
  └─┬Buyer
    ├──[+] required (34598:11)❌ 
    └─┬id
      ├──[+] type (34501:21)❌ 
      ├──[+] format (34502:23)❌ 
      ├──[-] anyOf (34502:15)❌ 
      └──[-] anyOf (34506:15)❌ 
Document Element Total Changes Breaking Changes
components 5 5

View full report

Linting Report 0 errors, 90 warnings, 7 hints

View full report

JAVA CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.790.3

* `gr4vy.buyers.list()`:  `response.items[].id` **Changed** (Breaking ⚠️)
* `gr4vy.buyers.create()`:  `response.id` **Changed** (Breaking ⚠️)
* `gr4vy.buyers.get()`:  `response.id` **Changed** (Breaking ⚠️)
* `gr4vy.buyers.update()`:  `response.id` **Changed** (Breaking ⚠️)
* `gr4vy.paymentMethods.list()`:  `response.items[].buyer.id` **Changed** (Breaking ⚠️)
* `gr4vy.paymentMethods.create()`:  `response.buyer.id` **Changed** (Breaking ⚠️)
* `gr4vy.paymentMethods.get()`:  `response.buyer.id` **Changed** (Breaking ⚠️)
* `gr4vy.paymentMethods.update()`:  `response.buyer.id` **Changed** (Breaking ⚠️)
* `gr4vy.giftCards.get()`:  `response.buyer.id` **Changed** (Breaking ⚠️)
* `gr4vy.giftCards.create()`:  `response.buyer.id` **Changed** (Breaking ⚠️)
* `gr4vy.giftCards.list()`:  `response.items[].buyer.id` **Changed** (Breaking ⚠️)
@github-actions github-actions Bot added the patch Patch version bump label Jul 23, 2026
speakeasy-github Bot and others added 2 commits July 23, 2026 10:01
The regenerated SDK changed Buyer.id() from Optional<String> to a
non-null String. Update the hand-written test fixtures to match,
fixing the compileTestJava failure on the SDK regen PR.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown
Contributor Author

Endpoint-reach coverage

116 / 116 operations reached by a real HTTP request (100%).

Every operation in the SDK was reached. 🎉

@gr4vy-code
gr4vy-code merged commit 42d8a2d into main Jul 23, 2026
13 checks passed
@gr4vy-code
gr4vy-code deleted the speakeasy-sdk-regen-1784800771 branch July 23, 2026 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants