Skip to content

Releases: vendasta/vax-php

feat: ignore new fields on the request by default

08 Jun 17:33
c0827de
Compare
Choose a tag to compare

Fix Timeout and Value Type

03 Sep 17:55
6de6fb4
Compare
Choose a tag to compare
  • Increases the FetchToken timeout from 5seconds to 10seconds. This is due to the network call sometimes taking a little longer than 5seconds.
  • Changes a return of null to "" due to the function's return type being a string

Fix duplicated function error

31 Jul 16:12
8c66b53
Compare
Choose a tag to compare
Merge pull request #4 from vendasta/glo-fix-duplicated-function

Fix duplicated function bug

Exponential Backoff Retries

22 Aug 19:39
f58fe70
Compare
Choose a tag to compare

Implements a new RequestOption: RetryOptions.

You can now specify retry behaviour on requests.

Exponential Backoff Retries

21 Aug 21:31
a963b93
Compare
Choose a tag to compare
Pre-release

Implements a Retry request option for Exponential backoff retries.

Vendasta VAX for PHP

05 Jul 18:28
a963b93
Compare
Choose a tag to compare

Vendasta Api Extensions for Vendasta's auto-generated PHP SDKs.

Initial Release

04 Jul 20:29
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
1.0.0rc1

- Initial VAX Implementation