Releases: luizfonseca/proksi
Releases · luizfonseca/proksi
v0.3.1
0.3.1 (2024-06-17)
Bug Fixes
- docker: transform domain names to valid ips (3b9e843)
v0.3.0
0.3.0 (2024-06-17)
Features
- config: allow passing ssl.min_proto and max_proto. Ref #38 (d90538d)
- config: enable providing cert/key path to host route. Ref #38 (0ba44ba)
- config: enable setting the logging.format (ea68e53)
- route: load certificates from config file. Ref #38 (4626f4f)
- route: store metadata about upstreams when routing (ab6acc4)
v0.2.14
0.2.14 (2024-06-15)
Bug Fixes
- remove unnecessary clones from arcswap stores (9de6d98)
v0.2.13
0.2.13 (2024-06-14)
Features
- logger: allow enabling/disabling access/error/logs altogether (615285d)
Bug Fixes
- docker: container (not swarm) support for extra labels (714d9be)
Miscellaneous Chores
- release marker for 0.2.13 (7aac672)
v0.2.12
0.2.12 (2024-06-13)
Features
- plugin: add basic auth plugin (8a4cf9e)
Bug Fixes
- health_check: remove unneeded temp. map (04158f2)
- lets_encrypt: fix panic caused by missing certificate directory (691a45a)
- oauth2: no-store generate state based on timestamp/url (4a9645f)
- oauth2: username support for filtering (19dab94)
Miscellaneous Chores
- release marker for 0.2.12 (3d88b27)
v0.2.10
0.2.10 (2024-06-12)
Bug Fixes
- oauth2: use .get_all to retrieve all cookie values (cade869)
- store: use arcswap instead of dashmaps (ad8049c)
v0.2.9
0.2.9 (2024-06-12)
Bug Fixes
- logger: improvements to memory usage (fae9d4d)
- reuse dashmap contents on request (4ee34bd)
- small type fixes (cff726a)
v0.2.8
0.2.8 (2024-06-11)
Bug Fixes
- oauth2: cache policies for redirects (77de991)
- oauth2: redirection of empty cookie (647bf7c)
v0.2.7
0.2.7 (2024-06-10)
Bug Fixes
- improvements to memory and cpu usage of background services (750de40)
v0.2.6
0.2.6 (2024-06-10)
Bug Fixes
- docker: small improvements to ownership (32824ff)
- use x509 and Pkey directly for certs and minor improvements (b020bdd)