0.6.0
Improvement
- Feat: Enabled
h2c
(HTTP/2 cleartext) requests to upstream app servers (in the previous versions, only HTTP/1.1 is allowed for cleartext requests) Resolves #74 - Feat: Initial implementation of caching feature using file + on memory cache. (Caveats: No persistance of the cache. Once config is updated, the cache is totally eliminated.) Resolves #55
- Refactor: lots of minor improvements
Bugfix
- Fix: fix
server
in the response header (rpxy_lib
->rpxy
) - Fix: fix bug for hot-reloading configuration file (Add termination notification receiver in proxy services)
What's Changed
- fix: fix bug in actions definition by @junkurihara in #69
- fix: fix bug in actions definition by @junkurihara in #70
- fix: revert with arm64 build by @junkurihara in #71
- refactor: update rustls and fix response header server name by @junkurihara in #75
- feat: changed options for http version of requests to upstream app servers by @junkurihara in #76
- fix: dynamic reloading of configuration by @junkurihara in #78
- feat: initial implementation of caching feature by @junkurihara in #79
- Refactor: Make cache feature code safer and clean by @junkurihara in #80
Full Changelog: 0.5.0...0.6.0