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

fix: add etag to batch upload payload #114

Merged
merged 1 commit into from
Mar 9, 2022
Merged

Conversation

mchuangatmp
Copy link
Contributor

Instructions

  1. PR target branch should be against development
  2. PR title name should follow this format: https:/mParticle/mparticle-workflows/blob/stable/.github/workflows/pr-title-check.yml
  3. PR branch prefix should follow this format: https:/mParticle/mparticle-workflows/blob/stable/.github/workflows/pr-branch-check-name.yml

Summary

  • add etag to batch upload

Testing Plan

  • make sure sdk doesn't break in a sample app with new key (server should ignore for now)

Master Issue

Copy link
Collaborator

@einsteinx2 einsteinx2 left a comment

Choose a reason for hiding this comment

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

LGTM. Afaik the keys are arbitrary and in fact these "short keys" are then converted to "long keys" on the backend (something we would implement later for this key when we add support for parsing/storing it), and are only used as a way to decrease network data usage, making them especially arbitrary since they're not even the final keys used in the system.

@sonarcloud
Copy link

sonarcloud bot commented Mar 9, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@mchuangatmp mchuangatmp merged commit 6ce43aa into development Mar 9, 2022
@mchuangatmp mchuangatmp deleted the fix/81946-etag branch March 9, 2022 19:01
github-actions bot pushed a commit that referenced this pull request Mar 9, 2022
## [5.36.2](v5.36.1...v5.36.2) (2022-03-09)

### Bug Fixes

* add etag to batch upload payload ([#114](#114)) ([6ce43aa](6ce43aa))
@mparticle-automation
Copy link
Collaborator

🎉 This PR is included in version 5.36.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants