oxidetalis/CHANGELOG.md
2024-07-21 11:23:31 +00:00

31 lines
3 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))
- CI to create `CONTRIBUTORS.md` file ([`cb60ee8`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/cb60ee84bb300cec5b61d3f8e8b6f57df3d95025))
- Chat request implementation ([`82132fc`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/82132fc44641826f0de11cb4dcc266948aa70975))
- 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
- Add `serde` & `openapi` features to the core ([`7006be2`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/7006be2685290ab3a1b17e55e7347681ff58f914))
- Change the default port ([`4964ba0`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/4964ba085fc42d3ac02aa046b48afee9f146b75a))
- Remove the nonce cache limit ([`d442e73`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/d442e73ed7253f2fa8c381029058d51627de25b3))
- Use Scalar as default openapi UI ([`2e0342e`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/2e0342e82037870fe5c811e86225f5e2da649710))
### Fixed
- Change the CLI settings ([`6a729e4`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/6a729e49d448efa12bdc46ce4b187b875b79ec1e))
- Change the way checking if the file changed ([`2da2e62`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/2da2e62b3b1e82b4e8d597ac476bca71dec9868c))
- 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)