From 7978003cd111c1fd58f5a572b69ded360e7468f0 Mon Sep 17 00:00:00 2001 From: Volker Scheuber Date: Thu, 10 Oct 2024 11:42:13 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2749d18b..b7cefb6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Expose API factory to developers using Frodo Library to configure AIC, ForgeOps, and PingAM deployments. + + Under `frodo.factory` developers now have access to: + + - `generateAmApi`: Generates an AM Axios API instance + - `generateOauth2Api`: Generates an OAuth2 Axios API instance + - `generateIdmApi`: Generates an IDM Axios API instance + - `generateLogKeysApi`: Generates a LogKeys API Axios instance + - `generateLogApi`: Generates a Log API Axios instance + - `generateEnvApi`: Generates an Axios instance for the Identity Cloud Environment API + - `generateReleaseApi`: Generates a release (Github or Npm) Axios API instance + +### Fixed + + - rockcarver/frodo-cli#445: Fixed an issue introduced with an update to Advanced Identity Cloud which renamed scopes for an upcoming feature and broke Frodo Library in a number of places. + ## [2.1.2-0] - 2024-08-26 ### Added