Skip to content

0.15.0

Compare
Choose a tag to compare
@jfinkels jfinkels released this 14 Apr 18:16
· 457 commits to master since this release
0.15.0
  • #320: detect settable hybrid properties instead of raising an exception.
  • #350: allows exclude/include columns to be specified as SQLAlchemy column
    objects in addition to strings.
  • #356: rollback the SQLAlchemy session on a failed patch
    request.
  • #368: adds missing documentation on using custom queries (see
    the "Custom queries" section of the documentation)