Skip to content

Releases: luizfonseca/proksi

v0.4.2

28 Jun 19:37
d0835fe
Compare
Choose a tag to compare

0.4.2 (2024-06-28)

Bug Fixes

  • use absolute paths where possible (0aab38e)

v0.4.1

28 Jun 16:25
f629335
Compare
Choose a tag to compare

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

27 Jun 22:48
90dc163
Compare
Choose a tag to compare

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)

v0.3.31

24 Jun 21:15
0946f10
Compare
Choose a tag to compare

0.3.31 (2024-06-24)

Bug Fixes

  • remove ansi colors for logging to file (9b1b91d)

v0.3.30

24 Jun 20:51
1bd0435
Compare
Choose a tag to compare

0.3.30 (2024-06-24)

Features

  • logging: enable file/stdout log rotation via config file/cli (6bd378f)

Bug Fixes

  • remove default path from logging (79e144d)
  • remove fetch of e5 certificate (eabe6d5)
  • split lets_encrypt certs into leaf/intermediate (f249a8c)
  • use chain certs (b1d2dcb)

Miscellaneous Chores

  • release marker for 0.3.30 (a7ac130)

v0.3.23

23 Jun 20:28
08ccad8
Compare
Choose a tag to compare

0.3.23 (2024-06-23)

Bug Fixes

v0.3.22

23 Jun 20:22
b97efd9
Compare
Choose a tag to compare

0.3.22 (2024-06-23)

Bug Fixes

  • cert: add certs to chain. Fixes #47 (05f366c)
  • change acme-lib to acme-v2 due to security bug (201fbb6)
  • http01: fetch lets_encrypt intermediate cert (f2c748e)

v0.3.21

22 Jun 19:16
ad783e9
Compare
Choose a tag to compare

0.3.21 (2024-06-22)

Bug Fixes

  • hcl imports work on nested elements (bf719b6)

v0.3.20

22 Jun 14:18
9941a5a
Compare
Choose a tag to compare

0.3.20 (2024-06-22)

Features

  • cache: add in-memory cache for results from disk (b35f04c)
  • disk_cache: use arcswap for now (575b95d)

Miscellaneous Chores

  • release marker for 0.3.20 (1b7be63)

v0.3.15

22 Jun 00:39
878a96a
Compare
Choose a tag to compare

0.3.15 (2024-06-22)

Bug Fixes

  • convert header function (8d24da7)