Skip to content

Releases: blake-mealey/mantle

v0.11.17-prerelease

12 Oct 14:16
Compare
Choose a tag to compare
v0.11.17-prerelease Pre-release
Pre-release

What's Changed

Introduces (potentially temporary) fix for authentication by using the workaround of adding a double slash to the API call.

Full Changelog: v0.11.15...v0.11.17-prerelease

v0.11.16

10 Jul 20:03
Compare
Choose a tag to compare

What's Changed

  • fix(rbx_api): replace the deprecated place creation API with new API by @Etheroit in #220
  • fix(rbx_api): replace deprecated create asset alias API with new API by @blake-mealey in #221

v0.11.15

26 Jun 01:00
Compare
Choose a tag to compare

Roblox deprecated the legacy place upload API on June 24. This release adds support for using Open Cloud APIs to publish places.

You must now provide a MANTLE_OPEN_CLOUD_API_KEY environment variable to support place file uploads. Read more about this in the docs.

Full Changelog: v0.11.14...v0.11.15

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