Releases: keboola/billing-api-php-client
Releases · keboola/billing-api-php-client
6.0.0
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:
BillingExceptionis now based on the baseClientExceptioninstead of simpleRuntimeException
Full Changelog: 5.5.0...6.0.0
5.5.0
Version 5.4.0
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
What's Changed
- Allow customization of request timeout by @pepamartinec in #21
Full Changelog: 5.2.1...5.3.0
5.2.1
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
What's Changed
- support SAPI client v15 by @ondrajodas in #19
New Contributors
- @ondrajodas made their first contribution in #19
Full Changelog: 5.1.0...5.2.0
5.1.0
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
What's Changed
- MAR-90
resolveTokenreturn full subscription details by @pepamartinec in #16
Breaking Changes
- renamed fields on
ResolveTokenResultsubscriptionId->idsubscriptionData->vendorData
Full Changelog: 4.1.0...5.0.0
4.1.0
What's Changed
- add subscriptionData to ResolveTokenResult by @romanbracinik in #15
Full Changelog: 4.0.0...4.1.0
4.0.0
What's Changed
- "symfony/validator": "^6.3" by @romanbracinik in #13
- MAR-84 Add support for Marketplace subscription organization ID by @pepamartinec in #14
Breaking changes
- new mandatory
organizationIdparameter forconfirmMarketplaceSubscription - use
public readonlyproperties for DTOs, instead ofprivate + getter
New Contributors
- @romanbracinik made their first contribution in #13
Full Changelog: 3.2.0...4.0.0