Skip to content

Releases: vapor/fluent-sqlite-driver

Drop support for Swift 5.4

12 Nov 11:15
7f2a0b1
Compare
Choose a tag to compare
This patch was authored and released by @gwynne.

Minimum supported version is now Swift 5.5.

Also includes the same upgrades to CI as those found in vapor/sqlite-kit#100 (most notably, adding the API breakage check and code coverage).

Explicitly handle a custom ID key set to the empty string

13 Jun 16:14
9439661
Compare
Choose a tag to compare
This patch was authored and released by @gwynne.

Treat it as meaning not to retrieve an inserted ID value. This is in support of upcoming FluentKit feature work.

Add configurable connection pool timeout

04 Jun 15:53
9ca34be
Compare
Choose a tag to compare
This patch was authored by @madsodgaard and released by @0xTim.

Adds option to configure the connection pool timeout (#74)

databases.use(.sqlite(.memory, connectionPoolTimeout: .minutes(1)), as: .sqlite)

Minimum iOS version is 13

21 Aug 19:42
6f29f6f
Compare
Choose a tag to compare
This patch was authored and released by @calebkleveter.

The minimum iOS version supported by this package is now iOS 13 since the SqliteKit dependency requires it.

FluentSQLiteDriver 4.0.0

17 Jul 16:42
b828ac3
Compare
Choose a tag to compare

Clarify ALTER TABLE restrictions

14 Jul 01:12
58930f2
Compare
Choose a tag to compare
Pre-release
This patch was authored and released by @tanner0101.

Adds new checks and error messages to clarify SQLite's ALTER TABLE restrictions (#66, fixes #62).

FluentKit 1.0.0 GM

29 May 21:37
a9f4313
Compare
Choose a tag to compare
FluentKit 1.0.0 GM Pre-release
Pre-release
This patch was authored and released by @tanner0101.

Updates this package for compatibility with latest version of FluentKit.

Removed '.' from FluentKit Dependency Version Identifier

18 May 16:57
549d5a5
Compare
Choose a tag to compare
This patch was authored and released by @calebkleveter.

Fix SQLiteError's DatabaseError conformance

05 Mar 22:04
df46fa5
Compare
Choose a tag to compare
This patch was authored and released by @tanner0101.

SQLiteError now correctly conforms to DatabaseError (#50, fixes #49).

Release Candidate 1

28 Feb 22:31
436005a
Compare
Choose a tag to compare
Release Candidate 1 Pre-release
Pre-release

Updates to FluentKit Release Candidate 1.

Release candidates represent the final shift toward focusing on bug fixes and documentation. Breaking changes will only be accepted for critical issues. We expect a final release of this package shortly after Swift 5.2's release date.