Skip to content

Release 0.11.0

Compare
Choose a tag to compare
@eywalker eywalker released this 25 Oct 12:46
· 2837 commits to master since this release
25b2fec

The main new feature in this release is the full support of projections in dependencies (foreign key) including table definition, cascaded deletes, and auto-populate.

Major Changes:

  • Full support of dependencies with renamed attributes using projection syntax (#300, #345, #436, #506, #507)
  • Rename internal class and module names to comply with terminology in documentation (#494, #500)
  • Full support of secondary indexes (#498, #500)
  • ERD no longer shows numbers in nodes corresponding to derived dependencies (#478, #500)
  • Full support of unique and nullable dependencies (#254, #301, #493, #495, #500)
  • Improve memory management in populate (#461, #486)
  • Fix query errors and redundancies (#456, #463, #482)