If you added hook implementations field_encrypt_ENTITY_TYPE_ID_insert() and field_encrypt_ENTITY_TYPE_ID_update() these can now be removed as the module adds the hooks for you with using eval().
If updating the 3.2.x then you must run updatedb as part of the update.
A stable 3.0.0 release of Field Encrypt. For the first time this module is opting into Drupal's security coverage and having a stable release.
This release is a complete re-architecture from 8.x-2.x and represents a massive performance increase. Another highlight is that it supports encrypting entity base fields. However this means that there is no upgrade path from 8.x-2.x. In order to upgrade you have to:
#2028081 by caiovlp: Adding revision support.
#1949320 by caiovlp: Now deleting entries from the encrypt table whenever an entity or revision is deleted..