Skip to content

remodel v1.0.0

Latest
Compare
Choose a tag to compare
@linkyndy linkyndy released this 11 Jun 22:28
· 6 commits to master since this release

remodel got to v1.0.0! 🎉This release adds a few stability fixes, plus support for newer Python and RethinkDB versions, custom table names and model filtering by lambda.

New features:

  • custom table names for models, using Model.table_name (#48, #63, thank you, @arwema!)
  • filter models by lambda, using Model.filter(lambda x: x) (#66)
  • support RethinkDB's new user/password authentication (#65, thank you, @caj-larsson!)
  • support for Python 3.6 and 3.7 (#61)

Improvements:

  • support for rethinkdb>=2.4 package (#60)
  • fix invalid references when deleting an object (#55, thank you @jspalink!)

Removed

  • deprecated functions from remodel.utils (#62)
  • deprecated Model._table (#63)