oxidetalis/CHANGELOG.md
2024-07-30 08:37:28 +00:00

4.2 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

unreleased

Added

  • Add last_logout column to users table (b79587f)
  • Add sign_with_shared_secret function to K256Secret (39337f8)
  • CI to create CONTRIBUTORS.md file (ce566ad)
  • Chat request implementation (8888bf2)
  • Create CI/CD (fcaf7db)
  • Create verify instance function for the Signature (77858ac)
  • Create signature data if there is no request body (062e441)
  • Derive Eq and PartialEq to Signature (f47bc82)
  • Derive Hash in PublicKey and Signature (f4b2514)
  • Developer Certificate of Origin (1ad98ec)
  • Initialize server websocket (c0d5efe)
  • Make the executable little small (4590d8b)
  • New extension trait for websocket online users (cd2a9ea)
  • Use url::Host instead of IpOrUrl (daef922)

Changed

  • Add serde & openapi features to the core (f0d1b78)
  • Change the default port (9ff5548)
  • Remove the nonce cache limit (d442e73)
  • Use Scalar as default openapi UI (221a47c)
  • Change config private key type to K256Secret (a01f4ad)
  • Refactor in_chat_requests table (fc0642f)
  • Update public key column type from String to PublicKey (1d1bb96)
  • Use PublicKey and Signature as parameters (20a8ac6)

Fixed

  • Change the CLI settings (abbc083)
  • Change the way checking if the file changed (18fd708)
  • Handle the websocet in handle_socket itself (e61de9a)
  • Use old alert blocks style (972740f)

Removed

  • Remove user registration body (0e26557)

This changelog was generated by git-cliff