Segment v3.6.8 Release Notes

Release Date: 2017-10-28 // over 6 years ago
  • ๐Ÿš€ 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.

    • ๐Ÿ“ˆ Fix: Fixes some compiler warnings seen when importing analytics-ios via Swift in a Carthage project.
    • ๐Ÿ“ˆ Fix: Fix crash when trying to get screen name in some cases.
    • ๐Ÿ“ˆ New: Support schema defaults.
    • ๐Ÿ“ˆ New: Send disabled events to Segment so they can be surfaced in the debugger. This won't be sent to any destinations.
    • ๐Ÿ“ˆ Fix: Fix date formatting to be RFC 3339 compliant.
    • ๐Ÿ“ˆ Fix: Always deliver events asynchronously to integrations.

    ๐Ÿ“ˆ * Improvement: Run connection factory asynchronously so it doesn't block queuing events.