Full Changelog: v0.3.3...v0.3.4
- client: disallow coercion from float to int (f3ef0fa)
- client: fully respect max retries (9dff5d8)
- client: send retry count header for max retries 0 (9dff5d8)
- date time deserialization leniency (9ac59d5)
- deserialization order (ad92dd8)
- ci: upgrade
actions/setup-java(c16fb63) - internal: depend on packages directly in example (9dff5d8)
- internal: improve maven repo docs (160861a)
- internal: update
actions/checkoutversion (3524395) - test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind#3240 in tests (9ac59d5)
Full Changelog: v0.3.2...v0.3.3
- internal: clean up maven repo artifact script and add html documentation to repo root (9ea4d75)
Full Changelog: v0.3.1...v0.3.2
- internal: support uploading Maven repo artifacts to stainless package server (a494a36)
Full Changelog: v0.3.0...v0.3.1
- closes OPEN-8576: expose delete project endpoint (2084dab)
Full Changelog: v0.2.0...v0.3.0
- closes OPEN-8532: expose 'tests/{id}/results' endpoint (8815922)
Full Changelog: v0.1.1...v0.2.0
- client: allow configuring dispatcher executor service (abbc6d6)
Full Changelog: v0.1.0...v0.1.1
Full Changelog: v0.1.0-alpha.12...v0.1.0
- api: add missing endpoints (db4b1fb)
Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12
- client: extract auto pagination to shared classes
- client: Migration: - If you were referencing the
AutoPagerclass on a specific*Pageor*PageAsynctype, then you should instead reference the sharedAutoPagerandAutoPagerAsynctypes, under thecorepackageAutoPagerAsyncnow has different usage. You can call.subscribe(...)on the returned object instead to get called back each page item. You can also callonCompleteFuture()to get a future that completes when all items have been processed. Finally, you can call.close()on the returned object to stop auto-paginating early- If you were referencing
getNextPageorgetNextPageParams:- Swap to
nextPage()andnextPageParams() - Note that these both now return non-optional types (use
hasNextPage()before calling these, since they will throw if it's impossible to get another page)
- Swap to
- api: add test evaluation method (e8d8121)
- api: api update (225da0c)
- api: api update (a089f7f)
- api: api update (e48acb3)
- api: manual updates (fd5752e)
- client: add a
withOptionsmethod (9ebe803) - client: allow providing some params positionally (134e615)
- client: extract auto pagination to shared classes (d2fa723)
- client: implement per-endpoint base URL support (710b626)
- ci: release-doctor — report correct token name (6e8b2be)
- client: bump max requests per host to max requests (5 -> 64) (21777c4)
- client: don't close client on
withOptionsusage when original is gc'd (2595481) - client: remove
@MustBeClosedfor future returning methods (0e78fa9)
- ci: enable for pull requests (5d83cd2)
- ci: only run for pushes and fork pull requests (69737c8)
- docs: grammar improvements (d1cacea)
- internal: codegen related update (9c97d6d)
- internal: codegen related update (d2c9111)
- internal: codegen related update (942316f)
- internal: codegen related update (9b5aa41)
- internal: codegen related update (4881e6f)
- internal: codegen related update (ce52e15)
- sync repo (390e75d)
- internal: minor
ClientOptionsTestchange (7d83620)
Full Changelog: v0.1.0-alpha.10...v0.1.0-alpha.11
- docs: add example project (#71) (7efeda9)
- docs: add example project (#75) (3c48537)
- docs: update readme (#70) (91e2007)
- docs: update readme (#73) (1f3da27)
- internal: codegen related update (#72) (029360f)
- internal: codegen related update (#74) (2561984)
Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10
- internal: codegen related update (#66) (0a31936)
- internal: remove unused imports (#65) (cfb5af8)
- update example values in tests and docs (#61) (4737582)
- internal: make enum value definitions less verbose (#63) (445cf02)
- internal: move enum identity methods to bottom of class (#64) (1be25e8)
Full Changelog: v0.1.0-alpha.8...v0.1.0-alpha.9
Full Changelog: v0.1.0-alpha.7...v0.1.0-alpha.8
Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7
- internal: codegen related update (#52) (224921d)
- rebuild project due to codegen change (#50) (49217e1)
Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6
Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5
- api: manual updates (#42) (90b8621)
- api: manual updates (#43) (197d1e4)
- api: update via SDK Studio (#40) (d739c0c)
- api: update via SDK Studio (#41) (115a8bb)
- update stream data example (01a6acb)
Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4
Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
- api: OpenAPI spec update via Stainless API (f3a2e94)
- api: OpenAPI spec update via Stainless API (#13) (3d51770)
- api: OpenAPI spec update via Stainless API (#16) (700e5dd)
- api: OpenAPI spec update via Stainless API (#22) (57cd9b9)
- api: OpenAPI spec update via Stainless API (#8) (8edaa4b)
- api: OpenAPI spec update via Stainless API (#9) (69c5aba)
- api: update via SDK Studio (#10) (75a4d98)
- api: update via SDK Studio (#14) (b5ecd1c)
- api: update via SDK Studio (#15) (ca3563b)
- api: update via SDK Studio (#21) (b3df178)
- api: update via SDK Studio (#23) (656bca9)
- api: update via SDK Studio (#24) (1166c1b)
- api: update via SDK Studio (#27) (9ed736f)
- api: update via SDK Studio (#5) (f01f468)
- api: update via SDK Studio (#7) (8c4398e)
- ci: limit release doctor target branches (#17) (ef0d7e9)
- go live (#6) (30ba342)
- internal: codegen related update (#18) (ff15d61)
- internal: refactor release doctor script (#19) (6ce88ff)
- internal: restore release-please configuration files (#26) (a309673)
- internal: version bump (#3) (2e46974)
- tests: update prism version (#25) (67bc5ea)
Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1