Skip to content

Releases: vapor/sqlite-nio

1.8.8 - Embed sqlite amalgamation v3.45.3 source code

15 Apr 16:39
e79d223
Compare
Choose a tag to compare

What's Changed

Embed sqlite amalgamation v3.45.3 source code by @gwynne in #66

Update embedded SQLite from 3.45.2 to 3.45.3 (SQLite release notes).

This patch was released by @gwynne

Full Changelog: 1.8.7...1.8.8

1.8.7 - Embed sqlite amalgamation v3.45.2 source code

12 Mar 15:09
2102da7
Compare
Choose a tag to compare

What's Changed

Embed sqlite amalgamation v3.45.2 source code by @gwynne in #64

Update embedded SQLite from 3.45.1 to 3.45.2 (SQLite release notes).

This patch was released by @gwynne

Full Changelog: 1.8.6...1.8.7

1.8.6 - Embed sqlite amalgamation v3.45.1 source code

16 Feb 16:37
f316421
Compare
Choose a tag to compare

What's Changed

Embed sqlite amalgamation v3.45.1 source code by @gwynne in #63

Update embedded SQLite from 3.45.0 to 3.45.1 (SQLite release notes).

This patch was released by @gwynne

Full Changelog: 1.8.5...1.8.6

1.8.5 - Embed sqlite amalgamation v3.45.0 source code

18 Jan 12:50
e998284
Compare
Choose a tag to compare

What's Changed

Embed sqlite amalgamation v3.45.0 source code by @gwynne in #62

Update embedded SQLite from 3.44.2 to 3.45.0 (SQLite release notes).

Also does some minor package cleanup.

This patch was released by @gwynne

Full Changelog: 1.8.4...1.8.5

1.8.4 - Embed sqlite amalgamation v3.44.2 source code

28 Nov 06:28
e3a6442
Compare
Choose a tag to compare

What's Changed

Embed sqlite amalgamation v3.44.2 source code by @gwynne in #61

Update embedded SQLite from 3.44.1 to 3.44.2 (SQLite release notes)

This patch was released by @gwynne

Full Changelog: 1.8.3...1.8.4

1.8.3 - Embed sqlite amalgamation v3.44.1 source code

24 Nov 11:10
c30afee
Compare
Choose a tag to compare

What's Changed

Embed sqlite amalgamation v3.44.1 source code by @gwynne in #60

Update embedded SQLite from 3.44.0 to 3.44.1 (SQLite release notes)

Also includes some minor tweaks to the API documentation.

Reviewers

Thanks to the reviewers for their help:

This patch was released by @gwynne

Full Changelog: 1.8.2...1.8.3

1.8.2 - Embed sqlite amalgamation v3.44.0 source code

02 Nov 03:09
35c59e9
Compare
Choose a tag to compare

What's Changed

Embed sqlite amalgamation v3.44.0 source code by @gwynne in #59

Update embedded SQLite from 3.43.2 to 3.44.0 (SQLite release notes)

This patch was released by @gwynne

Full Changelog: 1.8.1...1.8.2

1.8.1 - Embed sqlite amalgamation v3.43.2 source code

10 Oct 16:39
f46b6db
Compare
Choose a tag to compare

What's Changed

Embed sqlite amalgamation v3.43.2 source code by @gwynne in #58

Update embedded SQLite from 3.42.1 to 3.43.2 (SQLite release notes)

This patch was released by @gwynne

Full Changelog: 1.8.0...1.8.1

1.8.0 - Add method to allow singleton event loop use

16 Sep 09:05
c49bc54
Compare
Choose a tag to compare

What's Changed

Add method to allow singleton event loop use by @ptoffy in #56

Implements #52.

This patch was released by @gwynne

Full Changelog: 1.7.0...1.8.0

1.7.0 - Add basic Sendable correctness, update to SQLite 3.43.1

15 Sep 18:45
1fcecec
Compare
Choose a tag to compare

What's Changed

Add basic Sendable correctness, update to SQLite 3.43.1 by @gwynne in #51

Changes in this release:

  • We now satisfy StrictConcurrency=complete with no warnings in this package.
  • We also now satisfy ExistentialAny.
  • Update embedded SQLite from 3.43.0 to 3.43.1 (SQLite release notes)
  • The vendoring script is now an SPM command plugin. Run it with swift package --disable-sandbox vendor-sqlite. Accepts --help, --verbose, and --force options. (Users should not need to run this command.)
  • The SQLCustomFunction feature’s API documentation has been heavily improved.

Reviewers

Thanks to the reviewers for their help:

This patch was released by @gwynne

Full Changelog: 1.6.0...1.7.0