Twitter Logging Service v2.9.0 Release Notes

Release Date: 2020-06-08 // almost 4 years ago
  • 2.9.0

    • ⬇️ Drop support for iOS 7, 8 & 9

    2.8.5

    • 👌 Improved Swift interface

    2.8.1

    • Convert private static C functions (that take self as an argument) to Objective-C direct methods
      • Same low overhead, better calling syntax

    2.8.0

    • ⚡️ Update initWithOutError: to initAndReturnError: for TLSRollingFileOutputStream
      • More idiomatic

Previous changes from v2.8.1

    • Convert private static C functions (that take self as an argument) to Objective-C direct methods
      • Same low overhead, better calling syntax