Skip to content

Latest commit

 

History

History
67 lines (36 loc) · 1.84 KB

File metadata and controls

67 lines (36 loc) · 1.84 KB

Version 2.3.3 (Released 2026-06-16)

  • OVERLAP_DURATION defaults to P1D and is rejected if it exceeds P1D.

Version 2.3.2 (Released 2026-06-15)

  • Added outbound HTTP logging for rotation calls and enforced mixed-character random password generation.

Version 2.3.1 (Released 2026-06-11)

  • Removed default values for ClientSecretKey and ClientIdKey

Version 2.3.0 (Released 2026-05-08)

  • Upgrade Lambda runtime to Python 3.14

Version 2.2.1 (Release 2023-11-13)

  • Correct Bad Replication into us-east-1

Version 2.2.0 (Release 2023-09-08)

  • Allow Client-Specified Names of Keys in the Secret Body

Version 2.1.1 (Released 2023-07-25)

  • Correct Name of Environment Variable

Version 2.1.0 (Released 2023-06-29)

  • Allow Client-Specified Secret Overlap Duration

Version 2.0.2 (Released 2023-06-21)

  • Correct Serialization of DateTime Values

Version 2.0.1 (Released 2023-05-13)

  • Correct Client Registry Address

Version 2.0.0 (Released 2023-05-01)

  • BREAKING: The Auth0 Façade has been supplanted by the Client Registry.
    • AUTHORITY has been renamed to ISSUER, accordingly.

Version 1.1.4 (Released 2020-02-10)

  • An error related to exception handling has been corrected.
  • The JSON structure of the generated secret has been improved.

Version 1.1.0 (Released 2020-01-14)

  • The permission to allow Secrets Manager to invoke the rotation Lambda have been moved into the application.
    • This requires a new capability acknowledgement: CAPABILITY_RESOURCE_POLICY.
  • The rotator can rotate secrets encrypted by a customer-managed KMS key.

Version 1.0.2 (Released 2019-11-25)

  • The runtime has been updated to python3.8.

Version 1.0.1 (Released 2019-11-20)

  • A slight performance improvement related to the eager creation of an AWS service client.

Version 1.0.0 (Released 2019-11-01)

  • Everything is new!