Skip to content

Latest commit

 

History

History
168 lines (98 loc) · 9.05 KB

File metadata and controls

168 lines (98 loc) · 9.05 KB

Changelog

0.5.4 (2026-03-25)

Full Changelog: v0.5.3...v0.5.4

Chores

  • ci: skip lint on metadata-only changes (89956e4)
  • internal: bump ktfmt (2025e61)
  • internal: update gitignore (01a52f2)

0.5.3 (2026-03-18)

Full Changelog: v0.5.2...v0.5.3

Bug Fixes

  • client: allow updating header/query affecting fields in toBuilder() (e6f26f9)
  • client: incorrect Retry-After parsing (60bb6b1)

Chores

  • internal: tweak CI branches (c68ca4f)
  • internal: update retry delay tests (f3f3cda)

0.5.2 (2026-03-07)

Full Changelog: v0.5.1...v0.5.2

Chores

  • ci: skip uploading artifacts on stainless-internal branches (dec3cb0)
  • internal: bump palantir-java-format (c01fac5)
  • internal: codegen related update (281c2d1)

0.5.1 (2026-03-03)

Full Changelog: v0.5.0...v0.5.1

Chores

  • drop apache dependency (2ea7ec5)
  • internal: codegen related update (e8504a7)
  • internal: expand imports (fdca7cd)
  • make Properties more resilient to null (72f0c67)

0.5.0 (2026-02-23)

Full Changelog: v0.4.0...v0.5.0

Features

0.4.0 (2026-02-23)

Full Changelog: v0.3.0...v0.4.0

Features

Chores

  • internal: make OkHttp constructor internal (1939ec1)
  • internal: remove mock server code (0bdc28f)
  • internal: update TestServerExtension comment (ff77ead)
  • update mock server docs (e7286da)

0.3.0 (2026-02-14)

Full Changelog: v0.2.1...v0.3.0

Features

0.2.1 (2026-02-14)

Full Changelog: v0.2.0...v0.2.1

Chores

0.2.0 (2026-02-14)

Full Changelog: v0.1.0...v0.2.0

Features

Chores

0.1.0 (2026-02-14)

Full Changelog: v0.0.4...v0.1.0

Features

Bug Fixes

  • client: deserialization of empty objects (ce29632)
  • client: ensure single timer is created per client (482319f)
  • client: incorrect getPackageVersion impl (6772c5e)

Chores

  • improve formatter performance (692db64)
  • update SDK settings (3350016)

0.0.4 (2025-09-13)

Full Changelog: v0.0.3...v0.0.4

Bug Fixes

  • ci: use java-version 21 for publish step (29ae5b2)

Chores

  • improve formatter performance (2486fa4)
  • internal: codegen related update (14e49f9)
  • internal: codegen related update (b175f13)

0.0.3 (2025-08-22)

Full Changelog: v0.0.2...v0.0.3

Chores

  • ci: reduce log noise (b66b3f9)
  • client: refactor closing / shutdown (a96f2f2)
  • internal: fix multipart tests (c564310)
  • internal: support running formatters directly (aec2ce4)

0.0.2 (2025-08-18)

Full Changelog: v0.0.1...v0.0.2

Chores