Skip to content

Releases: luizfonseca/proksi

v0.1.6

20 May 00:51
fa93cbb
Compare
Choose a tag to compare

0.1.6 (2024-05-20)

Features

  • config: allow users to disable/enable background services (224c99d)
  • config: validate provided config with sane defaults (e2727c7)

Miscellaneous Chores

  • marker for release 0.1.6 (06d57cf)

v0.1.5

18 May 21:02
9c83fe0
Compare
Choose a tag to compare

0.1.5 (2024-05-18)

Features

  • letsencrypt: add daily certificate renewal check (90c14c6)
  • letsencrypt: refactor and improve background service logic to handle existing certificates (27e2564)
  • proxy: use dashmap for route/cert thread access (bf55ce8)

Bug Fixes

  • remove todo from logger flush() (796b8ef)

Miscellaneous Chores

v0.1.4

16 May 23:44
0f37cd9
Compare
Choose a tag to compare

0.1.4 (2024-05-16)

Bug Fixes

  • dockerfile: incorrect image used (dd44443)

v0.1.3

16 May 23:26
3859c76
Compare
Choose a tag to compare

0.1.3 (2024-05-16)

Features

  • add non-blocking tracing and static ROUTER with arc_swap (452f2e7)
  • config: add command-line argument support (2a24aaa)
  • config: add support for providing a config path through the command line first (63dcd00)
  • config: enable letsencrypt options via config file (28aaebc)
  • logger: create lightweight background logging to stdout (163abb9)
  • proxy: enable configuring worker threads through env/command/config (6af3f5c)
  • proxy: support reading upstream hosts from configuration (1885b22)
  • use default options for peer requests (54e2397)

Miscellaneous Chores

v0.1.2

13 May 23:50
a12222f
Compare
Choose a tag to compare

0.1.2 (2024-05-13)

Bug Fixes

  • ghactions: warning on release (df7e726)

v0.1.1

13 May 23:36
467fef6
Compare
Choose a tag to compare

0.1.1 (2024-05-13)

Bug Fixes

  • goreleaser: attempt on fixing the broken build process (4e4c989)

v0.1.0

13 May 23:02
6918916
Compare
Choose a tag to compare

0.1.0 (2024-05-13)

Features

  • add configuration based on figments (48e2981)
  • add tracing crate & upgrade pingora (ccf6427)

Bug Fixes