Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vscheuber committed Oct 10, 2024
1 parent 722a898 commit 7978003
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7978003

Please sign in to comment.