Changelog for
python311-proton-vpn-api-core-0.32.2-lp156.15.1.noarch.rpm :
* Thu Sep 12 2024 Alexandre Vicenzi
- Update to 0.32.2
* Enable wireguard feature flag by default.
* Handle UnicodeDecodeError when loading persisted VPN connection.
* Update connection features via local agent if available.
* Disconnect and notify the user when the maximum number of sessions is reached.
* Handle ExpiredCertificate events.
* Update default feature flags and update feature flags interface.
* Update credentials in the background
* Fix crash initializing VPN connector.
* Update VPN credentials when an active VPN connection is found at startup.
* Merge connection and kill switch packages into this one.
* Improve testing to capture when default value is being passed.
* Implement and expose feature flags.
* Move local agent management into wireguard backend.
* Send CPU architecture following semver\'s specs.
* Switched over to async local agent api.
* Attempt to use external local agent package, otherwise fallback to existent one.
* Add the architecture in the appversion field for ProtonSSO.
* Switch over to automatically generated changelogs for debian and rpm.
* Fix sentry error sanitization crash.
* Fix certificate duration regression.
* Send wireguard certificate to server via local agent.
* Increase certificate duration.
* Refactor of Settings to ensure settings are only saved when they are changed.
* Stop raising exceptions when getting wireguard certificate and it is expired.- Enable sentry-sdk only in Tumbleweed
* Not available in Leap/SLE
* Wed May 22 2024 Alexandre Vicenzi - Update to 0.24.4
* Filter OSError not just FileNotFound error in sentry.
* Set the sentry user id based on a hash of /etc/machine-id
* Fix deprecation warning when calculatin WireGuard certificate validity period.
* Fix error saving cache file when parent directory does not exist
* Only initialize sentry on first enable.
* Forward SSL_CERT_FILE environment variable to sentry.
* Tue May 07 2024 Dirk Müller - update to 0.23.1:
* Added missing pip dependencies.
* Merged proton-vpn-api-session package into this one.
* Pass requested features through to session login and two factor submit.
* Provide method to update certificate.
* Ensure that crash reporting state is preserved between restarts.
* Explicitly state the sentry integrations we want. Dont include the ExceptHookIntegration
* Change url for sentry, dont send server_name, use older sentry api
* Add mechanism to send errors anonymously to sentry.
* Return list of protocol plugins for a specific backend instead of returning a list of protocols names
* Add WireGuard ports
* Thu Mar 21 2024 Yunhe Guo - Update to version 0.21.0
* Apply kill switch setting immediately
* Tue Mar 19 2024 Alexandre Vicenzi - Build for Leap
* Fri Feb 09 2024 Alexandre Vicenzi - Initial revision