@rockcarver/frodo-cli 3.0.5 → 3.0.7

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
@@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ### Fixed
11
11
 
12
+ - log fetch now repects the log API request limit (1 per second)
13
+ - log fetch and log tail default to ALL levels by default
14
+
15
+ ## [3.0.6] - 2025-06-18
16
+
17
+ ## [3.0.5] - 2025-04-07
18
+
19
+ ### Fixed
20
+
12
21
  - \#494: Frodo CLI now properly imports script from separate files using `frodo script import -A`.
13
22
 
14
23
  ## [3.0.4] - 2025-04-04
@@ -2071,7 +2080,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
2071
2080
  - Fixed problem with adding connection profiles
2072
2081
  - Miscellaneous bug fixes
2073
2082
 
2074
- [unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4...HEAD
2083
+ [unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.6...HEAD
2084
+ [3.0.6]: https://github.com/rockcarver/frodo-cli/compare/v3.0.5...v3.0.6
2085
+ [3.0.5]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4...v3.0.5
2075
2086
  [3.0.4]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4-1...v3.0.4
2076
2087
  [3.0.4-1]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4-0...v3.0.4-1
2077
2088
  [3.0.4-0]: https://github.com/rockcarver/frodo-cli/compare/v3.0.3...v3.0.4-0