3.8.0 - Xcode 14.1 on Nov 2nd, 2022
Public
- Add support for Xcode 14 / Swift 5.7 - drop support for Swift < 5.5, iOS/tvOS < 11, macOS < 10.13, watchOS < 4 (#1316)
- Update README about swift-log usage (#1275)
- Use dispatch_walltime for scheduling log file rolling timer (#1309)
Internal
- Add consistent newline to file endings (#1272)
- Fix error checking in DDFileLogger (#1274)
- Avoid using NSString format (#1280)
- Prevent logging to symlink files (#1314)
All changes
- Add consistent newline to file endings by @fdenzer in #1272
- Fix for "DDFileLogger: Failed to synchronize file: nil" by @fujisoft in #1274
- Bump maxim-lobanov/setup-xcode from 1.4.0 to 1.4.1 by @dependabot in #1277
- ADD: update readme about swift-log usage by @veraposeidon in #1275
- Optimization date formatter cost by @kinarobin in #1279
- Avoid using NSString format by @kinarobin in #1280
- Revert "Merge pull request #1279 from kinarobin/optimization-date-for… by @jcbertin in #1282
- Update CHANGELOG by @sushichop in #1281
- DDTTYLogger optimisations. by @jcbertin in #1286
- Revert pr 1274 by @jcbertin in #1283
- Fixed -isEqual: and -hash methods for DDLogMessage class. by @jcbertin in #1285
- Fixed nullability conflict or file parameter for DDLogMessage creation. by @jcbertin in #1284
- Bump actions/github-script from 5 to 6 by @dependabot in #1290
- Fix nullability violations by @jcbertin in #1287
- Bump Tests project to Xcode 13.2. by @jcbertin in #1288
- Added comment to PR #1287. by @jcbertin in #1292
- Bump actions/checkout from 2 to 3 by @dependabot in #1293
- Bump codecov/codecov-action from 2.1.0 to 3 by @dependabot in #1295
- Add Swift 5.6 support, add Sendable conformances to ObjC classes by @ffried in #1299
- Update copyright to 2022 by @ffried in #1300
- Bump sersoft-gmbh/xcodebuild-action from 1 to 2 by @dependabot in #1301
- Bump sersoft-gmbh/swift-coverage-action from 2 to 3 by @dependabot in #1302
- Add Bugfender logger by @jgimenez in #1305
- Updated to Xcode 13.4. by @jcbertin in #1308
- Use dispatch_walltime for scheduling log file rolling timer by @ffried in #1309
- Don't log into symlink files by @smaryus in #1314
- Fix code-level build warnings by @tiwoc in #1317
- Bump maxim-lobanov/setup-xcode from 1.4.1 to 1.5.0 by @dependabot in #1318
- Bump maxim-lobanov/setup-xcode from 1.5.0 to 1.5.1 by @dependabot in #1319
- Update to Xcode 14 / Swift 5.7 by @ffried in #1316
New Contributors
- @fdenzer made their first contribution in #1272
- @fujisoft made their first contribution in #1274
- @veraposeidon made their first contribution in #1275
- @jgimenez made their first contribution in #1305
- @smaryus made their first contribution in #1314
- @tiwoc made their first contribution in #1317
Full Changelog: 3.7.4...3.8.0