oxidetalis/CHANGELOG.md
2024-07-14 01:01:09 +00:00

24 lines
2.1 KiB
Markdown

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## unreleased
### Added
- Add `sign_with_shared_secret` function to `K256Secret` ([`39337f8`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/39337f8d90bd1ebbd327d766b6ba9b175a651255))
- Create CI/CD ([`fcaf7db`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/fcaf7db674aa98761c8daf2597f206cabb754613))
- Create `verify` instance function for the `Signature` ([`77858ac`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/77858ac8f48a2f433f76612166ed720587adce13))
- Create signature data if there is no request body ([`062e441`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/062e441d8a6e328e5ede0996e23065ad0a40a59f))
- Derive `Eq` and `PartialEq` to `Signature` ([`f47bc82`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/f47bc82b199679a10ea5616d48117d66c86379ff))
- Derive `Hash` in `PublicKey` and `Signature` ([`f4b2514`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/f4b2514e75fb8a67a3a57bd600dce54dd5c06858))
- Developer Certificate of Origin ([`0197067`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/019706747a02f824fc092624304c69d8ddf83c5f))
- Initialize server websocket ([`c0d5efe`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/c0d5efe0c342d87849bb1cb295f9a2f3dfc64a70))
- Make the executable little small ([`4590d8b`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/4590d8b2afee51e808e9580405e4cb3ed42f1c3b))
- New extension trait for websocket online users ([`cd2a9ea`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/cd2a9ea03ef08000401fd0a9807cfa36301d48f9))
### Changed
- Remove the nonce cache limit ([`d442e73`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/d442e73ed7253f2fa8c381029058d51627de25b3))
### Fixed
- Use old alert blocks style ([`0f146a5`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/0f146a5df86324db33cd9d74000535b547324e05))
This changelog was generated by [git-cliff](https://github.com/orhun/git-cliff)