Merged
Conversation
Closed
bdemers
added a commit
that referenced
this pull request
Mar 5, 2026
* chore(internal): codegen related update * codegen metadata * codegen metadata * codegen metadata * docs: add more examples * feat(api): api update * codegen metadata * feat(client): add `HttpRequest#url()` method * feat(client): allow configuring dispatcher executor service * codegen metadata * chore(internal): support uploading Maven repo artifacts to stainless package server * refactor(client): handling of absent pagination total * chore(internal): clean up maven repo artifact script and add html documentation to repo root * codegen metadata * codegen metadata * chore: test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind#3240 in tests fix: date time deserialization leniency * chore(internal): improve maven repo docs * fix(client): disallow coercion from float to int * chore(internal): update `actions/checkout` version * fix(client): fully respect max retries fix(client): send retry count header for max retries 0 chore(internal): depend on packages directly in example * chore(ci): upgrade `actions/setup-java` * chore(internal): update maven repo doc to include authentication * feat(client): send `X-Stainless-Kotlin-Version` header * feat(api): api update * fix(tests): add missing query/header params * docs: add comment for arbitrary value fields * chore(internal): correct cache invalidation for `SKIP_MOCK_TESTS` * fix(client): preserve time zone in lenient date-time parsing * chore(ci): upgrade `actions/github-script` * codegen metadata * codegen metadata * chore(internal): allow passing args to `./scripts/test` * codegen metadata * codegen metadata * codegen metadata * feat(api): api update * codegen metadata * chore(internal): upgrade AssertJ * codegen metadata * codegen metadata * feat(api): api update * Add CONTRIBUTING.md (#4) * Add a simple tool call example (#5) This example uses the Spotify.ResumePlayback tool * Add AuthService util methods to make getting started with Arcade easier (#6) Adds `client.auth().start(...)` and `client.auth().waitForCompletion(...)` In the async client: `asyncClient.auth().start()`, async clients must handle blocking polling call manually. * feat(api): api update * chore(internal): update `TestServerExtension` comment * feat(api): api update * chore(internal): make `OkHttp` constructor internal * feat(client): add connection pooling option * feat(api): api update * codegen metadata * chore: make `Properties` more resilient to `null` * chore: drop apache dependency * chore(internal): expand imports * feat(api): api update * feat(api): api update * Add Spring Boot starter for Arcade SDK (#8) * Add Spring Boot starter for Arcade SDK * Adds Spring AI example * feat: add Java-friendly convenience methods for JsonValue and tool response output (#9) * Cleanup and add more example code (#10) * Simplify and cleanup examples * Add examples from documentation * release: 0.1.0-alpha.2 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com> Co-authored-by: Brian Demers <brian.demers@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.