@rockcarver/frodo-cli 4.0.0-3 → 4.0.0-5

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
@@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [4.0.0-4] - 2026-02-04
11
+
12
+ ### Changed
13
+
14
+ - Updated to Frodo Lib 4.0.0
15
+ - Updated binary release to run on Node v24
16
+ - Updated dependencies
17
+
18
+ ### Added
19
+
20
+ - Added `frodo config-manager` (`fr-config-manager`) commands.
21
+ - Added support for Node Designer Nodes through several API and Ops functions to allow for doing exports, imports, deletes, etc. with custom node configurations.
22
+ - Just like with journeys, custom nodes get exported and imported in the same way as they do from AIC/AM, so you can import Frodo exported custom nodes into AIC/AM and vice versa.
23
+ - Additionally, journeys were updated to include custom node dependencies during exports. Even if a journey is exported with Frodo and contains these dependencies in the export JSON, they can still be imported into AIC/AM using the admin UI as it should ignore the custom node dependencies (since AIC/AM doesn't support exporting them yet).
24
+ - Added `--retry <strategy>` option to all commands.
25
+ - Added the ability to authenticate to an AM classic deployment using Amster credentials (i.e. a public/private key pair). The private key can be in a variety of formats such as PKCS, JWK, and OpenSSH, but is ultimately stored in PKCS#8 format. You can also use encrypted private keys by providing the passphrase when creating the connection profile.
26
+
27
+ ### Fixed
28
+
29
+ - \#XXX:
30
+
31
+ ## [4.0.0-3] - 2026-02-04
32
+
10
33
  ### Changed
11
34
 
12
35
  - Updated to Frodo Lib 4.0.0
@@ -2148,7 +2171,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
2148
2171
  - Fixed problem with adding connection profiles
2149
2172
  - Miscellaneous bug fixes
2150
2173
 
2151
- [unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-2...HEAD
2174
+ [unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-4...HEAD
2175
+ [4.0.0-4]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-3...v4.0.0-4
2176
+ [4.0.0-3]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-2...v4.0.0-3
2152
2177
  [4.0.0-2]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-1...v4.0.0-2
2153
2178
  [4.0.0-1]: https://github.com/rockcarver/frodo-cli/compare/v3.1.1-1...v4.0.0-1
2154
2179
  [3.1.1-1]: https://github.com/rockcarver/frodo-cli/compare/v3.1.1-0...v3.1.1-1