Releases: rudderlabs/rudder-sdk-android
Releases · rudderlabs/rudder-sdk-android
v1.11.0
v1.10.0
v1.9.0
v1.8.1
v1.8.0
Bug Fixes
- added bump file (316c375)
- added dependency for properties reader (3ece85b)
- added gradle scripts (fcfb0b0)
- added package-lock.json (b5fbcca)
- added pull request and slack notify (84842b5)
- added version in package.json (082be73)
- changed library version to numeric in gradle.properties files (#169) (43979c1)
- commented code coverage (fe69391)
- downgraded manually incremented version (#170) (3bb5d2a)
- fix draft new release (3c776b9)
- fix slack channel secret (3ba89bb)
- fix slack secret (45ec458)
- fix workflows (269e562)
- fix workflows branch name (5fba79f)
- fixed bash scripts to include mpx (9f455f0)
- fixed draft new release (753c72a)
- fixed draft new release (fc5699f)
- fixed issues in release scripts (#166) (0fa3810)
- handled db downgrade issue by removing the extra status column (#158) (b4e5d36)
- indentation (0b47f8e)
- release yaml (2e1d678)
- remove node (#161) (8da800f)
- slack-notify (214d0c0)
- token (225ec7c)
- workflow draft new release (#176) (48f2a98)
- workflow draft new release (#177) (7a020b6)
Features
Release v 1.6.1
Removed app_name string resource from the Core SDK
Release v1.6.0
Made Bluetooth permission Optional
Release v1.0.2
group
andalias
support
Release v1.0.1
- Event Size enforcement. Each event will be discarded if larger than 32KB (after converting to JSON)
- Batch Size enforcement. We divide larger batches in multiple smaller batches with the maximum batch JSON size at 500KB
- Support added to put
deviceToken
undercontext.device
- Disable SDK from the dashboard by disabling the source
- Updated
withEndPointUri
andwithConfigPlaneUrl
towithDataPlaneUrl
andwithControlPlaneUrl
respectively for better understanding - Critical fixes in
RudderTraits
Release v1.0
Added
- Automatic App Life cycle events tracking is added.
Application Installed
,Application Updated
,Application Opened
,Application Backgrounded
. It is tracked by default and can be turned off usingRudderConfig
. - Automatic Screen view events tracking is added. All Activities are tracked at
onStart
of theActivity
. It is turned off by default. It can be turned on usingRudderConfig
. - Added support for ECommerce events from the SDK. Different builders for important events are added.
- A new header
anonymousId
is added to the request todata-plane
along withwriteKey
to handle sticky-session at the server.
Changed
- Package name is changed from
com.rudderlabs.android.sdk.core
tocom.rudderstack.android.sdk.core
. - New field
userId
is supported to make it more compliant undercontext->traits
foridentify
and all successive calls. Old filed for developer identification i.e.id
is still supported.