Skip to content

Releases: litestar-org/sqlspec

v0.26.0

26 Sep 15:08
Compare
Choose a tag to compare

What's Changed

  • refactor: refactor cursor exit by @iyad-f in #79
  • feat: enhance sync_tools and migration infrastructure by @cofin in #81
  • feat: add data dictionary support for database metadata by @cofin in #82
  • chore: remove unnecessary .gitkeep file creation by @iyad-f in #84
  • feat: enhanced serialization & type conversation process by @cofin in #86
  • feat: async migrations and callable config support by @cofin in #87
  • feat: add FOR UPDATE locking support to query builder by @cofin in #88
  • fix: add bind_key parameter support to all adapter configurations by @cofin in #89

Full Changelog: v0.25.0...v0.26.0

v0.25.0

15 Sep 15:36
Compare
Choose a tag to compare

What's Changed

  • feat: remove private variable usage and improve public API by @cofin in #76
  • fix: correctly handle duplicate usage of the same bind parameter by @cofin in #77
  • feat: support numpy decoder by @cofin in #78

Full Changelog: v0.24.1...v0.25.0

v0.24.1

11 Sep 17:13
Compare
Choose a tag to compare

What's Changed

  • fix: correctly detect RETURNING clauses by @cofin in #75

Full Changelog: v0.24.0...v0.24.1

v0.24.0

04 Sep 17:47
Compare
Choose a tag to compare

What's Changed

  • feat: correctly merge parameter names & adds or builder support by @cofin in #73
  • feat: refactor builder code to reduce duplication by @cofin in #74

Full Changelog: v0.23.0...v0.24.0

v0.23.0

03 Sep 15:54
Compare
Choose a tag to compare

What's Changed

  • feat: add support for lateral joins in the builder by @cofin in #72

Full Changelog: v0.22.0...v0.23.0

v0.22.0

30 Aug 19:26
81bd325
Compare
Choose a tag to compare

What's Changed

  • fix: get_next in sync tools properly raises StopIteration by @cofin in #70
  • feat: update storage backend and add tests by @cofin in #71

Full Changelog: v0.21.1...v0.22.0

v0.21.1

27 Aug 17:37
Compare
Choose a tag to compare

What's Changed

  • fix: to_schema detect msgspec rename configurations by @cofin in #69

Full Changelog: v0.21.0...v0.21.1

v0.21.0

25 Aug 23:06
Compare
Choose a tag to compare

What's Changed

  • chore: readme update by @cofin in #66
  • feat(litestar): add methods to get active request session by @cofin in #68

Full Changelog: v0.20.0...v0.21.0

v0.20.0

22 Aug 20:51
Compare
Choose a tag to compare

What's Changed

  • fix: null parameter handling by @cofin in #64
  • feat: implements a fixture writer utility by @cofin in #65

Full Changelog: v0.19.0...v0.20.0

v0.19.0

20 Aug 21:23
10157c9
Compare
Choose a tag to compare

What's Changed

  • fix(cli): correctly handle and detect multi-configs by @cofin in #63

Full Changelog: v0.18.0...v0.19.0