2.14.0 - Sendable cleanup
What's Changed
Sendable cleanup by @gwynne in #271
SQLPostgresConfigurationis nowSendable, andSendablewarnings for the use ofSQLDatabase.withSession(_:)have been fixed.Additional changes:
- Swift minimum bumped to 5.9
- Several miscellaneous warnings fixed
- Cleanup of tests
- Minimal formatting pass on all code
- Update API docs theme settings
This patch was released by @gwynne
Full Changelog: 2.13.5...2.14.0