-
Notifications
You must be signed in to change notification settings - Fork 48
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
Update Node version to >=10 #445
Conversation
Codecov Report
@@ Coverage Diff @@
## master #445 +/- ##
============================================
+ Coverage 68.56% 68.65% +0.09%
- Complexity 393 394 +1
============================================
Files 69 69
Lines 2144 2144
Branches 171 171
============================================
+ Hits 1470 1472 +2
+ Misses 576 575 -1
+ Partials 98 97 -1 |
Update version to 4.7.1 in package.json
b8eb295
to
b918def
Compare
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@mapbox/mapbox-events-android", | |||
"version": "4.0.0", | |||
"version": "4.7.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4.7.0?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4.7.0 release is already done. Whatever merged to master from now on will be snapshotted at 4.7.1. So, I made this version to be in sync with current telemetry version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ship it!
Set version in gradle.properties . Replace master with long-term-support in config.yml .
Update version to 4.7.1 in package.json
Update version to 4.7.1 in package.json
* Update Changelog.md for release Core 1.4.0 / Telemetry 4.7.0(#440) * Update Gradle Versions: (#444) Gradle Version : 5.6.4 Android Gradle Plugin Version : 3.5.3 * Update Node version to >=10 in package.json (#445) Update version to 4.7.1 in package.json * Workaround for Strict mode socket issue: (#443) Add custom socket factory and set TrafficStats.setThreadStatsTag(1000) for configuration client(okhttpClient). * Fix Turnstile Obfuscation (#457) * Fix obfuscation: Prevent obfuscation of Event classes to keep properties in JSON schema unaltered. Throw Assertion Error in Test App in case of POST failure for an event. Set minifyEnabled true in build.gradle for debug build to make the test app behave close to production app. Add button on test app's main screen, which sends turnstile event on click. Add @SerializedName annotation to Turnstile and Crash Event properties to keep them consistent with other events. Fix Location Schema test to ignore the properties(speed, course, floor, speedAccuracy, courseAccuracy, and verticalAccuracy) that are added in the backend but not incorporated into the SDK yet! * Update Config.yml to indicate long-term-support as pseudo master branch. Append -lts to name of the binary while publishing the binary size. Update Version in gradle.properties and package.json.
Node 8 gets to EOL in Dec 2019. It is recommended to update to the latest node version as mentioned here:
https://github.com/mapbox/telemetry/issues/572