12
0

9 Commits

Author SHA256 Message Date
40ce83ce09 Accepting request 1270228 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/1270228
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proton-vpn-api-core?expand=0&rev=8
2025-04-17 14:10:14 +00:00
035ad0d7dc Accepting request 1269821 from home:rrahl0
- update to 0.42.4:
  * fix: [VPNLINUX-1191] swallow&re-schedule server refresh when we receive HTTP code 429
  * fix: [VPNLINUX-1191] swallow&re-schedule when we receive HTTP code 429 from refreshers

OBS-URL: https://build.opensuse.org/request/show/1269821
OBS-URL: https://build.opensuse.org/package/show/network:vpn/python-proton-vpn-api-core?expand=0&rev=4
2025-04-17 09:06:45 +00:00
7b10799650 Accepting request 1265717 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/1265717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proton-vpn-api-core?expand=0&rev=7
2025-04-02 15:10:43 +00:00
a0e1951ba3 Accepting request 1265622 from home:raspher:branches:network:vpn
- Update to 0.42.3:
  * Expose method to get DNS IPs based on provided IP version
  * Always load feature flag cache/defaults
  * Add a breaks/conflicts clause for python3-proton-vpn-network-manager < 0.12.10
  * Fix Certificate Expired error when requesting certificate in pem format
  * Switch DisplayPortForwarding env var to Feature Flag
  * Added local agent to OpenVPN, minor bug fix
  * Added local agent to OpenVPN
  * Manage file containing forwarded port
  * Encrypt openvpn certificate private key
  * Notify connecting/disconnecting state early
  * Notify subscribers when state context changes
  * Fix sentry event username masking
  * Cleanup old feature flags
  * Update event context so that it passes a forwarded port
  * Ensure default settings use feature flags even after login the next time they are fetched
  * Switch default protocol to WireGuard if feature flag is present
  * Ensure no crash occurs if cache files are non-decodable
  * Set default expiration time for features flags to expired, so that they're fetched from the API and cached as soon as possible
  * Emit connection state update after state tasks are completed
  * Update how time is calculated in logging module
  * Drop Ubuntu 20.04 support
  * Added semgrep scanning to CI
  * Refactor custom DNS
  * Introduce custom DNS
  * Automatically generate the changelog files for debian and fedora
  * Switch to /vpn/v2 API
  * Use versioned API endpoints
  * Fix for certificate based authentication for openvpn, feature flag was out of date
  * Fix certificate expired regression
  * Enable certificate based authentication for openvpn
  * Improve logic on when to update location details
  * Use a 'before_send' callback in sentry to sanitize events in sentry
  * Update location object after successfully connecting to VPN server via local agent
- remove unneeded requires

OBS-URL: https://build.opensuse.org/request/show/1265622
OBS-URL: https://build.opensuse.org/package/show/network:vpn/python-proton-vpn-api-core?expand=0&rev=3
2025-03-31 10:03:46 +00:00
6a441d277a Accepting request 1225161 from network:vpn
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1225161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proton-vpn-api-core?expand=0&rev=6
2024-11-20 16:00:02 +00:00
e9f1558cd8 Accepting request 1223863 from home:avicenzi:proton
Enable sentry-sdk only in Tumbleweed

OBS-URL: https://build.opensuse.org/request/show/1223863
OBS-URL: https://build.opensuse.org/package/show/network:vpn/python-proton-vpn-api-core?expand=0&rev=2
2024-11-13 08:20:21 +00:00
e2cfac6aeb Accepting request 1223796 from devel:languages:python
Please, take this package into network:vpn, where it belongs more

OBS-URL: https://build.opensuse.org/request/show/1223796
OBS-URL: https://build.opensuse.org/package/show/network:vpn/python-proton-vpn-api-core?expand=0&rev=1
2024-11-13 08:15:30 +00:00
38f330afe7 Accepting request 1219348 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1219348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proton-vpn-api-core?expand=0&rev=5
2024-10-30 16:38:22 +00:00
67d4f33467 Accepting request 1218813 from home:guoyunhe:branches:devel:languages:python
- Conflicts python-proton-vpn-connection
- Conflicts python-proton-vpn-killswitch
- Conflicts python-proton-vpn-logger
- Update to 0.35.5
  * Fix regression sending errors to sentry.
  * Fix to rpm package.spec, added accidentally removed Obsoletes statement.
  * Send all errors to sentry, but swallow api errors.
  * Merge logger package into this one.
  * Fix refregresion (logout user on 401 API error).
  * Catch and send LA errors to sentry.
  * Import refreshers from app.
  * Ensure there is a way to disable IPv6.
  * Change IPv6 default value and move out of the features dict.
  * Properly configure OpenVPN with IPv6 value.
  * Pass IPv6 value.
  * Put changes to fetching with timestamp (If-Modified-Since), behind a feature flag.
  * Fixes support for 'If-Modified-Since', expiration times.
  * Fixes support for 'If-Modified-Since' header in server list requests.
  * This adds support for 'If-Modified-Since' header in server list requests.
  * Make sure features cant be request after connection as well.
  * Expose property in VPNConnection to know if features can be applied on active connections.
  * Tier 0 level users can't control the features they have. So don't send any feature requests for them.
  * Fix crash after logout
  * Get rid of VPNConnectorWrapper.
  * 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.

OBS-URL: https://build.opensuse.org/request/show/1218813
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proton-vpn-api-core?expand=0&rev=10
2024-10-30 08:33:31 +00:00

Diff Content Not Available