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

Collect context.app.build as a string. #574

Merged
merged 1 commit into from
Feb 5, 2018
Merged

Conversation

f2prateek
Copy link
Contributor

@f2prateek f2prateek commented Feb 3, 2018

From #481:

The app_build_key is added to the context as an integer, as opposed to a string. This differs from OS libraries, and the general representation of context app fields as a dictionary with string values (see segment)

This is a somewhat breaking change for consumers of the field. Previously they would see a number, but now they'll see a string. Ultimately I think consistency across the libraries is better, and we'll call out this change in the changelog.

Ref: LIB-122

Closes #481

From #481:

> The app_build_key is added to the context as an integer, as opposed to a string. This differs from OS libraries, and the general representation of context app fields as a dictionary with string values (see segment)

This is a somewhat breaking change for consumers of the field. Previously they would see a number, but now they'll see a string. Ultimately I think consistency across the libraries is better, and we'll call out this change in the changelog.

Ref: LIB-123

Closes #481
@f2prateek f2prateek force-pushed the context-app-build-string branch from eab8ff8 to 2eeee90 Compare February 3, 2018 02:55
@codecov-io
Copy link

Codecov Report

Merging #574 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #574   +/-   ##
=======================================
  Coverage   82.94%   82.94%           
=======================================
  Files          30       30           
  Lines        2451     2451           
  Branches      281      281           
=======================================
  Hits         2033     2033           
  Misses        334      334           
  Partials       84       84
Impacted Files Coverage Δ
...n/java/com/segment/analytics/AnalyticsContext.java 85.03% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8570331...2eeee90. Read the comment docs.

@f2prateek f2prateek merged commit ffa1dd6 into master Feb 5, 2018
@prayansh prayansh deleted the context-app-build-string branch June 1, 2020 19:04
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