@metaplay/metaplay-auth 1.7.0 → 1.7.2

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,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.7.2] - 2024-11-12
4
+
5
+ ### Added
6
+
7
+ - Support `AUTHCLI_PORTAL_BASEURL` for specifying the developer portal instance to talk to (for testing purposes).
8
+
9
+ ### Changed
10
+
11
+ - Improved error messages when the target environment doesn't exist or user lacks permissions to access it.
12
+
13
+ ## [1.7.1] - 2024-10-22
14
+
15
+ ### Changed
16
+
17
+ - Improved the post-deploy checks to include a DNS resolve step and perform a TLS handshake against the target server.
18
+
19
+ ### Fixed
20
+
21
+ - In command `deploy-server`, don't warn about missing Helm chart version when using `--local-chart-path`.
22
+
3
23
  ## [1.7.0] - 2024-10-03
4
24
 
5
25
  ### Changed