From 51bdf9781a88f4d63b22626b06aad61eb0355a3b Mon Sep 17 00:00:00 2001 From: forgejo-actions Date: Sun, 7 Jul 2024 18:00:37 +0000 Subject: [PATCH] chore(changelog): Update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb03b91..228d801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,5 +5,17 @@ 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)) +- 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)) This changelog was generated by [git-cliff](https://github.com/orhun/git-cliff)