Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-22 | 2.1 kB | |
v3.9.0 source code.tar.gz | 2025-07-22 | 1.0 MB | |
v3.9.0 source code.zip | 2025-07-22 | 1.4 MB | |
Totals: 3 Items | 2.4 MB | 0 |
What's Changed
Summary
- Add support for Swift 6.0 and 6.1
- Drop support for Swift pre 5.10
- Fix Swift concurrency related warnings / errors
- Adjust deployment targets to support minimums
- Add visionOS support
DDFileLogger
: File Locking is now optionalDDLogFileManager
: Added support for using a customNSFileManager
instance
Pull Requests
- Drop older Swift version (<5.8), Bump deployment targets to support minimums by @ffried in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1416
- Change designated initializer on DDOSLogger by @ffried in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1417
- Fix typo to avoid misleading by @takeeasyman in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1420
- Add support for visionOS by @ffried in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1418
- Update CHANGELOG.md, fix typo(s) by @NicholasWilsonDEV in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1426
- Bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1428
- Update copyright years from 2024 to 2025 by @github-actions[bot] in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1432
- Make file locking optional by @ffried in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1425
- Allow custom NSFileManager's on DDLogFileManager's by @ffried in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1437
- Fix warnings about global mutable state in concurrency by @ffried in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1442
- Bump danger/swift from 3.15.0 to 3.21.2 by @dependabot[bot] in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1447
New Contributors
- @takeeasyman made their first contribution in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1420
- @NicholasWilsonDEV made their first contribution in https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1426
Full Changelog: https://github.com/CocoaLumberjack/CocoaLumberjack/compare/3.8.5...3.9.0