This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e408e1
commit 163705e
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# 0.3.0 (01-02-2023) | ||
* Discovery: | ||
- Add tests with a local TLS server | ||
- Implement expiry/caching closer to spec | ||
* CI: | ||
- Run without docker to speed up testing | ||
- Update docker script to support podman as well. Can be used to run the tests locally | ||
* Python: Use Let's Connect! for the tests to disable discovery | ||
* HTTP: | ||
- Always enforce HTTPS scheme | ||
- Limit the maximum data read from the server to 16 MB | ||
* OpenVPN: add script-security 0 to the config to, by default, disallow arbitrary scripts from being run depending on the OpenVPN implementation. This can be overridden by a client | ||
* CLI: Validate OAuth URL scheme and do not open the browser with xdg-open | ||
* Client | ||
- validate ClientID | ||
- Separate cleanup from disconnect function | ||
* Failover: Return early if we get a Pong within ping interval seconds | ||
|
||
# 0.2.0 (23-12-2022) | ||
* Initial release |