Skip to content

Releases: imryche/litequery

v0.5.7

04 Feb 20:54
Compare
Choose a tag to compare

What's Changed

  • No longer maintains long-lived connections. Now follows a "connection per operation" approach.

Full Changelog: v0.5.6...v0.5.7

v0.5.6

04 Feb 16:50
Compare
Choose a tag to compare

What's Changed

  • Close connections automatically

Full Changelog: v0.5.5...v0.5.6

v0.5.5

03 Feb 18:37
Compare
Choose a tag to compare

What's Changed

  • Wait 5 seconds for lock to be released

Full Changelog: v0.5.4...v0.5.5

v0.5.4

20 Jan 20:13
Compare
Choose a tag to compare

What's Changed

  • Set the busy_timeout pragma

Full Changelog: v0.5.3...v0.5.4

v0.5.3

16 Dec 20:20
Compare
Choose a tag to compare

What's Changed

  • Generate the schema after applying a migration

Full Changelog: v0.5.2...v0.5.3

v0.5.2

07 Dec 20:13
Compare
Choose a tag to compare

What's Changed

  • Fine-tune sqlite for production use by default

Full Changelog: v0.5.1...v0.5.2

v0.5.1

06 Dec 09:30
Compare
Choose a tag to compare

What's Changed

  • Enable foreign keys by default
  • Make migrations directory configurable

Full Changelog: v0.5.0...v0.5.1

v0.5.0

11 Nov 12:37
Compare
Choose a tag to compare

What's Changed

  • Parse ISO8601 dates automatically

Full Changelog: v0.4.0...v0.5.0

v0.4.0

04 Nov 09:57
Compare
Choose a tag to compare

What's Changed

  • Add support for migrations

Full Changelog: v0.3.0...v0.4.0

v0.3.0

04 Aug 17:15
Compare
Choose a tag to compare

What's Changed

  • Add support for synchronous mode

Full Changelog: v0.2.0...v0.3.0