Skip to content

Releases: luizfonseca/proksi

v0.3.14

21 Jun 23:46
3afc57a
Compare
Choose a tag to compare

0.3.14 (2024-06-21)

Bug Fixes

  • cache: incorrect buffer size on read_body (6cb3f2f)

v0.3.13

21 Jun 15:35
6164b6b
Compare
Choose a tag to compare

0.3.13 (2024-06-21)

Bug Fixes

  • cache: restore the correct status code from metadata (fa18301)
  • config: make cache path optional (01012f7)
  • http_peer: add sane defaults to peerOpts (e9345c2)

v0.3.12

21 Jun 09:44
20afb9f
Compare
Choose a tag to compare

0.3.12 (2024-06-21)

Bug Fixes

  • cache: add mem_cache as the main default option (4029ac0)

v0.3.11

20 Jun 23:36
2e99484
Compare
Choose a tag to compare

0.3.11 (2024-06-20)

Bug Fixes

  • cache: improve writing to cache (disk) (cef089f)
  • clippy (00f5620)
  • disable SNI callback restriction (45f4287)

v0.3.10

20 Jun 20:38
d6d98e6
Compare
Choose a tag to compare

0.3.10 (2024-06-20)

Bug Fixes

  • cache: introduce static arc for cache paths and fix file size for cached files (3cc4190)
  • cache: set max_cache default (without it, it's 16Kb) (1492ce3)

v0.3.9

20 Jun 18:43
c6cad0a
Compare
Choose a tag to compare

0.3.9 (2024-06-20)

Bug Fixes

  • cache: remove hardcoded tmp folder and .unwrap usage (254cb05)

v0.3.8

20 Jun 18:12
3bf631c
Compare
Choose a tag to compare

0.3.8 (2024-06-20)

Features

  • cache: add cache status to response headers and support expiration config (cff30e7)
  • cache: add DiskCache storage type (8ab5352)
  • cache: add expiration/stale config (35c92c3)
  • config: make cache configurable (df7749f)

Bug Fixes

  • cache: generate namespaced cache keys (2981577)

Miscellaneous Chores

  • release marker for 0.3.9 (ffec88a)

v0.3.7

19 Jun 12:57
6f024e0
Compare
Choose a tag to compare

0.3.7 (2024-06-19)

Bug Fixes

  • config: add -d (background) mode support (1dd6579)

v0.3.6

19 Jun 10:01
4d12a2c
Compare
Choose a tag to compare

0.3.6 (2024-06-19)

Bug Fixes

  • dockerfile missing glibc (36bba29)

v0.3.5

19 Jun 09:32
ad85ef2
Compare
Choose a tag to compare

0.3.5 (2024-06-19)

Features

  • config: add support for HCL as a main configuration language (74f9621)
  • hcl: add support for HCL functions (31c5f29)

Bug Fixes

  • hcl: conditional check for hcl extension (bb1d8a8)

Miscellaneous Chores

  • release marker for 0.3.5 (ace8317)