Skip to content

Releases: luizfonseca/proksi

proksi: v0.6.1

Choose a tag to compare

@github-actions github-actions released this 19 Jul 22:54
01e28ef

0.6.1 (2025-07-19)

Bug Fixes

  • configuration file loading to support direct file paths and improve Let's Encrypt validation (#305) (2a438e0)

proksi: v0.6.0

Choose a tag to compare

@github-actions github-actions released this 29 May 21:07
bba167a

0.6.0 (2025-05-12)

Features

  • add store adapter trait to store certificates using Redis or In-Memory storage (#258) (2503c5d)
  • upgrade to pingora v0.5.0 from v0.4.0 (#279)

proksi: v0.5.3

Choose a tag to compare

@github-actions github-actions released this 04 Jan 15:46
d18553e

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

Choose a tag to compare

@github-actions github-actions released this 04 Jan 15:36
2cb1fc3

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

Choose a tag to compare

@github-actions github-actions released this 04 Jan 14:32
1e94852

0.5.1 (2025-01-04)

Bug Fixes

  • avoid renewal e-mails from Let's Encrypt (#183) (0ab5c12)

proksi: v0.5.0

Choose a tag to compare

@github-actions github-actions released this 03 Nov 16:44
4e2f9fc

0.5.0 (2024-11-03)

Features

  • upgrade pingora to 0.4.0 (4dd5ba5)

Bug Fixes

  • pingora version bump and new struct props (1304192)

v0.4.8

Choose a tag to compare

@github-actions github-actions released this 19 Oct 15:28
37db807

0.4.8 (2024-10-19)

Features

  • enable lets encrypt renewal check interval to be configured (c26dd34)

Miscellaneous Chores

  • release marker for 0.4.8 (a0005e0)

v0.4.7

Choose a tag to compare

@github-actions github-actions released this 19 Oct 01:12
69c84fc

0.4.7 (2024-10-19)

Bug Fixes

  • check to renew certificates on server start/restart (f83bc15)

v0.4.6

Choose a tag to compare

@github-actions github-actions released this 19 Oct 00:54
a730c6e

0.4.6 (2024-10-19)

Bug Fixes

  • panic when handling certificate dates that contain space-padded days (2a0f447)

v0.4.5

Choose a tag to compare

@github-actions github-actions released this 14 Aug 22:21
5bd526c

0.4.5 (2024-08-14)

Bug Fixes

  • remove dashmap usage from cache storage (d721029)
  • replace dashmap with a lockfree alternative for routing (4013f8e)