Skip to content

Releases: makridenko/supadantic

v0.0.11

06 Jul 13:07
8e9fb90
Compare
Choose a tag to compare

What's Changed

  • improve error messages for invalid fields in QSet (#85) by @makridenko in #86
  • add support for in (include) filter by @AlexPozh in #88
  • add order by functionality to QSet and QueryBuilder, update CacheClient and SupabaseClient to support ordering (#71) by @makridenko in #89
  • FastAPI and testing example with supadantic (docs) by @AlexPozh in #87
  • refactor QSet update and create methods to use model validation and JSON serialization (#83) by @makridenko in #91
  • schema support by @makridenko in #92

Full Changelog: v0.0.10...v0.0.11

v0.0.10

08 Jun 22:21
ed43168
Compare
Choose a tag to compare

What's Changed

  • add exists method to QSet for checking object existence (#54) by @makridenko in #72
  • refactoring url and key attributes for SupabaseClient by @AlexPozh in #78
  • add pre-commit workflow for automated checks on pull requests (#74) by @makridenko in #79
  • Add lte (less than or equal), gt (greater than) filters by @AlexPozh in #76
  • add gte, lt filters by @AlexPozh in #81
  • add pytest-httpx for mocking HTTP requests and update tests (#80) by @makridenko in #82

New Contributors

Full Changelog: v0.0.9...v0.0.10

v0.0.9

08 May 08:56
d96c2e4
Compare
Choose a tag to compare

What's Changed

  • add QSet.get_or_create method (#24) by @makridenko in #52
  • remove run-tests job from release workflow and update version extraction (#41) by @makridenko in #63
  • replace direct attribute access with setter methods in QueryBuilder and related classes (#56) by @makridenko in #64
  • add type checks for client.execute return values in QSet methods (#57) by @makridenko in #65

Full Changelog: v0.0.8...v0.0.9

v0.0.8

24 Apr 16:16
Compare
Choose a tag to compare

Full Changelog: v0.0.7...v0.0.8

v0.0.7

24 Apr 15:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

14 Apr 15:53
2ba9e6d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

10 Jun 05:29
b3dba0e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

03 May 13:15
c49d42f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

22 Apr 16:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

20 Apr 10:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/makridenko/supadantic/commits/v0.0.2