Skip to content

chore: 🐝 Update SDK - Generate 1.0.0-beta.1#27

Open
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1733703738
Open

chore: 🐝 Update SDK - Generate 1.0.0-beta.1#27
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1733703738

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Dec 9, 2024

SDK update

Versioning

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

Linting Report 0 errors, 1 warnings, 23 hints

View full report

JAVA CHANGELOG

constsAndDefaults: 0.1.3 - 2026-02-21

🐛 Bug Fixes

  • coerce type-mismatched default values instead of clearing them to prevent invalid generated code (commit by @danielkov)

constsAndDefaults: 0.1.2 - 2026-01-15

🐛 Bug Fixes

  • omit enum default when value is not in enum to prevent type errors in generated code (commit by @mfbx9da4)

core: 3.55.23 - 2026-03-25

🐛 Bug Fixes

  • resolve compilation error in error class accessors for required nullable fields (commit by @AshGodfrey)

core: 3.55.22 - 2026-03-06

🐝 New Features

  • add SpeakeasyJacksonModule composite Jackson module and document JSON.getMapper() usage in README (commit by @tristanspeakeasy)

core: 3.55.21 - 2026-03-05

🐝 New Features

  • use to-prefixed mode method names (toSync/toAsync) with feature flag prefixModeMethodNames (commit by @vishalg0wda)

core: 3.55.19 - 2026-03-05

🐛 Bug Fixes

  • include global security in SDK Example Usage snippets and per-operation docs (commit by @mfbx9da4)

core: 3.55.18 - 2026-03-05

🐛 Bug Fixes

  • remove *.bat eol=crlf gitattributes rule that causes phantom git diffs with go-git (commit by @vishalg0wda)

core: 3.55.17 - 2026-02-27

🐛 Bug Fixes

  • make serverURL optional when operations define their own servers (commit by @danielkov)

core: 3.55.16 - 2026-02-27

🐛 Bug Fixes

  • derive installation URL from repo URL for monorepo subdirectory support (commit by @bradcypert)

core: 3.55.14 - 2026-02-18

🐛 Bug Fixes

  • deduplicate OAuth2 scope enum members that normalize to the same name (commit by @danielkov)

core: 3.55.13 - 2026-02-18

🐛 Bug Fixes

  • truncate filenames that exceed OS limit to prevent build failures (commit by @danielkov)

core: 3.55.12 - 2026-02-16

🐝 New Features

  • add dprint-based code formatting for generated Java SDKs (commit by @vishalg0wda)

core: 3.55.10 - 2026-01-29

🐛 Bug Fixes

  • avoid overwriting SubSDK comments with empty comments when same SubSDK is referenced by multiple tags (commit by @mfbx9da4)

core: 3.55.9 - 2026-01-23

🐛 Bug Fixes

  • discriminated union errors used in both successful and error response (commit by @mfbx9da4)

core: 3.55.8 - 2026-01-12

🐛 Bug Fixes

  • disabled jackson auto-detection of accessors to ensure predictable, field-driven JSON serialization (commit by @vishalg0wda)

core: 3.55.7 - 2026-01-12

🐛 Bug Fixes

  • Prevent ReDoS vulnerability report for media type matching expression (commit by @bflad)

core: 3.55.5 - 2025-11-24

🐝 New Features

  • union discriminators are inferred for oneOfs missing the explicit OpenAPI discriminator mapping. Configure via inferUnionDiscriminators: true in gen.yaml (commit by @mfbx9da4)

core: 3.55.4 - 2025-11-21

🔧 Chores

  • mark setRedactedHeaders as stable (commit by @vishalg0wda)

core: 3.55.3 - 2025-11-20

🐝 New Features

core: 3.55.2 - 2025-11-10

🐛 Bug Fixes

  • handle application/* encoding in multipart forms (commit by @danielkov)

core: 3.55.6 - 2025-11-06

🐛 Bug Fixes

  • multi-part arrays now serialized according to RFC7578 (commit by @danielkov)

core: 3.55.1 - 2025-11-05

🐝 New Features

  • support body field name configuration via requestBodyFieldName in gen.yaml (commit by @subomi)

core: 3.55.0 - 2025-11-04

🐝 New Features

  • enhance java error handling example in README.md (commit by @davidmoten)

core: 3.53.1 - 2025-10-30

🐛 Bug Fixes

  • make security scheme resolution case-insensitive (commit by @vishalg0wda)

core: 3.54.0 - 2025-10-28

🐝 New Features

  • enhance java error handling example in README.md (commit by @davidmoten)

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)

core: 3.46.0 - 2025-08-26

🐝 New Features

  • support open-enum path, query and header parameters (commit by @vishalg0wda)

core: 3.45.4 - 2025-08-15

🔧 Chores

  • refactor SSE + JSONL parsing using purely non-blocking APIs (commit by @vishalg0wda)

core: 3.45.3 - 2025-08-14

🐛 Bug Fixes

  • ensure afterError hooks are called on error status codes (commit by @vishalg0wda)

core: 3.45.2 - 2025-07-24

🔧 Chores

core: 3.45.1 - 2025-07-23

🐛 Bug Fixes

  • java - render body as string in SDK Error toString() method (commit by @davidmoten)

core: 3.45.0 - 2025-07-22

🐝 New Features

  • upgrade Gradle from 8.5 to 8.14 (commit by @davidmoten)

core: 3.44.0 - 2025-07-08

🐝 New Features

  • separate logging section from installation in Java v2 SDK README (commit by @AshGodfrey)

core: 3.43.0 - 2025-07-05

🐝 New Features

  • support null friendly parameters in methods and builders (commit by @vishalg0wda)

core: 3.42.3 - 2025-07-03

🐛 Bug Fixes

  • avoid relying on gradle java toolchains (commit by @vishalg0wda)

core: 3.42.2 - 2025-07-02

🐛 Bug Fixes

  • handle NPE cases when no globals are defined in the spec (commit by @vishalg0wda)

core: 3.42.1 - 2025-07-01

🐛 Bug Fixes

  • java toolchain language version in build.gradle (commit by @davidmoten)

core: 3.42.0 - 2025-07-01

🐝 New Features

  • java - enhance equals/hashCode to support mathematical equivalence (commit by @davidmoten)

core: 3.41.0 - 2025-06-27

🐝 New Features

  • set java language version (commit by @walker-tx)

core: 3.40.1 - 2025-06-27

🐛 Bug Fixes

  • revert java version setting (commit by @walker-tx)

core: 3.40.0 - 2025-06-26

🐝 New Features

  • select java language version (commit by @walker-tx)

core: 3.39.1 - 2025-06-23

🔧 Chores

  • introduce standalone Operation classes for encapsulating operation logic (commit by @vishalg0wda)

core: 3.39.0 - 2025-06-12

🐝 New Features

core: 3.38.0 - 2025-06-10

🐝 New Features

core: 3.37.5 - 2025-06-06

🐛 Bug Fixes

core: 3.37.4 - 2025-05-30

🐛 Bug Fixes

  • include packageName in config metadata definitions, fix javadoc warnings (commit by @davidmoten)

core: 3.37.3 - 2025-05-07

🐛 Bug Fixes

  • fixed stability of generated examples using operation and field seeds, including fixes to union examples (commit by @tristanspeakeasy)

core: 3.37.2 - 2025-04-30

🐛 Bug Fixes

  • java - generate snippets for compilation test after parallel jobs run (commit by @davidmoten)

core: 3.37.1 - 2025-04-11

🐛 Bug Fixes

  • increase stability of generator model file names (commit by @vishalg0wda)

core: 3.37.0 - 2025-04-09

🐝 New Features

  • debug logging of requests and responses (commit by @davidmoten)

core: 3.36.3 - 2025-04-04

🐛 Bug Fixes

  • java - fix compile error and const support in pagination GEN-1127, GEN-880 (commit by @davidmoten)

core: 3.36.2 - 2025-04-03

🐛 Bug Fixes

  • improve performance of generation on multicore machines and various fixes to correctness based on order of generation (commit by @tristanspeakeasy)

core: 3.36.1 - 2025-04-01

🐛 Bug Fixes

  • java - refactor client credentials hook internals, oauth2-password multi-option support preparation (commit by @davidmoten)

core: 3.36.0 - 2025-03-25

🐝 New Features

  • java - use wildcard imports in snippets GEN-99 (commit by @davidmoten)

core: 3.35.3 - 2025-03-21

🐛 Bug Fixes

  • add request method javadoc, rework javadoc formatting, fix Hooks javadoc GEN-66 (commit by @davidmoten)

core: 3.35.2 - 2025-03-19

🐛 Bug Fixes

  • java publishing build.gradle requires group, version vars GEN-1259 (commit by @davidmoten)

core: 3.35.1 - 2025-03-18

🐛 Bug Fixes

core: 3.35.0 - 2025-03-11

🐝 New Features

  • enable java test generation GEN-992 (commit by @davidmoten)

core: 3.34.0 - 2025-02-07

🐝 New Features

  • java - remove apache httpclient GEN-855 (commit by @davidmoten)

core: 3.33.8 - 2025-02-04

🐛 Bug Fixes

  • javav2 - ensure authorization headers not duplicated GEN-954 (commit by @davidmoten)

core: 3.33.7 - 2025-01-30

🐛 Bug Fixes

  • fixed handling of default fields in usage snippets and tests, fixed validation of required schema property (commit by @tristanspeakeasy)

core: 3.33.6 - 2025-01-27

🐛 Bug Fixes

  • sort subresponses based on the worst scoring response in the group to ensure that no unreachable code paths are created (commit by @idbentley)

core: 3.33.5 - 2025-01-13

🐛 Bug Fixes

  • handle 4XX and 5XX error ranges seperately (commit by @idbentley)

core: 3.33.4 - 2024-12-18

🐛 Bug Fixes

  • javav2 - upgrade apache httpclient from 4.x to 5.4.1, jackson to 2.18.2, commons-io to 2.18.0 GEN-783 (commit by @davidmoten)

core: 3.33.3 - 2024-12-16

🐛 Bug Fixes

  • flattening with hidden parameters (commit by @mfbx9da4)

core: 3.33.2 - 2024-12-13

🐛 Bug Fixes

  • Support OAS references under multipart/form-data file properties (commit by @bflad)

core: 3.33.1 - 2024-12-06

🐛 Bug Fixes

  • support property names solely comprised of illegal characters (commit by @mfbx9da4)

core: 3.33.0 - 2024-12-05

🐝 New Features

  • javav2 - oauth2 password support GEN-770 (commit by @davidmoten)

globalSecurity: 2.83.4 - 2026-03-25

🐛 Bug Fixes

  • basic-http handling when used as a security option wrapper (commit by @2ynn)

globalSecurity: 2.83.3 - 2026-03-24

🐛 Bug Fixes

  • respect global security alternatives ordering and enforce operation-level security restrictions when hoisted (commit by @2ynn)

globalSecurity: 2.83.2 - 2026-02-03

🐝 New Features

  • support x-speakeasy-name-override on security scheme options (commit by @tristanspeakeasy)

globalSecurity: 2.83.1 - 2025-09-10

🔧 Chores

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

globalSecurity: 2.83.0 - 2025-06-25

🐝 New Features

  • use environment variables for API keys/secrets in usage snippets (commit by @sheldonvaughn)

globalSecurity: 2.82.8 - 2025-02-06

🐛 Bug Fixes

  • fixes to handling of security at both global and operation level especially for oauth2 (commit by @tristanspeakeasy)

globalServerURLs: 2.83.1 - 2026-02-27

🐛 Bug Fixes

  • don't show global server URL in examples when operation has its own servers (commit by @tristanspeakeasy)

globalServerURLs: 2.83.0 - 2025-10-22

🐝 New Features

  • Allow server selection to appear in all code samples (commit by @BlakeTheAwesome)

globalServerURLs: 2.82.2 - 2025-05-09

🐛 Bug Fixes

globals: 2.82.4 - 2025-11-18

🐛 Bug Fixes

globals: 2.82.3 - 2025-11-18

🐛 Bug Fixes

  • only include parameters declared in the operation (commit by @vishalg0wda)

globals: 2.82.2 - 2025-06-26

🐛 Bug Fixes

  • null pointer exception relating to global headers (commit by @mfbx9da4)

hiddenGlobals: 0.1.0 - 2025-06-18

🐝 New Features

  • java - add x-speakeasy-globals-hidden support (commit by @davidmoten)

nameOverrides: 2.81.5 - 2026-02-19

🐝 New Features

  • add support for renaming object properties that reference a shared component (commit by @2ynn)

nameOverrides: 2.81.4 - 2026-02-19

🐛 Bug Fixes

  • set fixes.nameOverrideFeb2026 to true in gen.yaml to prevent x-speakesy-name-override from propagating through resolution or allOf merging (commit by @2ynn)

sdkHooks: 1.2.0 - 2025-10-15

🐝 New Features

  • expose available OAuth 2.0 scopes for use in custom hooks (commit by @2ynn)

sdkHooks: 1.1.0 - 2025-05-12

🐝 New Features

sdkHooks: 1.0.0 - 2025-03-18

🐛 Bug Fixes

  • pass method level security objects to hooks using changed SecuritySource interface GEN-22, GEN-816 (commit by @davidmoten)

unions: 0.3.5 - 2026-03-06

🐛 Bug Fixes

  • strip generic type params from union accessor method names (commit by @tristanspeakeasy)

unions: 0.3.4 - 2026-03-06

🐛 Bug Fixes

  • strip generic type params from union accessor method names to prevent compilation errors (commit by @tristanspeakeasy)

unions: 0.3.3 - 2026-03-03

🐝 New Features

  • generate Supported Types documentation for union model pages with factory method examples for non-discriminated unions and discriminator-value-to-type mapping tables for discriminated unions (commit by @vishalg0wda)

unions: 0.3.2 - 2026-02-02

🐛 Bug Fixes

  • respect title and x-speakeasy-name-override for primitive union members (controlled by gen.yaml flag respectTitlesForPrimitiveUnionMembers) (commit by @mfbx9da4)

unions: 0.3.1 - 2025-11-12

🐝 New Features

unions: 0.3.0 - 2025-11-07

🐝 New Features

  • implement smart union member resolution (commit by @vishalg0wda)

unions: 0.1.1 - 2025-11-07

🐝 New Features

  • make tagged unions forward compatible (commit by @vishalg0wda)

unions: 0.2.0 - 2025-11-04

🐝 New Features

  • gracefully handle unknown (untagged)union variants (commit by @vishalg0wda)

unions: 0.1.0 - 2025-11-03

🐝 New Features

  • provide a discoverable, type-safe API for accessing union members (commit by @vishalg0wda)

Based on Speakeasy CLI 1.761.3


Note

Low Risk
Low risk repo-hygiene changes that only affect git/Linguist classification and which local/generated files are ignored, with no runtime impact.

Overview
Cleans up .gitattributes by dropping the *.bat CRLF rule (to avoid phantom diffs) and simplifying the *.java linguist-generated=false setting.

Expands .gitignore to exclude Speakeasy CLI temp/log/report outputs and local environment files (.env*).

Reviewed by Cursor Bugbot for commit 6573d58. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions github-actions bot added the prerelease Bump by a prerelease version label Dec 9, 2024
@github-actions github-actions bot requested a review from a team as a code owner December 9, 2024 00:23
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch 2 times, most recently from 43c5baa to 86d0427 Compare December 23, 2024 00:22
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch 2 times, most recently from 9fae14d to b598095 Compare January 6, 2025 00:22
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch 2 times, most recently from ef08998 to 6a0a488 Compare January 20, 2025 00:21
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from 6a0a488 to 93af5e3 Compare January 27, 2025 00:21
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from 93af5e3 to a7f35d4 Compare February 3, 2025 00:21
@rkeur7 rkeur7 closed this Feb 4, 2025
@rkeur7 rkeur7 reopened this Feb 4, 2025
rkeur7
rkeur7 previously approved these changes Feb 4, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from a7f35d4 to ef8f356 Compare February 10, 2025 00:21
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from ef8f356 to 6330faf Compare February 17, 2025 00:22
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from 6330faf to ba1044c Compare February 24, 2025 00:22
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch 2 times, most recently from 4472a11 to 9cbd8be Compare March 10, 2025 00:19
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from 9cbd8be to 2e72701 Compare March 17, 2025 00:23
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from 2e72701 to a4c30c4 Compare March 24, 2025 00:23
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch 2 times, most recently from c06a0ee to c517b0f Compare April 7, 2025 00:23
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from c517b0f to a213ec7 Compare April 14, 2025 00:24
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch 2 times, most recently from 21e86fa to 074240d Compare April 28, 2025 00:24
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from 074240d to 5944475 Compare May 5, 2025 00:25
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from 5944475 to 61a94b8 Compare May 12, 2025 00:25
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from 0ae8966 to 6b4e9d1 Compare August 25, 2025 00:25
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch 2 times, most recently from c82172a to 9e78f30 Compare September 8, 2025 00:24
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from 9e78f30 to dab69f4 Compare September 15, 2025 00:24
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch 2 times, most recently from 3b3a692 to eb18531 Compare September 29, 2025 00:24
cursor[bot]

This comment was marked as outdated.

@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from eb18531 to f901e73 Compare October 6, 2025 00:24
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from f901e73 to 458574e Compare October 13, 2025 00:25
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from 458574e to 4dce035 Compare October 20, 2025 00:26
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from 4dce035 to ac0de8e Compare October 27, 2025 00:26
cursor[bot]

This comment was marked as outdated.

@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from ac0de8e to b14e57f Compare November 3, 2025 00:26
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch 2 times, most recently from 9bccc83 to e1d8057 Compare November 17, 2025 00:25
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from e1d8057 to f9af11a Compare November 24, 2025 00:26
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch 2 times, most recently from 1267514 to 6e001c6 Compare December 8, 2025 00:26
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch 2 times, most recently from 42e0d36 to 28c8c5e Compare December 22, 2025 00:28
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from 28c8c5e to 36142c5 Compare December 29, 2025 00:29
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch 2 times, most recently from 6a85820 to d139e6e Compare January 12, 2026 00:29
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from d139e6e to 9f74b62 Compare January 19, 2026 00:29
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from 9f74b62 to 8365d4a Compare January 26, 2026 00:30
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from 8365d4a to 171a9c4 Compare February 2, 2026 00:33
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch from 171a9c4 to e40795d Compare February 9, 2026 00:34
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1733703738 branch 2 times, most recently from 041eb91 to 178d7c7 Compare February 23, 2026 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

prerelease Bump by a prerelease version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants