Skip to content

Releases: keboola/billing-api-php-client

6.0.0

19 Jun 08:05
38d3b3c

Choose a tag to compare

What's Changed

  • PAT-1866 Migrate billing client onto php-api-client-base by @pepamartinec in #24

The client should be functionally the same, but following breaking changes must be considered:

  • the client constructor signature has changed, it has to be updated on all places where the client is being created
  • exception chain has changed: BillingException is now based on the base ClientException instead of simple RuntimeException

Full Changelog: 5.5.0...6.0.0

5.5.0

18 Sep 17:39
5bb4c7b

Choose a tag to compare

What's Changed

  • allow new symfony & drop PHP 8.1 by @odinuv in #23

Full Changelog: 5.4.0...5.5.0

Version 5.4.0

22 Aug 21:02
58e9ce5

Choose a tag to compare

What's Changed

  • Allow passing customized request timeout through CreditsChecker by @pepamartinec in #22

Full Changelog: 5.3.0...5.4.0

Version 5.3.0

22 Aug 20:08
e8c1b18

Choose a tag to compare

What's Changed

Full Changelog: 5.2.1...5.3.0

5.2.1

07 Jul 14:10
0b39713

Choose a tag to compare

What's Changed

  • feat: Enable current versions of keboola/storage-api-php-client by @pepamartinec in #20

Full Changelog: 5.2.0...5.2.1

5.2.0

13 Feb 12:01
04a17f4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.1.0...5.2.0

5.1.0

24 Oct 10:39
ac38f2e

Choose a tag to compare

What's Changed

  • PST-1764 Add support for container sandboxes run reporting by @pepamartinec in #17

Full Changelog: 5.0.0...5.1.0

5.0.0

15 Jan 15:02
5f0d3ed

Choose a tag to compare

What's Changed

Breaking Changes

  • renamed fields on ResolveTokenResult
    • subscriptionId -> id
    • subscriptionData -> vendorData

Full Changelog: 4.1.0...5.0.0

4.1.0

02 Jan 18:26
6c6b38e

Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.1.0

4.0.0

02 Jan 11:31
33dcd10

Choose a tag to compare

What's Changed

Breaking changes

  • new mandatory organizationId parameter for confirmMarketplaceSubscription
  • use public readonly properties for DTOs, instead of private + getter

New Contributors

Full Changelog: 3.2.0...4.0.0