recurly/recurly-client-java

Release Summary for 4.0.0

joannasese opened this issue · 0 comments

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 enum support where they are defined in the OpenApi specification. [#127]
  • Convert Float to BigDecimal. [#133]