@rockcarver/frodo-cli 3.1.0 → 3.1.1-1

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.
@@ -13,4 +13,4 @@
13
13
  "restart": true
14
14
  }
15
15
  ]
16
- }
16
+ }
package/CHANGELOG.md CHANGED
@@ -7,6 +7,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.1.1-0] - 2026-01-25
11
+
12
+ ## [3.1.0] - 2026-01-22
13
+
14
+ ## [3.0.10] - 2026-01-20
15
+
16
+ ### Changed
17
+
18
+ - This release enables the CLI to support Proxy Connect in PingOne Advanced Identity Cloud through the use of custom authentication headers.
19
+
20
+ ### Fixed
21
+
22
+ - rockcarver/frodo-lib#519: Fixed an error generated by the `frodo admin grant-oauth2-client-admin-privileges` command due to changes in AIC default configuration.
23
+ - Updated dependencies with security issues.
24
+
25
+ ## [3.0.9] - 2025-09-16
26
+
27
+ ### Fixed
28
+
29
+ - Further improve exports using the -a and -A options to no longer stop prematurely if errors are encountered. This version resolves issues with large sets of IDM configurations.
30
+
31
+ ## [3.0.8] - 2025-09-11
32
+
33
+ ### Fixed
34
+
35
+ - Exports using the -a and -A options no longer stop prematurely if errors are encountered.
36
+
37
+ ## [3.0.7] - 2025-07-24
38
+
39
+ ### Fixed
40
+
41
+ - log fetch now repects the log API request limit (1 per second)
42
+ - log fetch and log tail default to ALL levels by default
43
+
44
+ ## [3.0.6] - 2025-06-18
45
+
10
46
  ## [3.0.5] - 2025-04-07
11
47
 
12
48
  ### Fixed
@@ -2073,7 +2109,16 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
2073
2109
  - Fixed problem with adding connection profiles
2074
2110
  - Miscellaneous bug fixes
2075
2111
 
2076
- [unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.5...HEAD
2112
+ [unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.1.1-0...HEAD
2113
+ [3.1.1-0]: https://github.com/rockcarver/frodo-cli/compare/v3.1.0...v3.1.1-0
2114
+ [3.1.0]: https://github.com/rockcarver/frodo-cli/compare/v3.0.10...v3.1.0
2115
+ [3.0.10]: https://github.com/rockcarver/frodo-cli/compare/v3.0.10-1...v3.0.10
2116
+ [3.0.10-1]: https://github.com/rockcarver/frodo-cli/compare/v3.0.10-0...v3.0.10-1
2117
+ [3.0.10-0]: https://github.com/rockcarver/frodo-cli/compare/v3.0.9...v3.0.10-0
2118
+ [3.0.9]: https://github.com/rockcarver/frodo-cli/compare/v3.0.8...v3.0.9
2119
+ [3.0.8]: https://github.com/rockcarver/frodo-cli/compare/v3.0.7...v3.0.8
2120
+ [3.0.7]: https://github.com/rockcarver/frodo-cli/compare/v3.0.6...v3.0.7
2121
+ [3.0.6]: https://github.com/rockcarver/frodo-cli/compare/v3.0.5...v3.0.6
2077
2122
  [3.0.5]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4...v3.0.5
2078
2123
  [3.0.4]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4-1...v3.0.4
2079
2124
  [3.0.4-1]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4-0...v3.0.4-1