Releases: MetaFabInc/metafab-rust
Release list
Release 1.5.1
This release introduces quality of life improvements, bug fixes, etc.
Learn more at https://trymetafab.com/
Release 1.4.1
This release introduces quality of life improvements, bug fixes, etc.
Learn more at https://trymetafab.com/
Release 1.3.0
This release introduces the following features.
- Adds lootbox support
- Renames exchanges system to shops
Learn more at https://trymetafab.com/
Release 1.2.1
This release introduces the following features.
- Adds support for writing arbitrary player data using the
setPlayerDatamethod. - Adds support for reading arbitrary player data using the
getPlayerDatamethod.
Learn more about how to use player data here: https://docs.trymetafab.com/reference/setplayerdata
Learn more at https://trymetafab.com/
Release 1.2.0
This release introduces breaking changes. You must update your SDKs to version 1.2.0.
- Game authentication through
GET /gameshas been changed toGET /games/auth. - Player authentication through
GET /playershas been changed toGET /players/auth. - Adds support for getting a game by id through
GET /games/:gameId, or thegetGameSDK method. - Adds support for getting all players of a game through
GET /playersor thegetPlayersSDK method. - Adds support for getting a player by id through
GET /players/:playerIdor thegetPlayerSDK method.
Learn more at https://trymetafab.com/
Release 1.1.43
Patched a bug that prevented using the GET /collections/{collectionId}/items/{collectionItemId} endpoint
Learn more at https://trymetafab.com/
Release 1.1.4
Introduces Exchange API support.
Learn more at https://trymetafab.com/
Release 1.1.3
Introduces Items API support.
Learn more at https://trymetafab.com