Skip to content

Moved from preFlush to onFlush

Compare
Choose a tag to compare
@absolute-quantum absolute-quantum released this 13 Jun 15:00
· 35 commits to master since this release
  • Moved from preFlush to onFlush subscriber to make sure that encryption happens on cascaded entities that are newly discovered on entities that have previously been persisted.
  • Updated paragonie/halite to 4.6
  • Moved to psr-4 namespacing
  • Fixed namespaces for php7.2
  • Stopped the encrypted fields from being re-encrypted everytime the entity is flushed, unless they are changed
  • Upgraded paragonie/halite and drop requirement for paragonie/sodium_compat library.