Skip to content

Releases: rockcarver/frodo-lib

Frodo Library 2.1.2-0

26 Aug 01:57
Compare
Choose a tag to compare
Frodo Library 2.1.2-0 Pre-release
Pre-release

Added

  • Improve support for custom platform deployments (non-forgeops or customized forgeops)

    • rockcarver/frodo-cli#429: Added state functions to support custom oauth2 clients for IDM API calls:

      • state.setAdminClientId(clientId: string): void
      • state.getAdminClientId(): string
      • state.setAdminRedirectUri(redirectUri: string): void
      • state.getAdminRedirectUri(): string
    • rockcarver/frodo-cli#359: Added state functions to support custom IDM host URLs for all IDM API calls (e.g. platform deployments hosting AM and IDM on/in different DNS hosts/domains):

      • state.setIdmHost(host: string): void
      • state.getIdmHost(): string

What's Changed

  • Improve support for custom platform deployments (non-forgeops or customized forgeops) by @vscheuber in #456

Full Changelog: v2.1.1...v2.1.2-0

Frodo Library 2.1.1

23 Aug 13:07
Compare
Choose a tag to compare

Fixed

  • Fixed the issue where the types were not specified correctly for consumers using ESM modules. When attempting to consume frodo with the tsconfig of NodeNext for module and moduleResolution, or ESNext for module and Bundler for moduleResolution, it was unable to determine types.

Frodo Library 2.1.1-0

23 Aug 12:33
Compare
Choose a tag to compare
Frodo Library 2.1.1-0 Pre-release
Pre-release

What's Changed

  • Update module build output to improve compatibility for ESM modules by @DJDANNY123 in #454

New Contributors

Full Changelog: v2.1.0...v2.1.1-0

Frodo Library 2.1.0

19 Aug 02:40
Compare
Choose a tag to compare

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

  • 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.

Frodo Library 2.0.4

19 Aug 01:15
Compare
Choose a tag to compare

Added

  • #247 - Support for Advanced Identitty Cloud Environment Promotion API (Location in library: frodo.cloud.env.promotion)

Changed

  • Deprecated old location of ESV Count API frodo.cloud.esvCount.getEsvCount and added new location frodo.cloud.getEsvCount

Frodo Library 2.0.4-0

16 Aug 02:03
Compare
Choose a tag to compare
Frodo Library 2.0.4-0 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.3...v2.0.4-0

Frodo Library 2.0.3

13 Aug 01:55
Compare
Choose a tag to compare

Added

  • #435 - Support for Advanced Identitty Cloud Environment Content Security Policy API
  • #436 - Support for Advanced Identitty Cloud Environment Cookie Domains API
  • #437 - Support for Advanced Identitty Cloud Environment Custom Domains API
  • #438 - Support for Advanced Identitty Cloud Environment Federation Enforcement API
  • #439 - Support for Advanced Identitty Cloud Environment Release API
  • #440 - Support for Advanced Identitty Cloud Environment SSO Cookie API

Fixed

  • #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

Frodo Library 2.0.2

06 Aug 04:18
Compare
Choose a tag to compare

Added

  • #432 - Support for Advanced Identitty Cloud ESV Count API (Location in library: frodo.cloud.esvCount)
  • #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)

Fixed

Frodo Library 2.0.1

05 Aug 18:48
Compare
Choose a tag to compare

Fixed

  • rockcarver/frodo-cli#430: Frodo now properly supports exporting and importing of the email service with secondary configurations.

Frodo Library 2.0.1-2

05 Aug 18:42
Compare
Choose a tag to compare
Frodo Library 2.0.1-2 Pre-release
Pre-release

Fixed

  • rockcarver/frodo-cli#430: Frodo now properly supports exporting and importing of the email service with secondary configurations.

Full Changelog: v2.0.1-1...v2.0.1-2