Skip to content

Latest commit

 

History

History
268 lines (169 loc) · 18.9 KB

CHANGELOG.md

File metadata and controls

268 lines (169 loc) · 18.9 KB

Changelog

0.16.0 (2023-10-06)

Full Changelog

Merged pull requests:

0.15.0 (2023-01-04)

Full Changelog

Merged pull requests:

0.14.1 (2022-09-12)

Full Changelog

Merged pull requests:

0.14.0 (2022-02-15)

Full Changelog

Implemented enhancements:

Merged pull requests:

0.13.0 (2021-08-04)

Full Changelog

Implemented enhancements:

  • Use &str for key names instead of String #81
  • Investigate a SignClient for just-in-time key creation #70
  • Modify interface to take parameters as reference #31
  • Add SPIFFE authentication via the new crate #85 (hug-dev)

Fixed bugs:

Merged pull requests:

0.12.0 (2021-03-18)

Full Changelog

Implemented enhancements:

  • Implement component bootstrapping #52
  • Resolve service endpoint from a URI environment variable #37
  • Add code coverage checking to the nightly run #77 (ionut-arm)
  • Bootstrap socket location from env variable #73 (ionut-arm)
  • Increase the default timeout to 60 seconds #72 (hug-dev)
  • Add changelog file #60 (ionut-arm)

Closed issues:

  • Add support for ListClients and DeleteClient #66
  • Add a JWT-SVID authentication data #55

Merged pull requests:

0.11.0 (2020-10-20)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Socket path security checks can fail when the client is in a container #51

Closed issues:

  • Implement new authenticator support #41

Merged pull requests:

0.10.0 (2020-10-02)

Full Changelog

0.9.0 (2020-09-07)

Full Changelog

Implemented enhancements:

  • Manage data safely within the client #9
  • Upgrade dependencies versions #48 (hug-dev)

0.8.0 (2020-08-18)

Full Changelog

Implemented enhancements:

Merged pull requests:

0.7.1 (2020-07-22)

Full Changelog

Implemented enhancements:

0.7.0 (2020-07-15)

Full Changelog

Implemented enhancements:

0.6.0 (2020-07-07)

Full Changelog

Merged pull requests:

0.5.0 (2020-07-02)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Fix the fs check on the socket folder feature #35 (hug-dev)
  • Import the newer interface #34 (hug-dev)

Merged pull requests:

  • Change socket location and add checks #33 (hug-dev)

0.4.0 (2020-06-05)

Full Changelog

Implemented enhancements:

  • Import the newest interface and increase version #30 (hug-dev)
  • Import the new interface #29 (hug-dev)

0.3.0 (2020-05-06)

Full Changelog

Implemented enhancements:

  • Expose the interface through the client, even for testing #25
  • Add Send and Sync to trait objects #27 (hug-dev)

0.2.0 (2020-04-24)

Full Changelog

Implemented enhancements:

0.1.0 (2020-04-22)

Full Changelog

Implemented enhancements:

  • Make the CoreClient really dumb #19
  • Extract UnixSocket-specific functionality out of RequestHandler #13
  • Create test framework #7
  • Implement client-specific error structures #5
  • Implement configuration #3
  • Add methods for modifying timeout of IPC handlers #24 (ionut-arm)
  • Make implicit_provider optional #23 (ionut-arm)
  • Add getters for auth_data and implicit_provider #22 (ionut-arm)
  • Add contributing guidelines link #21 (hug-dev)
  • Refactor low level clients #20 (ionut-arm)
  • Add failing IPC test #15 (ionut-arm)
  • Factor IPC handling out of the request handler #14 (ionut-arm)
  • Add testing framework and unit tests #12 (ionut-arm)
  • Make inner attributes configurable #10 (ionut-arm)
  • Add client-specific error types #8 (ionut-arm)
  • Seed initial client #1 (ionut-arm)

Closed issues:

  • Rename methods to contain psa_ prefix #17
  • Improve documentation #2

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator