Skip to content

Releases: Kitura/LoggerAPI

2.1.0 - Update deployment versions & switch to SwiftlyLogging

23 Jun 22:45
c26d5ef

Choose a tag to compare

Enhancements

  • Updating minimum deployment versions to be more compatible with current tooling
    • iOS - "12.0"
    • OSX - "11.0"
    • tvOS - "12.0"
    • watchOS - "8.0"
  • Updated Swift Version to 5.8
  • Switched from Logging pod to SwiftlyLogging pod
    • Same code, just updated podspecs and continuing cocoapod support (for now)

Swift 4.x no longer supported

06 Jul 16:17
4e6b45e

Choose a tag to compare

Swift 5.1 is now the minimum supported version.

1.9.0

06 Jun 12:55
3357dd9

Choose a tag to compare

New features:

  • feat: Adopt swift-log (#47)

It is now possible to direct LoggerAPI log messages to a Logging.Logger provided by swift-log, instead of or in addition to an existing LoggerAPI.Logger.

LoggerAPI now depends upon swift-log in order to provide this facility. This does not change the behavior of existing applications.

Fixes:

  • access to Log.logger and Log.swiftLogger is now thread-safe (#47)

1.8.1

04 Apr 11:18
e29073b

Choose a tag to compare

  • Support Swift 5

1.8.0

26 Nov 16:34
d0ccb41

Choose a tag to compare

  • Add support for building with Swift 5 (#41)
  • Drop support for Swift 3.

Note: if you require Swift 3 support, please continue to use the 1.7 release of LoggerAPI.

1.7.3

27 Feb 16:53
5041f26

Choose a tag to compare

  • Support Swift 4.1

1.7.1

31 Aug 15:45

Choose a tag to compare

What's New

  • Add support for Swift 4

0.10.0

08 Aug 08:48

Choose a tag to compare

0.10.0 Pre-release
Pre-release

New isLogging() API to check current log level

0.9.0

29 Jul 11:11

Choose a tag to compare

0.9.0 Pre-release
Pre-release

Updates to low level APIs to make the code more Swifty

0.5.0

17 Apr 19:08

Choose a tag to compare

0.5.0 Pre-release
Pre-release
IBM-Swift/Kitura#361 Omitted more external names