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

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,78 @@ 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-19] - 2026-03-17
11
+
12
+ ## [4.0.0-18] - 2026-03-12
13
+
14
+ ## [4.0.0-17] - 2026-03-07
15
+
16
+ ## [4.0.0-16] - 2026-03-05
17
+
18
+ ## [4.0.0-15] - 2026-03-05
19
+
20
+ ## [4.0.0-14] - 2026-03-03
21
+
22
+ ## [4.0.0-13] - 2026-03-02
23
+
24
+ ## [4.0.0-12] - 2026-02-27
25
+
26
+ ## [4.0.0-11] - 2026-02-24
27
+
28
+ ## [4.0.0-10] - 2026-02-23
29
+
30
+ ## [4.0.0-9] - 2026-02-23
31
+
32
+ ## [4.0.0-8] - 2026-02-23
33
+
34
+ ## [4.0.0-7] - 2026-02-22
35
+
36
+ ## [4.0.0-6] - 2026-02-18
37
+
38
+ ## [4.0.0-5] - 2026-02-06
39
+
40
+ ## [4.0.0-4] - 2026-02-04
41
+
42
+ ### Changed
43
+
44
+ - Updated to Frodo Lib 4.0.0
45
+ - Updated binary release to run on Node v24
46
+ - Updated dependencies
47
+
48
+ ### Added
49
+
50
+ - Added `frodo config-manager` (`fr-config-manager`) commands.
51
+ - Added support for Node Designer Nodes through several API and Ops functions to allow for doing exports, imports, deletes, etc. with custom node configurations.
52
+ - 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.
53
+ - 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).
54
+ - Added `--retry <strategy>` option to all commands.
55
+ - 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.
56
+
57
+ ### Fixed
58
+
59
+ - \#XXX:
60
+
61
+ ## [4.0.0-3] - 2026-02-04
62
+
63
+ ### Changed
64
+
65
+ - Updated to Frodo Lib 4.0.0
66
+
67
+ ### Added
68
+
69
+ - Added `frodo config-manager` (`fr-config-manager`) commands.
70
+ - 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>
71
+ 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>
72
+ 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).
73
+ - Added `--retry <strategy>` option to all commands.
74
+ - 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.
75
+
76
+ ### Fixed
77
+
78
+ - \#XXX:
79
+
80
+ ## [4.0.0-2] - 2026-01-27
81
+
10
82
  ## [4.0.0-1] - 2026-01-26
11
83
 
12
84
  ### Changed
@@ -2129,7 +2201,25 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
2129
2201
  - Fixed problem with adding connection profiles
2130
2202
  - Miscellaneous bug fixes
2131
2203
 
2132
- [unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-1...HEAD
2204
+ [unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-19...HEAD
2205
+ [4.0.0-19]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-18...v4.0.0-19
2206
+ [4.0.0-18]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-17...v4.0.0-18
2207
+ [4.0.0-17]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-16...v4.0.0-17
2208
+ [4.0.0-16]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-15...v4.0.0-16
2209
+ [4.0.0-15]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-14...v4.0.0-15
2210
+ [4.0.0-14]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-13...v4.0.0-14
2211
+ [4.0.0-13]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-12...v4.0.0-13
2212
+ [4.0.0-12]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-11...v4.0.0-12
2213
+ [4.0.0-11]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-10...v4.0.0-11
2214
+ [4.0.0-10]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-9...v4.0.0-10
2215
+ [4.0.0-9]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-8...v4.0.0-9
2216
+ [4.0.0-8]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-7...v4.0.0-8
2217
+ [4.0.0-7]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-6...v4.0.0-7
2218
+ [4.0.0-6]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-5...v4.0.0-6
2219
+ [4.0.0-5]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-4...v4.0.0-5
2220
+ [4.0.0-4]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-3...v4.0.0-4
2221
+ [4.0.0-3]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-2...v4.0.0-3
2222
+ [4.0.0-2]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-1...v4.0.0-2
2133
2223
  [4.0.0-1]: https://github.com/rockcarver/frodo-cli/compare/v3.1.1-1...v4.0.0-1
2134
2224
  [3.1.1-1]: https://github.com/rockcarver/frodo-cli/compare/v3.1.1-0...v3.1.1-1
2135
2225
  [3.1.1-0]: https://github.com/rockcarver/frodo-cli/compare/v3.1.0...v3.1.1-0