Skip to content

Tags: twitter/ios-twitter-logging-service

Tags

2.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to v2.9.0 (#22)

### 2.9.0 (08/06/2020)

- Drop support for iOS 7, 8 & 9

### 2.8.5 (07/21/2020)

- Improved Swift interface

### 2.8.1 (07/01/2020)

- 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 (06/08/2020)

- Update `initWithOutError:` to `initAndReturnError:` for `TLSRollingFileOutputStream`
  - More idiomatic

2.7.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to v2.7.1 (#21)

- Increase use of  `@autoreleasepool` to keep memory management tighter
 - Improve at launch perf by deferring the pruning of old files for `TLSRollingFileOutputStream`
 - Other miscellaneous bug fixes and cleanup

2.7.0


    

2.5.0


    

2.5.0_B

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update TLS with code cleanup and project updates (#16)

* reformatting for consistency
* xcconfig use to share settings amongst all targets, and to see comments for settings
* static functions employed (vs private methods) based on evidence of better performance
* Fix tvOS support
* add tvOS target
* clean up project

2.3.0

Update TwitterLoggingService.podspec

2.2.1


    

2.2.0