Skip to content

3.0b3 (2019/06/18)

Pre-release
Pre-release
Compare
Choose a tag to compare
@bhelx bhelx released this 18 Jun 20:37
e8e9e31

Contains a few improvements:

  • Make sure all resources are cast correctly according to the schema f41d660
  • Ensure URL params are encoded: 04011a2

Breaking Changes

In certain places, the responses were being cast incorrectly. If using < 3.0b3, you might find that a property like account.address is a plain dict and is now an Address. You may also find a property like line_item.account was once an Account and is now an AccountMini.