Skip to content

release: 0.1.0-alpha.6#19

Open
stainless-app[bot] wants to merge 44 commits into
mainfrom
release-please--branches--main--changes--next
Open

release: 0.1.0-alpha.6#19
stainless-app[bot] wants to merge 44 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown

@stainless-app stainless-app Bot commented Mar 16, 2026

Automated Release PR

0.1.0-alpha.6 (2026-05-14)

Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6

Features

Bug Fixes

  • client: allow updating header/query affecting fields in toBuilder() (f86e1f2)

Performance Improvements

  • client: create one json mapper (be74413)

Chores

  • ci: skip lint on metadata-only changes (d5942be)
  • internal: bump ktfmt (f38504b)
  • internal: codegen related update (317c328)
  • internal: tweak CI branches (5213191)
  • internal: update gitignore (c9b3d8f)
  • internal: update multipart form array serialization (abeec96)
  • internal: update retry delay tests (993657b)
  • redact api-key headers in debug logs (bd21545)
  • remove duplicated dokka setup (8e3a087)
  • tests: bump steady to v0.19.4 (0d022df)
  • tests: bump steady to v0.19.5 (d186f97)
  • tests: bump steady to v0.19.6 (b5094e5)
  • tests: bump steady to v0.19.7 (231a1a7)
  • tests: bump steady to v0.20.1 (b936990)
  • tests: bump steady to v0.20.2 (7dfba2e)
  • tests: bump steady to v0.22.1 (bca6f99)

Documentation

  • clarify forwards compat behavior (0053367)

Refactors

  • tests: switch from prism to steady (ae8ff34)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

@stainless-app
Copy link
Copy Markdown
Author

stainless-app Bot commented Mar 16, 2026

🧪 Testing

To try out this version of the SDK:

Add the following URL as a Maven source: 'https://pkg.stainless.com/s/arcade-engine-java/d235e1fbbe83ef43b99a86a3cb105cb946374ff0/mvn'

Expires at: Fri, 12 Jun 2026 03:10:46 GMT
Updated at: Wed, 13 May 2026 03:10:46 GMT

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 2ce6117 to 873df76 Compare March 17, 2026 13:38
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 873df76 to 5952115 Compare March 18, 2026 03:30
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 5952115 to e729204 Compare March 18, 2026 12:42
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from e729204 to eb32efd Compare March 18, 2026 12:56
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from eb32efd to d978096 Compare March 20, 2026 03:54
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from d978096 to 542ad01 Compare March 20, 2026 03:55
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 542ad01 to 11c0e9e Compare March 20, 2026 21:32
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 11c0e9e to bb3b2a9 Compare March 21, 2026 05:11
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from bb3b2a9 to c09247e Compare March 21, 2026 05:17
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from c09247e to 9bde841 Compare March 24, 2026 05:15
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 9bde841 to 76aa046 Compare March 24, 2026 05:20
Note that we still want to run tests, as these depend on the metadata.
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 76aa046 to 5941c62 Compare March 25, 2026 03:30
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 5941c62 to 1047aed Compare March 25, 2026 03:30
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from c5ea9cc to a0bac50 Compare April 29, 2026 07:05
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from a0bac50 to 4e62cc6 Compare April 30, 2026 06:21
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 4e62cc6 to ec9da26 Compare May 1, 2026 05:04
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from ec9da26 to 4f2aaa2 Compare May 5, 2026 05:42
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 4f2aaa2 to 3ecbdeb Compare May 5, 2026 05:44
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 3ecbdeb to 25ecfe6 Compare May 5, 2026 05:48
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 25ecfe6 to 050b1e5 Compare May 5, 2026 05:51
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 050b1e5 to f09e951 Compare May 6, 2026 05:54
Logging is now:
1. Streaming
4. Configurable in-memory
5. Generally more robust
6. Usable with any underlying http client
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from f09e951 to 79986ea Compare May 7, 2026 05:28
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 79986ea to 479baba Compare May 8, 2026 05:22
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 479baba to 419b334 Compare May 11, 2026 22:20
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 419b334 to c63ee9e Compare May 12, 2026 20:44
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from c63ee9e to 6bf9ab1 Compare May 12, 2026 22:59
Pin all GitHub Actions referenced in generated workflows (both
first-party `actions/*` and third-party) to immutable commit SHAs.
Updating pinned actions is now a deliberate codegen-side bump rather
than implicit on every workflow run.
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 6bf9ab1 to 46ec0a7 Compare May 13, 2026 04:11
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 46ec0a7 to c257b5f Compare May 14, 2026 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant