Skip to content

2.14.0 - Sendable cleanup

Latest
Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 18 Mar 17:59
f4d4b9e

What's Changed

Sendable cleanup by @gwynne in #271

SQLPostgresConfiguration is now Sendable, and Sendable warnings for the use of SQLDatabase.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