Skip to content

Commit

Permalink
Prepare for v6.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mscwilson committed Feb 1, 2024
1 parent 9e5a3b9 commit 2bae43a
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
Version 6.0.0 (2024-02-01)
--------------------------
Enable lifecycle autotracking by default (#651)
Update copyright notices (#669)
Add API to decorate link with user/session info (#639)
Add an option to override platform context properties (#667)
Tidy AbstractEvent internal properties (#666)
Handle errors when fetching screen resolution in Subject (#657)
Undeprecate PageView event (#665)
Fix demo crash when using R8 full mode (#652)
Add configurable limit for the maximum age and number of events in the event store and remove old events before sending (#660)
Remove optional types in event store interface (#661)
Set default thread count in Executor to match the default thread pool size in the Emitter (#659)
Remove unused threadCount property from Tracker (#659)
Fix returning error from network connection requests (#659)
Change default emit timeout from 5 seconds to 30 seconds (#658)
Update Emitter constructor to accept namespace and event store and make them immutable (#659)
Do not track the screen view again when app comes to foreground (#653)
Add screen engagement tracking of time spent and list items scrolled on a screen (#654)
Make network requests serially in network connection (#646)
Change default buffer option to single (#649)
Flush events only when the buffer is full (#648)

Version 5.6.0 (2023-10-12)
--------------------------
Add configuration to send requests with user ID to a Focal Meter endpoint (#571)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.6.0
6.0.0
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {

subprojects {
group = 'com.snowplowanalytics'
version = '5.6.0'
version = '6.0.0'
repositories {
google()
maven {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
SONATYPE_STAGING_PROFILE=comsnowplowanalytics
GROUP=com.snowplowanalytics
POM_ARTIFACT_ID=snowplow-android-tracker
VERSION_NAME=5.6.0
VERSION_NAME=6.0.0

POM_NAME=snowplow-android-tracker
POM_PACKAGING=aar
Expand Down

0 comments on commit 2bae43a

Please sign in to comment.