Releases: AzuraCast/php-api-client
Releases · AzuraCast/php-api-client
2.0.3
- Fix type casting for lat & long of internal IP location data where those fields are null
2.0.2
- Allow LocationDto data to be nullable to match possible responses for non-resolvable listener IPs where only
success
and message
are returned by the API
2.0.1
- Allows the
cache
property of the NowPlayingDto to be set to null
according to the possible API response values for this property
2.0
Breaking changes:
- Updated dependency on
guzzlehttp/guzzle
to require ^7.0
instead of ^6.3
- The properties (as well as the getters and setters) for
password
and comments
of the StreamerDto
are now nullable - See issue #15