Releases: luizfonseca/proksi
Releases · luizfonseca/proksi
proksi: v0.5.0
0.5.0 (2024-11-03)
Features
Bug Fixes
- pingora version bump and new struct props (1304192)
v0.4.8
0.4.8 (2024-10-19)
Features
- enable lets encrypt renewal check interval to be configured (c26dd34)
Miscellaneous Chores
v0.4.7
0.4.7 (2024-10-19)
Bug Fixes
- check to renew certificates on server start/restart (f83bc15)
v0.4.6
0.4.6 (2024-10-19)
Bug Fixes
- panic when handling certificate dates that contain space-padded days (2a0f447)
v0.4.5
0.4.5 (2024-08-14)
Bug Fixes
- remove dashmap usage from cache storage (d721029)
- replace dashmap with a lockfree alternative for routing (4013f8e)
v0.4.4
0.4.4 (2024-07-13)
Bug Fixes
- use correct debian docker image (with glibc) (7729e62)
v0.4.3
0.4.3 (2024-07-13)
Features
Miscellaneous Chores
v0.4.2
0.4.2 (2024-06-28)
Bug Fixes
- use absolute paths where possible (0aab38e)
v0.4.1
0.4.1 (2024-06-28)
Bug Fixes
- auto_reload spawns a service before closing current (ed89d9b)
- check if saved disk matches memory (4a3f33e)
- disable logging skips all logging (e107bb1)
- use a pingora-compatible rolling logger service (e4ca77c)
v0.4.0
0.4.0 (2024-06-27)
Features
- add auto_reload configuration (2401c32)
- config: allow auto_reload for specific paths besides the config file (7e2a7ac)
- hcl: add num_cpus() function (1e7dd91)
- set worker_threads to the default number of logical cpus #69 (dfa23e7)
- watch for changes in the proksi.hcl file (a5b4b0c)
Bug Fixes
- access_logs filtering and function update (40df3da)
- append .log to log files (49ac548)
- cache: add cache-duration header (a319c06)
- cache: use primary_bin hex as cache keys (c95a9da)
- config: watch correct hcl file extensions (133486a)
- get real number of logical cores (31c1174)
- remove log color when logging path is set (0c260e9)