|
1 | 1 | Change Log
|
2 | 2 | ==========
|
3 |
| -Version 4.0.5 (pre-release) (28 August, 2020) |
| 3 | +Version 4.1.0 *(19 October, 2020)* |
| 4 | +----------------------------- |
| 5 | +* [New](https://github.com/segmentio/analytics-ios/pull/945) Added Webhook Integration. |
| 6 | +* [New](https://github.com/segmentio/analytics-ios/pull/942) Renamed module from `Analytics` to `Segment`. |
| 7 | +* [Fix](https://github.com/segmentio/analytics-ios/pull/941) Removed unused mobile attribution. |
| 8 | +* [New](https://github.com/segmentio/analytics-ios/pull/940) Added ability for customer to make their types serializable. |
| 9 | +* [New](https://github.com/segmentio/analytics-ios/pull/950) Added necessary changes for Edge Functions. |
| 10 | + |
| 11 | +Version 4.0.5 (pre-release) *(28 August, 2020)* |
4 | 12 | -----------------------------
|
5 | 13 | * [Fix](https://github.com/segmentio/analytics-ios/pull/937) Fixed issue where non-serializable types would get into payload.
|
6 | 14 | * [Fix](https://github.com/segmentio/analytics-ios/pull/931) Fixed double device payload.
|
7 | 15 | * [New](https://github.com/segmentio/analytics-ios/pull/930) Deprecated configuration access and updated associated tests.
|
8 | 16 | * [Fix](https://github.com/segmentio/analytics-ios/pull/925) Disregard payloads that fail conversion from plist to json.
|
9 | 17 | * [New](https://github.com/segmentio/analytics-ios/pull/922) Added Swift and Carthage badging.
|
10 | 18 |
|
11 |
| -Version 4.0.4 (pre-release) (14 July, 2020) |
| 19 | +Version 4.0.4 (pre-release) *(14 July, 2020)* |
12 | 20 | -----------------------------
|
13 | 21 | * [New](https://github.com/segmentio/analytics-ios/pull/918) Added MacOS support.
|
14 | 22 | * [Fix](https://github.com/segmentio/analytics-ios/pull/921) Fixed SEGLog permissions.
|
15 | 23 | * [Fix](https://github.com/segmentio/analytics-ios/pull/920) Adopted Swift 5 syntax in tests. Removed SwiftTryCatch dependency for tests. Fixed deadlock from #916.
|
16 | 24 |
|
17 |
| -Version 4.0.3 (pre-release) (6 July, 2020) |
| 25 | +Version 4.0.3 (pre-release) *(6 July, 2020)* |
18 | 26 | -----------------------------
|
19 | 27 | * [Fix](https://github.com/segmentio/analytics-ios/pull/917) Fixed an issue with old traits overwriting new traits.
|
20 | 28 | * [New](https://github.com/segmentio/analytics-ios/pull/915) Added full example flow with Swift Package Manager compatibility.
|
21 | 29 | * [Fix](https://github.com/segmentio/analytics-ios/pull/914) Fix SwiftUI previews in macOS Catalyst builds.
|
22 | 30 |
|
23 |
| -Version 4.0.2 (pre-release) (25 June, 2020) |
| 31 | +Version 4.0.2 (pre-release) *(25 June, 2020)* |
24 | 32 | -----------------------------
|
25 | 33 | * [New](https://github.com/segmentio/analytics-ios/pull/913) Separate public utils from private utils appropriately.
|
26 | 34 | * [New](https://github.com/segmentio/analytics-ios/pull/912) Payload Info & Traits Fixes.
|
27 | 35 | * [New](https://github.com/segmentio/analytics-ios/pull/911) Updated SPM for code coverage compatibility.
|
28 | 36 | * [New](https://github.com/segmentio/analytics-ios/pull/909) Removed Quick and Nimble, updated unit tests.
|
29 | 37 |
|
30 |
| -Version 4.0.1 (pre-release) (18 June, 2020) |
| 38 | +Version 4.0.1 (pre-release) *(18 June, 2020)* |
31 | 39 | -----------------------------
|
32 | 40 | * [New](https://github.com/segmentio/analytics-ios/pull/905) Added global state management; Middleware now receive all context data.
|
33 | 41 | * [New](https://github.com/segmentio/analytics-ios/pull/885) change logic for screen naming conventions.
|
|
0 commit comments