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

chore: tag 1.68.3 #456

Merged
merged 3 commits into from
Oct 2, 2023
Merged

chore: tag 1.68.3 #456

merged 3 commits into from
Oct 2, 2023

Conversation

jrconlin
Copy link
Member

@jrconlin jrconlin commented Oct 2, 2023

1.68.3 (2023-10-02)

Breaking Changes

Please alter GCM credentials in AUTOEND__FCM__CREDENTIALS
These should include the is_gcm set true and use the same credential set as main FCM channel.
(e.g.

"0123456789" : { "project_id": "0123456789", "credential":"012ABC..."}

should become:

"0123456789": {"project_id": "0123456789", "is_gcm": true, "credential":"{\"type\":\"service_account\",\"project_id\":\"box...\"}"

Features

Bug Fixes

Test

  • calibrate load tests (1b5c5f99)
  • add subscribe and unsubscribe tasks to AutopushUser (07d988dd)

@jrconlin jrconlin requested a review from pjenvey October 2, 2023 20:38
Copy link
Member

@pjenvey pjenvey left a comment

Choose a reason for hiding this comment

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

This is blocked on conflicts. What formatted the Cargo.toml here?

@jrconlin
Copy link
Member Author

jrconlin commented Oct 2, 2023

Version bump. Fixing and will resub.

@jrconlin jrconlin merged commit 2a97e67 into master Oct 2, 2023
1 check passed
@jrconlin jrconlin deleted the release/1.68.3 branch October 2, 2023 22:51
@jrconlin jrconlin mentioned this pull request Oct 4, 2023
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