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

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,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ### Changed
11
+
12
+ - Updated to Frodo Lib 4.0.0
13
+
14
+ ### Added
15
+
16
+ - Added `frodo config-manager` (`fr-config-manager`) commands.
17
+ - Added support for Node Designer Nodes through several API and Ops functions to allow for doing exports, imports, deletes, etc. with custom node configurations.<br><br>
18
+ 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.<br><br>
19
+ 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).
20
+ - Added `--retry <strategy>` option to all commands.
21
+ - 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.
22
+
23
+ ### Fixed
24
+
25
+ - \#XXX:
26
+
27
+ ## [4.0.0-2] - 2026-01-27
28
+
10
29
  ## [4.0.0-1] - 2026-01-26
11
30
 
12
31
  ### Changed
@@ -2129,7 +2148,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
2129
2148
  - Fixed problem with adding connection profiles
2130
2149
  - Miscellaneous bug fixes
2131
2150
 
2132
- [unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-1...HEAD
2151
+ [unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-2...HEAD
2152
+ [4.0.0-2]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-1...v4.0.0-2
2133
2153
  [4.0.0-1]: https://github.com/rockcarver/frodo-cli/compare/v3.1.1-1...v4.0.0-1
2134
2154
  [3.1.1-1]: https://github.com/rockcarver/frodo-cli/compare/v3.1.1-0...v3.1.1-1
2135
2155
  [3.1.1-0]: https://github.com/rockcarver/frodo-cli/compare/v3.1.0...v3.1.1-0