Skip to content

Latest commit

 

History

History
227 lines (116 loc) · 10.6 KB

CHANGELOG.md

File metadata and controls

227 lines (116 loc) · 10.6 KB

5.0.0 (2023-06-07)

⚠ BREAKING CHANGES

  • upgrade to core:3.0.0

Bug Fixes

Build System

5.0.1 (2024-03-26)

Bug Fixes

  • clarify vault error messages (d3e9d7f)
  • drop setting min_available_version (b75bf8e)
  • update minVersion on /config endpoint (ed83f9a)

4.0.1 (2023-06-06)

Bug Fixes

Changelog

4.0.0 (2023-05-16)

⚠ BREAKING CHANGES

  • apply v2 upgrade script

Code Refactoring

  • apply v2 upgrade script (3c2de8c)

3.0.1 (2023-04-03)

Bug Fixes

  • change visibility of vaule encryption service authentication type enum (24c0a2a)

3.0.0 (2023-03-29)

⚠ BREAKING CHANGES

  • rename store redis connectionTimeout to timeout
  • remove spring integration of honeybadger facility
  • remove backward compatibility for durations - store-redis
  • remove backward compatibility for durations - store-vault
  • remove backward compatibility for durations - message-broker-nats
  • standardize package structures
  • standardize package structures

Bug Fixes

  • standardize package structures (7d32dc0)
  • standardize package structures (e15c3ae)

Code Refactoring

  • remove backward compatibility for durations - message-broker-nats (b77a678)
  • remove backward compatibility for durations - store-redis (4900874)
  • remove backward compatibility for durations - store-vault (0b3e305)
  • remove spring integration of honeybadger facility (80a5d62)
  • rename store redis connectionTimeout to timeout (a204f47)

2.0.0 (2023-03-06)

⚠ BREAKING CHANGES

  • All facility configs will need to be converted to durations instead of millis Fixing tests

Features

  • Change configuration millis to durations (ad0d56e)

1.5.2 (2023-02-07)

Bug Fixes

  • raise path exceptions without wrapping in FaultTolerantExecutor (cfca147)

1.5.1 (2023-01-24)

Bug Fixes

  • update dependencies and set upper bound for core (8d69bae)

1.5.0 (2023-01-24)

Miscellaneous Chores

1.5.0-SNAPSHOT (2023-01-23)

Features

  • add honeybadger exception reporter facility (cab99cd)

Miscellaneous Chores

1.4.0-SNAPSHOT (2023-01-23)

Features

  • add honeybadger exception reporter facility (cab99cd)

Miscellaneous Chores

1.4.0-SNAPSHOT (2023-01-12)

Miscellaneous Chores

1.3.2-SNAPSHOT (2023-01-10)

Features

  • improve redis store configuration (895f201)
  • use configuration binding in encryption-service-vault (61fd189)
  • use configuration binding in jasypt-encryption-service (fb9e23c)
  • use configuration binding in message-broker-nats (8932273)
  • use configuration binding in vault-store (eb461c1)
  • use Duration for encryption-service-vault retryInterval (61fd189)
  • use duration for store-vault retryInterval (eb461c1)

Bug Fixes

  • add core dependency constraints to exclude bad core version (3de69be)
  • change encryption-service-vault default authentication to APPROLE (61fd189)
  • change store-vault default authentication to APPROLE (3b69af9)
  • deprecate encryption-service-vault APPID authentication method (61fd189)
  • deprecate store-vault APPID authentication method (3b69af9)
  • utilize new configuration binding features (a5ca597)

Reverts

  • remove global dependency constraints (9b13319)

Miscellaneous Chores

1.3.2 (2022-12-13)

Bug Fixes

  • pin netty to 4.1.86.Final for CVE-2022-41915 (d8199bd)
  • syntax (d8199bd)

1.3.1 (2022-11-03)

Bug Fixes

  • subscribe publish to release publish event (6d04a62)

1.3.0 (2022-11-03)

Features

  • bump version to deploy to maven central (d947495)
  • publish platform (bbad50e)

1.2.0 (2022-10-27)

Features

  • publish javadoc and sources artifact (8c2fd7b)

1.1.0 (2022-10-19)

Features

  • adjust store-vault exceptions (b7fef60)
  • improve encryption-service-vault exceptions (5cb53d6)
  • improve jasypt encryption service exceptions (1b01b9d)
  • improve NATS message broker exceptions (18a7c9d)
  • improve store-redis exceptions (829b29c)

1.0.0 (2022-10-07)

⚠ BREAKING CHANGES

  • upgrade SDK to v1.0.0

Code Refactoring