Skip to content

Releases: mxenabled/path-facilities

v5.0.1

26 Mar 17:26
Compare
Choose a tag to compare

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)

5.0.0

07 Jun 00:13
Compare
Choose a tag to compare

5.0.0 (2023-06-07)

⚠ BREAKING CHANGES

  • upgrade to core:3.0.0

Bug Fixes

Build System

v4.0.0

16 May 20:53
Compare
Choose a tag to compare

4.0.0 (2023-05-16)

⚠ BREAKING CHANGES

  • apply v2 upgrade script

Code Refactoring

  • apply v2 upgrade script (3c2de8c)

v3.0.1

03 Apr 20:19
Compare
Choose a tag to compare

3.0.1 (2023-04-03)

Bug Fixes

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

v3.0.0

29 Mar 18:00
Compare
Choose a tag to compare

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)

v2.0.0

06 Mar 21:56
Compare
Choose a tag to compare

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)

v1.5.2

07 Feb 16:07
Compare
Choose a tag to compare

1.5.2 (2023-02-07)

Bug Fixes

  • raise path exceptions without wrapping in FaultTolerantExecutor (cfca147)

v1.5.1

24 Jan 01:23
Compare
Choose a tag to compare

1.5.1 (2023-01-24)

Bug Fixes

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

v1.5.0

24 Jan 00:21
Compare
Choose a tag to compare

1.5.0 (2023-01-24)

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

v1.5.0-SNAPSHOT

23 Jan 19:20
Compare
Choose a tag to compare
v1.5.0-SNAPSHOT Pre-release
Pre-release

1.5.0-SNAPSHOT (2023-01-23)

Features

  • add honeybadger exception reporter facility (cab99cd)

Miscellaneous Chores