Skip to content

Releases: paddle-python/paddle-client

1.0.0

26 Mar 01:41
4a5e07d
Compare
Choose a tag to compare
  • Add support for Paddle Sandbox environment
  • Update the tests to use the Paddle Sandbox environment
  • Remove mocks and use fixtures instead depending on manual setup
  • Update CONTRIBUTING to reference sandbox env for test setup
  • Remove preview_subscription_update as Paddle has removed this endpoint
  • Fixup issues with create_pay_link
  • Increase test coverage to 100%
  • Add sandbox info to README and docs

0.8.1

30 Sep 13:52
Compare
Choose a tag to compare
  • Fix create_plan initial_price check for EUR

0.8.0

21 Jun 23:45
Compare
Choose a tag to compare
  • Fix is_paid false bug where setting it to False didn't work correctly
  • Add helper / alias endpoints
    • get_plan
    • pause_subscription
    • resume_subscription

0.7.1

21 Jun 22:31
Compare
Choose a tag to compare
  • Correct return values
  • Add docs via sphinx and typehints

0.7.0

21 Jun 22:17
Compare
Choose a tag to compare
  • Add modifiers endpoints
  • Add support for x-www-form-urlencoded
  • Add one of charge endpoint

Internal

  • Update dj-paddle link in README
  • mock test wording

0.6.0

04 Jun 14:01
Compare
Choose a tag to compare
  • Rename to Paddle Client for org move
  • Change main class name to PaddleClient instead of Paddle

0.5.1

01 Jun 22:23
Compare
Choose a tag to compare
  • Use format instead of fstring for python3.5

0.5.0

01 Jun 21:06
Compare
Choose a tag to compare
  • Add Update Subscription
  • Add Preview Subscription Update
  • Correct the API key URL in docs
  • Ensure error.code is an int

0.4.3

28 May 17:32
Compare
Choose a tag to compare
  • Use python 3.5 supported type comments
  • Stop success return when message or response in json

Internal

  • Skip tests if they can't pass due to bad data from Paddle

0.4.2

28 May 16:21
Compare
Choose a tag to compare
  • Fix missing PaddleJsonType import