Skip to content

Latest commit

 

History

History
95 lines (42 loc) · 4.33 KB

CHANGELOG.md

File metadata and controls

95 lines (42 loc) · 4.33 KB

Changelog

2.4.2 (2024-08-01)

Bug Fixes

  • make the aws mock-generation script work again (#1079) (10bce11)

2.4.1 (2024-05-03)

Bug Fixes

  • suppress decompression error and treat uncompressed token in cache as cache miss (#1058) (da1316d)

2.4.0 (2024-04-05)

Features

  • compress token before storing in cache to allow for larger tokens to be cached (#1047) (2cce231)

Bug Fixes

2.3.0 (2024-03-30)

Features

  • remove pkg/errors for stdlib errors (2595678)

2.2.3 (2024-03-21)

Bug Fixes

  • Update invalid dependency versions in osutils and snowflake packages (#1030) (864e76a)

2.2.2 (2024-03-21)

Bug Fixes

  • Fix oidc-cli dependencies (osutil and pidlock reference invalid version numbers) (#1027) (2389146)

2.2.1 (2024-03-21)

Bug Fixes

  • Fix oidc-cli dependencies (osutil and pidlock reference invalid version numbers) (#1027) (2389146)

2.2.0 (2024-03-07)

Features

  • add support for config struct validate tags (#1015) (e13bc83)

2.1.0 (2024-02-23)

Features

2.0.1 (2024-02-23)

Bug Fixes

2.0.0 (2024-02-23)

⚠ BREAKING CHANGES

  • break mono-package into individual packages (#1000)

Features

  • break mono-package into individual packages (#1000) (5151c5e)

1.12.0 (2024-02-21)

Features