2023-03-09
·
3 commits
to 528b1730ba70ef8ca1188c1c62a25dfc21777b3d
since this release
This release contains a major improvement effort led by @michaelstepner to support alternative stores for the proxy's cached OAuth 2.0 tokens. This allows the use of external stores (currently AWS Secrets Manager) or a separate local file for this purpose.
This release also adds semi-automatic building of macOS and Windows executables that do not require python or any dependencies to be configured (see various requests/discussions in #100, #125 and #135). It is important to note that unlike the proxy itself these are not tested, and are provided only in case they are useful. No support can be provided for these files.
In addition:
- #137: Make sure that configuration files are writable before saving – thanks @andre13794
- #140: Add IPv6 binding with dual-stack support – thanks @sahilph
- Various other minor improvements – thanks @mikhailter (#138) and @bwbug (#134)