Skip to content

2.10.0

Compare
Choose a tag to compare
@coleifer coleifer released this 08 May 21:11
· 2019 commits to master since this release

The main change in this release is the removal of the AESEncryptedField,
which was included as part of the playhouse.fields extension. It was brought
to my attention that there was some serious potential for security
vulnerabilities. Rather than give users a false sense of security, I've decided
the best course of action is to remove the field.

  • Remove the playhouse.fields.AESEncryptedField over security concerns
    described in ticket #1264.
  • Correctly resolve explicit table dependencies when creating tables, refs
    #1076. Thanks @maaaks.
  • Implement not equals comparison for CompositeKey.

View commits