Releases: blake-mealey/mantle
v0.11.17-prerelease
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
v0.11.15
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
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
- 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
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 changesmantle 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
anddiff
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 use2>
instead of>
- Adds a
New Contributors
- @TreehouseFalcon made their first contribution in #202
Full Changelog: v0.11.10...v0.11.12
v0.11.11
Fixes loading the ROBLOSECURITY cookie from new Windows Roblox Studio installations (#197)
Full Changelog: v0.11.10...v0.11.11
v0.11.10
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
- @filiptibell made their first contribution in #193
- @Etheroit made their first contribution in #195
Full Changelog: v0.11.9...v0.11.10
v0.11.9
What's Changed
- fix(mantle,rbx_api): replace deprecated alias endpoints by @blake-mealey in #189
- fix(mantle,rbx_api): fix import badges and notifications bugs by @blake-mealey in #190
Full Changelog: v0.11.8...v0.11.9
v0.11.8
What's Changed
- feat(rbx_mantle,rbx_api): add notification string support by @brinkokevin in #187
New Contributors
- @brinkokevin made their first contribution in #187
Full Changelog: v0.11.7...v0.11.8