Releases: luizfonseca/proksi
Releases · luizfonseca/proksi
proksi: v0.5.3
0.5.3 (2025-01-04)
Bug Fixes
- allow https and http addresses to be provided via configuration (bb52d17)
- avoid renewal e-mails from Let's Encrypt (#183) (0ab5c12)
- failing certificate renewal causing a panic due to .unwrap() call (6e11bc9)
- linting (5de49ba)
proksi: v0.5.2
0.5.2 (2025-01-04)
Bug Fixes
- allow https and http addresses to be provided via configuration (bb52d17)
- avoid renewal e-mails from Let's Encrypt (#183) (0ab5c12)
- failing certificate renewal causing a panic due to .unwrap() call (6e11bc9)
- linting (5de49ba)
proksi: v0.5.1
0.5.1 (2025-01-04)
Bug Fixes
- avoid renewal e-mails from Let's Encrypt (#183) (0ab5c12)
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