Skip to content

Latest commit

 

History

History
295 lines (282 loc) · 36 KB

CHANGELOG.md

File metadata and controls

295 lines (282 loc) · 36 KB

Changelog

v0.1.0 (2021-07-08)

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Dev: make it easier to make build a container #296
  • Give Quilkin Bot Art #278
  • Add Error Handling Library #269
  • Design Question: FilterFactory::name returning String #251
  • Use rust-toolchain to manage Rust version. #241
  • Migrate CI build step to Artifact Registry #202
  • Refactor Compress Filter with on_read & on_write configuration #196
  • Refactor Filter to have read and write methods #192
  • Move deny warnings to CI #189
  • CI: Reuse downloaded / compiled libraries between steps #173
  • Mark a configuration as having passed validation before using it #172
  • Pass shutdown channel to run_prune_sessions #165
  • Implement session close inside drop #164
  • Is there a benefit to proxy_mode? #163
  • Avoid need to clone metadata keys #155
  • Set log level #153
  • Remove name field from Endpoint objects #152
  • Do not parse packets as utf8 #151
  • Refactor UpstreamEndpoints retain to return enum #146
  • Avoid copying endpoints list for every packet #138
  • Proxy config file format #130
  • Add default method impl to Filter trait #124
  • Use custom struct implementation for filter values #122
  • Add documentation entry for filter values #121
  • Public chat room #119
  • Refactor Client.lb_policy into it's own filter #103
  • FilterChain: Arguments should be a context object, and return a response object #94
  • Add helper to manage test resources #84
  • Add clippy to ci #82
  • Consolidate Filter Trait to two functions #80
  • Add health endpoint #73
  • Avoid unnecessary cloning in Filter trait #72
  • Use a consistent pattern for error handling #67
  • Filter Idea: Compression Filter #47
  • Should sender/receiver be client/server as concepts? #22
  • Integration Tests #4
  • Continuous Integration #2

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator