Skip to content

v6.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Dec 19:22
· 155 commits to v6 since this release
b97f934

6.12.0 (2021-12-17)

Bug Fixes

  • data-types: unnecessary warning when getting data with DATE dataTypes (#13712) (121884b)
  • docs: add aws-lamda route (#13693) (3059bce)
  • example: fix coordinates format as per GeoJson (#13718) (f9dec20)
  • increment: fix key value broken query (#12985) (fc0b19e)
  • model.d: fix findAndCountAll.count type (#13736) (b7b472e)
  • snowflake: fix to prevent disconnect attempt on already disconnected connection (#13775) (2a9a551)
  • types: add Col to where Ops (#13717) (2d7b865)
  • types: add instance member declaration (#13684) (ae3cde5)
  • types: add missing schema field to sequelize options (c7a0839), closes #12606
  • types: allow override json function with custom return type (#13694) (2c3b384)
  • upsert: fall back to DO NOTHING if no update key values provided (#13594) (4071378)
  • upsert: fall back to DO NOTHING if no update key values provided (#13711) (f9dfaa7), closes #13594
  • wrong interface used within mixin (#13685) (bd3ddf5)

Features