You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.