Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 778 Bytes

CHANGELOG.md

File metadata and controls

31 lines (21 loc) · 778 Bytes

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

httpbin

  • Use clap and toml to parse config file
  • Add base64::encode and base64::decode functions
  • Add uuid::new_v{1,3,4,5,6,7,8} functions

implementations

  • poem-openapi, poem, axum, actix, salvo, rocket
    • HTTP Methods support
    • Request inspection support
    • Anything support
    • Data support: base64

chore

  • CI to check fmt, lint, build and test
  • CI to check CHANGELOG.md
  • CI to build and publish docker image
  • Add renovate to manage dependencies