@rockcarver/frodo-cli 3.0.6 → 3.0.8
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 +16 -1
- package/dist/app.cjs +2433 -3064
- package/dist/app.cjs.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Exports using the -a and -A options no longer stop prematurely if errors are encountered.
|
|
13
|
+
|
|
14
|
+
## [3.0.7] - 2025-07-24
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
|
|
18
|
+
- log fetch now repects the log API request limit (1 per second)
|
|
19
|
+
- log fetch and log tail default to ALL levels by default
|
|
20
|
+
|
|
21
|
+
## [3.0.6] - 2025-06-18
|
|
22
|
+
|
|
10
23
|
## [3.0.5] - 2025-04-07
|
|
11
24
|
|
|
12
25
|
### Fixed
|
|
@@ -2073,7 +2086,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2073
2086
|
- Fixed problem with adding connection profiles
|
|
2074
2087
|
- Miscellaneous bug fixes
|
|
2075
2088
|
|
|
2076
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.
|
|
2089
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.7...HEAD
|
|
2090
|
+
[3.0.7]: https://github.com/rockcarver/frodo-cli/compare/v3.0.6...v3.0.7
|
|
2091
|
+
[3.0.6]: https://github.com/rockcarver/frodo-cli/compare/v3.0.5...v3.0.6
|
|
2077
2092
|
[3.0.5]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4...v3.0.5
|
|
2078
2093
|
[3.0.4]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4-1...v3.0.4
|
|
2079
2094
|
[3.0.4-1]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4-0...v3.0.4-1
|