Skip to content

Releases: vapor-community/vapor-queues-fluent-driver

3.0.0-beta.2.4 - Miscellaneous cleanup

19 May 18:34
c369658
Compare
Choose a tag to compare
Pre-release
  • Bump the versions of our dependencies
  • Clean up the docs
  • Update the tests for the Concurrency-related changes in Vapor

3.0.0-beta.2.3 - Fix MySQL and PostgreSQL for real (I think)

06 May 19:47
cad57b4
Compare
Choose a tag to compare

See #4. We now handle enums and the blob column correctly across the board and actually test all three drivers (though only locally, not yet in CI).

3.0.0-beta.2.2 - Support MySQL 5.7

02 May 09:12
5b76c5f
Compare
Choose a tag to compare
Pre-release

MySQL before 8.0 (why is anyone still using 5.7? 😭) didn't support SKIP LOCKED.

3.0.0-beta.2.1 - Fix enums

28 Apr 20:02
199bd0e
Compare
Choose a tag to compare
Pre-release

We were mishandling enums in all three database types.

3.0.0-beta.2 - Overhaul package for present-day Fluent and Vapor

28 Apr 18:30
3720aa6
Compare
Choose a tag to compare

This is a fork and complete overhaul of the entire package, updating it for the current versions of Vapor and Fluent and improving performance and behavior.

Changes in public API in this version:

  • JobMetadataMigration is no longer configurable.
  • QueuesFluentDbType has been removed.

All databases supported by Fluent remain supported by this version.