Releases: Topsort/topsort.php
Releases · Topsort/topsort.php
3.0.1
What's Changed
- fix: typos in examples by @jbergstroem in #4
- fix:
ocurredAt
->occurredAt
by @jbergstroem in #5 - chore: rename
php-sdk
totopsort.php
by @jbergstroem in #6
Release v3.0.0
What's Changed
Make Topsort-SDK work with Topsort API v2.
Breaking changes
- Move from auctions v1 to auctions v2 for sponsored listings
- Move from events v1 to events v2
- All functions take resolvedBidId instead of auctionId
- Removed functionget_auction (we don't have this one for v2 right?)
Changed the data models for most functions. Check the updated Psalm types.