@rockcarver/frodo-cli 3.0.7 → 3.0.9
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 +15 -1
- package/dist/app.cjs +3470 -3745
- package/dist/app.cjs.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Fixed
|
|
11
11
|
|
|
12
|
+
- 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.
|
|
13
|
+
|
|
14
|
+
## [3.0.8] - 2025-09-11
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
|
|
18
|
+
- Exports using the -a and -A options no longer stop prematurely if errors are encountered.
|
|
19
|
+
|
|
20
|
+
## [3.0.7] - 2025-07-24
|
|
21
|
+
|
|
22
|
+
### Fixed
|
|
23
|
+
|
|
12
24
|
- log fetch now repects the log API request limit (1 per second)
|
|
13
25
|
- log fetch and log tail default to ALL levels by default
|
|
14
26
|
|
|
@@ -2080,7 +2092,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2080
2092
|
- Fixed problem with adding connection profiles
|
|
2081
2093
|
- Miscellaneous bug fixes
|
|
2082
2094
|
|
|
2083
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.
|
|
2095
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.8...HEAD
|
|
2096
|
+
[3.0.8]: https://github.com/rockcarver/frodo-cli/compare/v3.0.7...v3.0.8
|
|
2097
|
+
[3.0.7]: https://github.com/rockcarver/frodo-cli/compare/v3.0.6...v3.0.7
|
|
2084
2098
|
[3.0.6]: https://github.com/rockcarver/frodo-cli/compare/v3.0.5...v3.0.6
|
|
2085
2099
|
[3.0.5]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4...v3.0.5
|
|
2086
2100
|
[3.0.4]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4-1...v3.0.4
|