You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,23 @@
1
1
Change Log
2
2
==========
3
3
4
+
Version 3.6.9 *(3rd December, 2017)*
5
+
-------------------------------------
6
+
7
+
*[Fix](https://github.com/segmentio/analytics-ios/pull/736): Reverts [ability to run connection factories asynchronously](https://github.com/segmentio/analytics-ios/pull/720). This fixes a bug in 3.6.9 that caused the library to not send events to the Segment API.
8
+
4
9
Version 3.6.8 *(28th October, 2017)*
5
10
-------------------------------------
11
+
12
+
This version included a bug that caused the library to not send events to the Segment API. We recommend using version `3.6.9` which fixes this bug and includes all the other improvements available in this release.
13
+
6
14
*[Fix](https://github.com/segmentio/analytics-ios/pull/700): Fixes some compiler warnings seen when importing analytics-ios via Swift in a Carthage project.
7
15
*[Fix](https://github.com/segmentio/analytics-ios/pull/730): Fix crash when trying to get screen name in some cases.
8
16
*[New](https://github.com/segmentio/analytics-ios/pull/727): Support schema defaults.
9
17
*[New](https://github.com/segmentio/analytics-ios/pull/724): Send disabled events to Segment so they can be surfaced in the debugger. This won't be sent to any destinations.
10
18
*[Fix](https://github.com/segmentio/analytics-ios/pull/723): Fix date formatting to be RFC 3339 compliant.
11
-
*[Improvement](https://github.com/segmentio/analytics-ios/pull/720): Run connection factory asynchronously so it doesn't block queuing events.
12
19
*[Fix](https://github.com/segmentio/analytics-ios/pull/715): Always deliver events asynchronously to integrations.
20
+
~~*[Improvement](https://github.com/segmentio/analytics-ios/pull/720): Run connection factory asynchronously so it doesn't block queuing events.~~
0 commit comments