Skip to content

Releases: MetaFabInc/metafab-rust

Release 1.5.1

Choose a tag to compare

@iamarkdev iamarkdev released this 20 Feb 00:13

This release introduces quality of life improvements, bug fixes, etc.

Learn more at https://trymetafab.com/

Release 1.4.1

Choose a tag to compare

@iamarkdev iamarkdev released this 03 Jan 03:29

This release introduces quality of life improvements, bug fixes, etc.

Learn more at https://trymetafab.com/

Release 1.3.0

Choose a tag to compare

@iamarkdev iamarkdev released this 01 Dec 23:48

This release introduces the following features.

  • Adds lootbox support
  • Renames exchanges system to shops

Learn more at https://trymetafab.com/

Release 1.2.1

Choose a tag to compare

@iamarkdev iamarkdev released this 09 Nov 23:55

This release introduces the following features.

  • Adds support for writing arbitrary player data using the setPlayerData method.
  • Adds support for reading arbitrary player data using the getPlayerData method.

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

Choose a tag to compare

@iamarkdev iamarkdev released this 08 Nov 00:50

This release introduces breaking changes. You must update your SDKs to version 1.2.0.

  • Game authentication through GET /games has been changed to GET /games/auth.
  • Player authentication through GET /players has been changed to GET /players/auth.
  • Adds support for getting a game by id through GET /games/:gameId, or the getGame SDK method.
  • Adds support for getting all players of a game through GET /players or the getPlayers SDK method.
  • Adds support for getting a player by id through GET /players/:playerId or the getPlayer SDK method.

Learn more at https://trymetafab.com/

Release 1.1.43

Choose a tag to compare

@iamarkdev iamarkdev released this 06 Nov 00:28

Patched a bug that prevented using the GET /collections/{collectionId}/items/{collectionItemId} endpoint

Learn more at https://trymetafab.com/

Release 1.1.4

Choose a tag to compare

@iamarkdev iamarkdev released this 30 Oct 21:41

Introduces Exchange API support.

Learn more at https://trymetafab.com/

Release 1.1.3

Choose a tag to compare

@iamarkdev iamarkdev released this 21 Oct 05:27

Introduces Items API support.

Learn more at https://trymetafab.com