Skip to content

1.50.0 - Fix Fluent model encoding for SQLKit and several Sendable warnings

Latest
Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 16 Jan 11:15
260eff9

What's Changed

Fix Fluent model encoding for SQLKit and several Sendable warnings by @gwynne in #624

Full change list:

  • Require Swift 5.9
  • Resolve several new Sendable-related warnings
  • Fix an issue which caused unpredictable failures when encoding multiple Fluent models for SQLKit queries due to unstable column ordering.
  • Fix NIO API (EmbeddedEventLoop) misuse in tests
  • Disable unfixable flaky test
This patch was released by @gwynne

Full Changelog: 1.49.0...1.50.0