Skip to content

v4.2.3

Compare
Choose a tag to compare
@jlevers jlevers released this 16 Dec 03:26
· 656 commits to main since this release

Fixed

  • Stream pointer was being moved to the end of the response body by the writeDebug() calls in the `Api.php classes. The pointer is no longer moved by the program, so that the user can manipulate the response body as expected. (#156)

Added

  • You now can pass a custom token retrieval URL into the Configuration constructor using the lwaAuthUrl key. Thanks @agan-bec!

Full Changelog: v4.2.2...v4.2.3