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

Deprecate PixelKit daily pixel suffixes #1060

Merged
merged 3 commits into from
Nov 6, 2024

Conversation

samsymons
Copy link
Contributor

@samsymons samsymons commented Nov 5, 2024

Please review the release process for BrowserServicesKit here.

Required:

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

Description:

This PR renames the existing dailyAndCount PixelKit type to legacyDailyAndCount.

A new dailyAndCount case has been added, but it uses new suffixes.

Steps to test this PR:

  1. Check that the enum cases are correctly tested in the unit test suite
  2. Check client PRs

OS Testing:

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

Internal references:

Software Engineering Expectations
Technical Design Template

@samsymons samsymons changed the title Deprecate exiting daily pixel suffixes Deprecate PixelKit daily pixel suffixes Nov 5, 2024
Comment on lines -236 to +243
case .dailyAndCount:
case .legacyDailyAndCount:
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 change could trip up anyone who already has a new pixel on a branch that uses dailyAndCount, as the meaning of that value will change after this PR. I'll announce this change to the team before merging it to mitigate this.

Copy link
Member

@federicocappelli federicocappelli left a comment

Choose a reason for hiding this comment

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

LGTM, ready for merge

…tatus

* main:
  Update C-S-S to 6.29.0 (#1062)
  Send pixel on sync secure storage read failure (#1058)
@samsymons samsymons merged commit 14594b6 into main Nov 6, 2024
7 checks passed
@samsymons samsymons deleted the sam/migrate-daily-and-count-type-to-legacy-status branch November 6, 2024 02:05
samsymons added a commit that referenced this pull request Nov 6, 2024
* 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 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