Skip to content

Releases: blake-mealey/mantle

v0.11.14

12 Mar 15:46
Compare
Choose a tag to compare

What's Changed

  • fix(rbx_api): replace deprecated update game pass api by @jisham318

Full Changelog: v0.11.13...v0.11.14

v0.11.13

16 Dec 17:21
Compare
Choose a tag to compare
  • Fixes the rbx_api list_game_passes function from returning 500 by adding a page limit
    • This fixes the mantle import command erroring when attempting to import game passes

Full Changelog: v0.11.12...v0.11.13

v0.11.12

16 Dec 03:22
Compare
Choose a tag to compare

What's Changed

  • feat(mantle): support container and instance metadata AWS credential providers by @TreehouseFalcon in #202
  • Add diff command and write non-data logs to stderr by @blake-mealey in #204
    • Adds a mantle diff command to get an idea of what changes mantle deploy will make. You can view pretty output or specify JSON/YAML format. This is a first-pass and is far from perfect. Please give me your feedback on this.
    • Sends the "pretty" logging to stderr instead of stdout so that commands like outputs and diff can write data that can be piped between commands directly. This is technically a breaking chnage if you were relying on piping Mantle's output. If you were, you should be able to update your scripts to rely on stderr instead of stdout (e.g. in bash you would use 2> instead of >

New Contributors

Full Changelog: v0.11.10...v0.11.12

v0.11.11

29 Oct 20:08
Compare
Choose a tag to compare

Fixes loading the ROBLOSECURITY cookie from new Windows Roblox Studio installations (#197)

Full Changelog: v0.11.10...v0.11.11

v0.11.10

28 Aug 01:08
Compare
Choose a tag to compare

What's Changed

  • feat(rbx_mantle,rbx_api): add VR playable device by @Etheroit in #195
  • feat(rbx_mantle): consistent ordering in state files by @memorycode in #196

New Contributors

Full Changelog: v0.11.9...v0.11.10

v0.11.9

03 Jun 14:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.8...v0.11.9

v0.11.8

25 Mar 22:47
Compare
Choose a tag to compare

What's Changed

  • feat(rbx_mantle,rbx_api): add notification string support by @brinkokevin in #187

New Contributors

Full Changelog: v0.11.7...v0.11.8

v0.11.7

22 Feb 16:11
Compare
Choose a tag to compare

Replaces the deprecated create, update, and list developer product endpoints with their replacements. Please update Mantle to 0.11.7 to fix failures when managing developer products.

Full Changelog: v0.11.6...v0.11.7

v0.11.6

30 Dec 22:43
Compare
Choose a tag to compare

What's Changed

Features

  • support dotenv files and prefixed AWS creds (closes #169)
  • improve error messages for place file too large (closes #172)
  • use replacement API for subset list developer products endpoint (closes #144)
  • use new upload developer product icon endpoint (closes #165)
  • use new endpoint to create game passes

Fixes

  • fix asset permissions only being granted for initial creation and not re-creation (closes #171)

Full Changelog: v0.11.5...v0.11.6

v0.11.5

23 Nov 21:15
Compare
Choose a tag to compare
  • Automatically grant new audio assets permission to the target experience (closes #166)

Full Changelog: v0.11.4...v0.11.5