@metaplay/metaplay-auth 1.6.1 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.7.0] - 2024-10-03
4
+
5
+ ### Changed
6
+
7
+ - The CLI now gets the StackAPI base URL from the portal directly. This enables support for environments on different stacks in the future.
8
+ - Deprecated: Using FQDN to specify the target environment to operate against. You should use `<organization>-<project>-<environment>` instead when using the CLI manually.
9
+ - Fixed 'build-image' command to use the auto-detected commit id and build number (assuming the values are given as command line arguments).
10
+ - The 'deploy-server' command now checks that it can establish a connection to the deployed server on the server's client-facing endpoint.
11
+ - Removed the deprecated command 'check-deployment'. Use the 'check-server-status' instead. Note that 'deploy-server' performs these checks automatically.
12
+
3
13
  ## [1.6.1] - 2024-09-11
4
14
 
5
15
  ### Changed