Skip to content

Commit

Permalink
Merge pull request #453 from vscheuber/main
Browse files Browse the repository at this point in the history
MINOR RELEASE
  • Loading branch information
vscheuber authored Aug 19, 2024
2 parents 097f973 + df0199a commit 4e63a58
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 6 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Improvements to script handling:

- Added the option to import scripts by id.
- Implementing `useStringArrays` in exports and allowing imports to support single-string scripts in addition to string array scripts.

- \#247 - Support for Advanced Identitty Cloud Environment Promotion API (Location in library: `frodo.cloud.env.promotion`)
- \#432 - Support for Advanced Identitty Cloud ESV Count API (Location in library: `frodo.cloud`)
- \#433 - Support for Advanced Identitty Cloud Environment Certificate API (Location in library: `frodo.cloud.env.cert`)
- \#434 - Support for Advanced Identitty Cloud Environment CSR API (Location in library: `frodo.cloud.env.csr`)
- \#435 - Support for Advanced Identitty Cloud Environment Content Security Policy API (Location in library: `frodo.cloud.env`)
- \#436 - Support for Advanced Identitty Cloud Environment Cookie Domains API (Location in library: `frodo.cloud.env`)
- \#437 - Support for Advanced Identitty Cloud Environment Custom Domains API (Location in library: `frodo.cloud.env`)
- \#438 - Support for Advanced Identitty Cloud Environment Federation Enforcement API (Location in library: `frodo.cloud.env`)
- \#439 - Support for Advanced Identitty Cloud Environment Release API (Location in library: `frodo.cloud.env`)
- \#440 - Support for Advanced Identitty Cloud Environment SSO Cookie API (Location in library: `frodo.cloud.env`)

### Fixed

- Fixes to script handling

- Fixed script imports so that they can correctly import a single script.
- Make getting library scripts recursive in the event that there are library scripts dependent on other library scripts so that they all get exported.

- \#448: Frodo Library now accepts an additional optional boolean param `wait`, which if provided delays the response until an OSGi service event confirms the change has been consumed by the corresponding service or the request times out, to the following `frodo.idm.config` functions:

- createConfigEntity
- updateConfigEntity

- \#450: Mitigated [CVE-2024-39338](https://github.com/advisories/GHSA-8hc4-vh64-cxmj)
- rockcarver/frodo-cli#428: Frodo Library now includes the `loglevel` dependency.
- rockcarver/frodo-cli#430: Frodo now properly supports exporting and importing of the email service with secondary configurations.

## [2.0.4] - 2024-08-19

### Added
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"agentkeepalive": "^4.2.1",
"axios": "^1.3.1",
"axios": "^1.7.4",
"axios-mock-adapter": "^1.21.2",
"axios-retry": "^4.4.0",
"colors": "^1.4.0",
Expand Down

0 comments on commit 4e63a58

Please sign in to comment.