|
1 | 1 | # AUTOGENERATED FROM GITHUB API. DO NOT EDIT
|
2 |
| -# Releases last updated 2021-10-08 |
| 2 | +# Releases last updated 2022-06-14 |
3 | 3 | releases:
|
| 4 | +- version: 4.10.4 |
| 5 | + url: https://github.com/segmentio/analytics-android/releases/tag/4.10.4 |
| 6 | + date: '2022-02-18T00:41:47Z' |
| 7 | + notes: >- |
| 8 | + [New](https://github.com/segmentio/analytics-android/pull/791): fix ANR |
| 9 | + issue caused by MediaDRM api |
| 10 | +- version: 4.10.3 |
| 11 | + url: https://github.com/segmentio/analytics-android/releases/tag/4.10.3 |
| 12 | + date: '2022-01-25T20:12:39Z' |
| 13 | + notes: >- |
| 14 | + [New](https://github.com/segmentio/analytics-android/pull/786): deprecate |
| 15 | + jcenter and bintray |
| 16 | +- version: 4.10.2 |
| 17 | + url: https://github.com/segmentio/analytics-android/releases/tag/4.10.2 |
| 18 | + date: '2022-01-18T16:55:31Z' |
| 19 | + notes: >- |
| 20 | + [Fix](https://github.com/segmentio/analytics-android/pull/784): fix get |
| 21 | + unique id NPE |
| 22 | +- version: 4.10.1 |
| 23 | + url: https://github.com/segmentio/analytics-android/releases/tag/4.10.1 |
| 24 | + date: '2022-01-11T20:34:46Z' |
| 25 | + notes: >- |
| 26 | + [Fix](https://github.com/segmentio/analytics-android/pull/781): address |
| 27 | + violation of retrieving unsettable device |
4 | 28 | - version: 4.10.0
|
5 | 29 | url: https://github.com/segmentio/analytics-android/releases/tag/4.10.0
|
6 | 30 | date: '2021-07-12T17:43:48Z'
|
@@ -66,14 +90,14 @@ releases:
|
66 | 90 | date: '2017-07-28T03:53:05Z'
|
67 | 91 | notes: " * [New](https://github.com/segmentio/analytics-android/pull/536): Look up Advertising ID for Amazon Fire devices.\r\n * [Fix](https://github.com/segmentio/analytics-android/pull/534): Attribution tracking using mobile service should be false by default.\r\n"
|
68 | 92 | - version: ''
|
69 |
| - url: https://github.com/segmentio/analytics-android/releases/tag/4.2.5 |
70 |
| - date: '2017-05-26T16:13:11Z' |
71 |
| - notes: " * [Fix](https://github.com/segmentio/analytics-android/pull/487/commits/8649050b4b7b74be17fc7b7e4ec0add7362325fd): Using `Properties#putProducts` was stored as an array instead of a list, and not serialized correctly. This caused it to be unusable by Segment and server side integrations. If you're stuck on a previous version for some reason, you can manually store it as a list:\r\n\r\n ```java\r\n List<Product> products = new ArrayList<>();\r\n products.add(new Product(\"foo\", \"bar\", 10));\r\n // add other products to this list.\r\n\r\n Properties properties = new Properties();\r\n properties.put(\"products\", products);\r\n ```" |
| 93 | + url: https://github.com/segmentio/analytics-android/releases/tag/4.3.0-RC1 |
| 94 | + date: '2017-05-26T16:12:27Z' |
| 95 | + notes: " * [New](https://github.com/segmentio/analytics-android/pull/515): Add Middlewares.\r\n * [Fix](https://github.com/segmentio/analytics-android/pull/524): Unregister Application lifecycle callbacks on shutdown.\r\n * [Fix](https://github.com/segmentio/analytics-android/pull/499): Record `ms` precision in timestamps.\r\n * [Fix](https://github.com/segmentio/analytics-android/pull/508): Support serialization of Primitive arrays.\r\n" |
72 | 96 | - version: ''
|
73 | 97 | url: https://github.com/segmentio/analytics-android/releases/tag/4.2.6
|
74 | 98 | date: '2017-05-26T16:13:00Z'
|
75 | 99 | notes: " * [Fix](https://github.com/segmentio/analytics-android/pull/495): Update Cartographer. This fixes an issue where sending custom values sent as arrays would not be serialized correctly.\r\n * [Fix](https://github.com/segmentio/analytics-android/pull/494): Make DateFormat access thread safe. This fixes an issue where generated timestamps could be sometimes be malformed and not conform to the ISO 8601 standard.\r\n"
|
76 | 100 | - version: ''
|
77 |
| - url: https://github.com/segmentio/analytics-android/releases/tag/4.3.0-RC1 |
78 |
| - date: '2017-05-26T16:12:27Z' |
79 |
| - notes: " * [New](https://github.com/segmentio/analytics-android/pull/515): Add Middlewares.\r\n * [Fix](https://github.com/segmentio/analytics-android/pull/524): Unregister Application lifecycle callbacks on shutdown.\r\n * [Fix](https://github.com/segmentio/analytics-android/pull/499): Record `ms` precision in timestamps.\r\n * [Fix](https://github.com/segmentio/analytics-android/pull/508): Support serialization of Primitive arrays.\r\n" |
| 101 | + url: https://github.com/segmentio/analytics-android/releases/tag/4.2.5 |
| 102 | + date: '2017-05-26T16:13:11Z' |
| 103 | + notes: " * [Fix](https://github.com/segmentio/analytics-android/pull/487/commits/8649050b4b7b74be17fc7b7e4ec0add7362325fd): Using `Properties#putProducts` was stored as an array instead of a list, and not serialized correctly. This caused it to be unusable by Segment and server side integrations. If you're stuck on a previous version for some reason, you can manually store it as a list:\r\n\r\n ```java\r\n List<Product> products = new ArrayList<>();\r\n products.add(new Product(\"foo\", \"bar\", 10));\r\n // add other products to this list.\r\n\r\n Properties properties = new Properties();\r\n properties.put(\"products\", products);\r\n ```" |
0 commit comments