summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-04-18 11:13:36 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-04-18 14:05:19 +0200
commit085ef1f73e991ce49fb0d47ffbf31d4cdf6aed17 (patch)
treedc7f2c12cdaf602b9bffafce8c23e683a2c35785 /CHANGES.md
parent95ca836f562e52d957b4120ea86b0ddd4b058fc9 (diff)
Changes: Update for 1.1.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index a2460c6..2b4a99f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,20 @@
+# 1.1.0 (2023-04-18)
+* Client:
+ - Implement a toker updater callback to notify client of any token updates
+ - Make sure we go back in the FSM when we have an error with setting a custom server
+ - Log current secure internet server we're getting a config for
+* Server:
+ - Fixed error wrapping when a server is not a custom server, it tried to wrap an empty error
+* OAuth
+ - Set previous refresh token if new refresh token is empty after refreshing. This is needed for 2.x servers
+* Exports
+ - Safeguard against nil servers and organizations. This should not happen in production due to it always being non-nil. But if clients do not check correctly if they're Let's Connect! or when building in non-release mode, this can be a problem. Now we return an error properly
+* Python:
+ - Make profiles optional in the server types
+* Misc:
+ - Use callStr in verify test code to get rid of linting errors
+ - Fix line numbers not showing up in linter workflows
+
# 1.0.0 (2023-03-01)
* Client:
- Modify user agent to be equal to upstream ClientID server values in https://git.sr.ht/~fkooman/vpn-user-portal/tree/v3/item/src/OAuth/VpnClientDb.php