Skip to content

Latest commit

 

History

History
145 lines (104 loc) · 3.6 KB

CHANGELOG.md

File metadata and controls

145 lines (104 loc) · 3.6 KB

Chore

  • deps: bump tokio from 1.18.2 to 1.19.2
  • deps: bump axum from 0.5.6 to 0.5.7
  • deps: bump tower-http from 0.3.3 to 0.3.4
  • deps: bump jsonwebtoken from 7.2.0 to 8.1.0

v0.14.0 - 2022-06-08

Refactor

  • clippy suggestion to use char instead of string

v0.13.0 - 2022-05-23

Feat

  • get token from query parameter in the Uri in the X-Forwarded-Uri header

v0.12.0 - 2022-05-23

Feat

  • adding support for query parameters.

Tests

  • add tests in docker build

v0.11.0 - 2022-05-18

Chore

  • update dependencies and bump version
  • clippy

Docs

  • updating changelog

Feat

  • removing extra prints and adding tests for handlers

v0.10.0 - 2022-05-14

Feat

  • adding version in initial output. refactor: cleanup main function

v0.9.0 - 2022-05-14

Feat

  • configurable duration chore: updated dependencies

v0.8.0 - 2022-05-14

Chore

  • cache attempt

Feat

  • look for a settings file if there

v0.7.0 - 2022-05-10

Refactor

  • improved config #6 refactor: simplified logging #4 chore: cargo fmt

v0.6.0 - 2022-05-08

Docs

  • updating README.md, no openapi but it's something.

Refactor

  • rewrite using axum

v0.5.0 - 2022-05-03

Refactor

  • use authorization headers refactor: use thiserror for derived errors docs: cleanup README

v0.4.1 - 2022-05-03

Chore

  • adding tini for better Docker compatibility

v0.4.0 - 2022-04-18

Feat

  • adding basic logging

v0.3.0 - 2022-04-18

Feat

  • very basic health check response (200)

v0.2.1 - 2022-04-18

Fix

  • initial path trimming chore: adding git-chglog and more conservative k6 values

v0.2.0 - 2022-04-18

Chore

  • arm64 build slows down amd64 build
  • adding github action, k6 parameters
  • remove Cargo.lock from gitignore

Feat

  • handle errors with malformed X-FORWARDED-Uri feat: added auth endpoint for traefik ForwardAuth chore: cleanup code chore: add k6 test
  • pickup secret from config file/env
  • better error handling feat: initial config file support

Fix

  • serve 0.0.0.0 & workaround for docker config file & k6 test
  • validate fn uses CONFIG as well.

Refactor

  • json messages, cleaner with modules