summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-02-01 13:47:37 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-02-01 13:48:02 +0100
commit163705e7484ddde5a295484e8ce7506b4b76566a (patch)
treeb9a9b955fdb2e1325241b75b5ec026f74ad64125 /CHANGES.md
parent5e408e15100cdb3eb82565a279fe7c15617b24fa (diff)
Changes: Add & Update0.3.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
new file mode 100644
index 0000000..e9798be
--- /dev/null
+++ b/CHANGES.md
@@ -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 \ No newline at end of file