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

VPN clean-up #1041

Merged
merged 6 commits into from
Nov 6, 2024
Merged

VPN clean-up #1041

merged 6 commits into from
Nov 6, 2024

Conversation

samsymons
Copy link
Contributor

@samsymons samsymons commented Oct 30, 2024

Please review the release process for BrowserServicesKit here.

Required:

Task/Issue URL: https://app.asana.com/0/1207603085593419/1208654487861283/f
iOS PR: duckduckgo/iOS#3502
macOS PR: duckduckgo/macos-browser#3474
What kind of version bump will this require?: Major

Description:

This PR cleans up unused VPN code.

Steps to test this PR:

  1. Smoke test the VPN on each platform

OS Testing:

  • iOS 14
  • iOS 15
  • iOS 16
  • macOS 10.15
  • macOS 11
  • macOS 12

Internal references:

Software Engineering Expectations
Technical Design Template

Comment on lines -195 to +185
func testConnection() async throws {
func testConnection() async {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This function wasn't throwing anything, but it was causing a chain of try statements above it, so removing throws here lets us clean up a bit of code.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really nice, thanks for taking the time to clean up.

* main:
  Validate VPN errors before re-throwing them (#1054)
  Allowing users to delete suggestions (#1027)
  Revert "Bump github.com/1024jp/gzipswift from 6.0.1 to 6.1.0" (#1055)
  Bump github.com/duckduckgo/privacy-dashboard from 5.3.0 to 7.1.1 (#1046)
  Bump github.com/duckduckgo/sync_crypto from 0.2.0 to 0.3.0 (#1048)
  Bump github.com/1024jp/gzipswift from 6.0.1 to 6.1.0 (#1050)
  Update to subscription cookie (#1053)
  Bug Fix: Phishing Detection Dataset Discrepancies (#1032)
  Include www.youtube.com as Youtube host (#1028)
  Ignore GRDB (#1052)
  Connect refactored update flow to the new release notes page (#1025)
  Add to Dock - Add extra custom view to Contextual Dialog Content (#1043)
  Dependabot for BSK (#1045)
  Update autofill to 15.1.0 (#1044)
* main:
  Add Privacy Config feature to control ad attribution reporting (#1042)
* main:
  Deprecate PixelKit daily pixel suffixes (#1060)
  Update C-S-S to 6.29.0 (#1062)
  Send pixel on sync secure storage read failure (#1058)
@samsymons samsymons merged commit 1d228b8 into main Nov 6, 2024
7 checks passed
@samsymons samsymons deleted the sam/vpn-clean-up branch November 6, 2024 20:47
samsymons added a commit that referenced this pull request Nov 6, 2024
* main:
  VPN clean-up (#1041)
  Deprecate PixelKit daily pixel suffixes (#1060)
  Update C-S-S to 6.29.0 (#1062)
  Send pixel on sync secure storage read failure (#1058)
samsymons added a commit that referenced this pull request Nov 7, 2024
* main:
  Remove test rollout feature (#1061)
  VPN clean-up (#1041)
  Deprecate PixelKit daily pixel suffixes (#1060)
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