Skip to content

v4.1.0

Choose a tag to compare

@stainless-app stainless-app released this 27 Feb 03:33

4.1.0 (2025-02-25)

Full Changelog: v4.0.2...v4.1.0

Features

Bug Fixes

  • client: mark some request bodies as optional (#451) (344ac4b)
  • internal: format code (a34264f)

Chores

  • ci: update gradle actions to v4 (#447) (97cc45e)
  • docs: add faq to readme (#450) (fd63219)
  • docs: reorganize readme (#444) (164050e)
  • internal: codegen related update (#448) (6db2948)
  • internal: get rid of configuration cache (#446) (35edbd8)
  • internal: make body class constructors private (545758d)
  • internal: make body classes for multipart requests (545758d)
  • internal: misc formatting changes (545758d)
  • internal: optimize build and test perf (54b58c8)
  • internal: remove unnecessary non-null asserts in tests (344ac4b)
  • internal: rename internal body classes (545758d)
  • internal: update formatter (#439) (54b58c8)
  • internal: update some formatting in Values.kt (d2c8ddd)
  • internal: use assertNotNull in tests for type narrowing (344ac4b)
  • internal: use better test example values (#441) (545758d)
  • test: update some test values (#437) (602f2c0)

Documentation