Skip to content

Release 4.0.0

Choose a tag to compare

@douglasmiller douglasmiller released this 01 Mar 21:43
c8bcd0e

Changelog

Unreleased

Full Changelog

Major Version Release

The 4.x major version of the client pairs with the v2021-02-25 API version. This version of the client and the API contain breaking changes that should be considered before upgrading your integration.

Breaking Changes in the API

All changes to the core API are documented in the Developer Portal changelog

Breaking Changes in Client

  • Add `**options`` kwargs to every operation [#420]
  • Require query params be passed in as a dict to the params kwarg [#420]
  • Add support for headers kwarg [#420]
  • Add validation to ensure only allowed options are passed to operations [#430]
  • Preserve internal headers that should not be overridden by optional headers [#430]

Merged pull requests:

  • Updating changelog script and changelog generator config for 4.x release #475 (douglasmiller)
  • Adding options validation and preserving internal headers #430 (douglasmiller)
  • Add **options kwargs to operations #420 (bhelx)