Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 2, 2025

SDK update

Versioning

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

Java SDK Changes Detected:

  • clerk.machines.rotateSecretKey(): Added
  • clerk.waitlistEntries.delete(): Added
  • clerk.commerce.extendSubscriptionItemFreeTrial(): Added
  • clerk.commerce.listSubscriptionItems(): request Changed
OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (4123:3)
│ ├──[+] path (6517:3)
│ ├──[+] path (6799:3)
│ └─┬/commerce/subscription_items
│   └─┬GET
│     ├──[+] parameters (6745:17)❌ 
│     └──[+] parameters (6739:17)❌ 
└─┬Components
  └──[+] schemas (11163:7)
Document Element Total Changes Breaking Changes
components 1 0
paths 5 2

JAVA CHANGELOG

core: 3.53.0 - 2025-10-13

🐝 New Features

  • add config option for deep merging allOf nodes in OpenAPI specs (commit by @BlakeTheAwesome)

core: 3.52.3 - 2025-09-27

🐛 Bug Fixes

  • handle schema featuring multiple times in discriminator mapping (commit by @vishalg0wda)

core: 3.52.1 - 2025-09-25

🐛 Bug Fixes

  • ensure security envvars are templated correctly in tests (commit by @vishalg0wda)

core: 3.52.0 - 2025-09-25

🐝 New Features

  • configure only generated sub-projects (commit by @vishalg0wda)

core: 3.50.3 - 2025-09-25

🔧 Chores

core: 3.51.0 - 2025-09-24

🐝 New Features

  • allow settings.gradle customization (commit by @vishalg0wda)

core: 3.50.2 - 2025-09-24

🔧 Chores

  • get rid of redundant pom task configuration (commit by @vishalg0wda)

core: 3.50.1 - 2025-09-23

🐛 Bug Fixes

  • allow input/output models without suffixes (commit by @disintegrator)

core: 3.50.0 - 2025-09-19

🐝 New Features

  • java custom request headers support GEN-1829 (commit by @davidmoten)

core: 3.49.0 - 2025-09-17

🐝 New Features

  • generate spring-boot autoconfigure and starter artifacts (commit by @vishalg0wda)

core: 3.48.0 - 2025-09-16

🐝 New Features

  • add description configuration field for Maven POM customization (commit by @AshGodfrey)

core: 3.48.2 - 2025-09-14

🐛 Bug Fixes

  • handle race-cond to ensure onSubscribe is called before onError / onNext (commit by @vishalg0wda)

core: 3.48.1 - 2025-09-14

🐛 Bug Fixes

  • robustly propagate errors to downstream consumers in EventStream (commit by @vishalg0wda)

core: 3.47.2 - 2025-09-08

🐛 Bug Fixes

  • increase jvm heap and metaspace size during compilation (commit by @vishalg0wda)

core: 3.47.1 - 2025-09-05

🐛 Bug Fixes

  • handle name conflicts for mode toggles (commit by @vishalg0wda)

core: 3.46.2 - 2025-09-02

🐛 Bug Fixes

  • enabled empty strings to be used as end cursor values in pagination (commit by @GorshkovIvan)

core: 3.47.0 - 2025-09-01

🐝 New Features

core: 3.46.1 - 2025-09-01

🔧 Chores

  • added support for lowercase Bearer tokens in Authorization headers (commit by @GorshkovIvan)

globalSecurity: 2.83.1 - 2025-09-10

🔧 Chores

  • support opting out of operation security hoisting (commit by @vishalg0wda)

groups: 2.81.3 - 2025-10-06

🐛 Bug Fixes

  • Fix empty readme files being generated when all operations are in child groups (commit by @BlakeTheAwesome)

uploadStreams: 0.1.0 - 2025-08-21

🐝 New Features

  • support streaming payloads in requests (commit by @vishalg0wda)

Based on Speakeasy CLI 1.638.0

@github-actions github-actions bot added the patch Patch version bump label Sep 2, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1756771797 branch from 8cb01b0 to 5442c64 Compare September 3, 2025 00:10
@github-actions github-actions bot changed the title chore: 🐝 Update SDK - Generate 3.2.1 chore: 🐝 Update SDK - Generate 3.3.0 Sep 3, 2025
@github-actions github-actions bot added minor Minor version bump and removed patch Patch version bump labels Sep 3, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1756771797 branch 7 times, most recently from 1ad7c19 to 02aac7d Compare September 10, 2025 00:10
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1756771797 branch 8 times, most recently from 0daa483 to a7b0816 Compare September 18, 2025 00:10
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1756771797 branch 7 times, most recently from 391b7c8 to ebb6230 Compare September 25, 2025 00:11
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1756771797 branch 3 times, most recently from 2ec37b5 to 11a3363 Compare September 28, 2025 00:12
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1756771797 branch 8 times, most recently from 153304b to 7a01546 Compare October 6, 2025 00:11
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1756771797 branch 8 times, most recently from 889c424 to 26d4d45 Compare October 14, 2025 00:11
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1756771797 branch 7 times, most recently from 3e41bc4 to 5f46717 Compare October 21, 2025 00:11
* `clerk.machines.rotateSecretKey()`: **Added**
* `clerk.waitlistEntries.delete()`: **Added**
* `clerk.commerce.extendSubscriptionItemFreeTrial()`: **Added**
* `clerk.commerce.listSubscriptionItems()`:  `request` **Changed**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1756771797 branch from 5f46717 to 58e5021 Compare October 22, 2025 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant