Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve VPN rekeying reliability #2207

Merged
merged 5 commits into from
Feb 18, 2024
Merged

Conversation

samsymons
Copy link
Collaborator

# By Dominik Kapusta (5) and others
# Via Fernando Bunn (2) and GitHub (1)
* main:
  Custom html error page implementation (#2136)
  Bump version to 1.75.0 (120)
  Update embedded files
  Release branch login item embed fix (#2216)
  removes plurals and fix some strings issues (#2215)
  DBP: Delete profile data and broker data (#2213)
  Remove unnecessary pixel (#2214)
  Consolidate Letter Icon Creation in Autofill, Favorites and Recently Visited UI (#2201)
  Handle Asana app board automation and tagging for the release (#2206)
  Generate appcast2.xml and upload files to S3 in a CI workflow (#2184)
  Bump version to 1.75.0 (119)
  Update embedded files
  Add missing secrets to Bump Internal Release workflow
  Only report success to Asana when build_notarized is run for the official release (#2194)
  NetP App Store waitlist tweaks (#2197) (#2204)
  Updates BSK (#2174)
  Set Pinned Tab Selected Color to Match Nav Bar Color (#2210)
  Add new Bookmarks dialog & context menu copy (#2208)
  Add DBP to the common config file (#2203)
  Fix tag usage in tag_and_merge workflow

# Conflicts:
#	DuckDuckGo.xcodeproj/project.pbxproj
#	DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
samsymons added a commit to duckduckgo/BrowserServicesKit that referenced this pull request Feb 18, 2024
Required:

Task/Issue URL: https://app.asana.com/0/414235014887631/1206607513978260/f
iOS PR: duckduckgo/iOS#2478
macOS PR: duckduckgo/macos-browser#2207
What kind of version bump will this require?: Major

Description:

This PR fixes three issues:

The rekeying implementation was deleting the old key, and then registering a new one - however, if the registration call failed, then it got left in a confused state with a connection that didn't work
The connection tester is what is responsible for triggering rekeying and the DAU pixel, but it was accidentally setting isRunning to false even when it was running just fine
The DAU event was sent only when the connection was idle, which isn't necessary
@samsymons samsymons merged commit ded95f1 into main Feb 18, 2024
17 checks passed
@samsymons samsymons deleted the sam/improve-rekeying-reliability branch February 18, 2024 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants