Skip to content

Releases: kanko-travel/model

0.1.0

28 Oct 14:09
6954fda
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

This release may be considered stable for development purposes

What's Changed

  • implemented enum support by @umran in #1
  • Pgoutput deserialization by @umran in #2
  • added support for i32 by @umran in #3
  • return cursor into the previous page when paging through results by @umran in #4
  • introduced the like and ilike operators by @umran in #5
  • Relations by @umran in #6
  • Partial match enums by @umran in #7
  • Schema by @umran in #8
  • explicitly mark id field as unique by @umran in #9
  • introduced a method to extend a Select's filters with a user supplied… by @umran in #10
  • fixed sql join alias syntax by @umran in #11
  • fixed incorrect relation alias namespacing issue by @umran in #12
  • fixed alias references in join clause by @umran in #13
  • Fix/ambiguous references in joined select by @umran in #14
  • Enhancement/better errors from parser by @umran in #15
  • instrumented with tracing by @umran in #16
  • fixed string representation of Var nodes in the Filter AST by @umran in #17
  • fixed issue with nested relations by @umran in #18
  • fixed group by operation when sorting by a related field by @umran in #19
  • fixed selections for queries involving sorting by a related field by @umran in #20
  • fixed next_page_query when cursoring by @umran in #21
  • fix group by behaviour for queries that are sorted by a related field by @umran in #22
  • Bump/sqlx by @umran in #23
  • introduced a method to allow idempotent deletes of resources and asso… by @umran in #24
  • proper fix for null cursor desirialization by @umran in #25
  • make nulls non distinct if field is nullable and unique by @umran in #26
  • group by primary key by default, unless selecting related fields by @umran in #27
  • treat nulls as unique by @umran in #28
  • made input types to relation constructors more ergonomic by @umran in #29
  • Idempotent create by @umran in #30
  • Feature/derive input by @umran in #31
  • do not derive sqlx traits for generated input types by @umran in #32
  • removed input types and cleaned up API by @umran in #33
  • use references in crud operations by @umran in #34
  • created a fetch_all method by @umran in #35
  • omit where clause if there are no predicates in select statement by @umran in #36
  • implemented NULLs first ordering to be compatible with postgres ordering by @umran in #37
  • Fix/pagination by @umran in #38
  • created a macro that generates schema entities by @umran in #39
  • Enhancement/tweak ci pipeline by @umran in #40
  • Fix/empty update set on upsert by @umran in #41
  • treat non protocol or io errors as bad requests by @umran in #42
  • display more user friendly errors by @umran in #43
  • make model_wrapper macro self contaiined by @umran in #44

New Contributors

  • @umran made their first contribution in #1

Full Changelog: https://github.com/kanko-travel/model/commits/pre-0.1