Upgrading from version 3.X, 4.0.X to version 4.1+
For customers with outbound firewall rules. Version 4.1.0+ utilizes new license verification endpointsverify1.private-ai.com and verify2.private-ai.com any existing firewall rules will need to be updated accordingly.
Upgrading from version 3.X to version 4.0
API URI change
Starting with version 4.0, you will no longer need to specify the container version in your API requests directly to the container. This change will allow customers to run multiple versions of the container simultaneously so that any API consumers can migrate without downtime. We recommend an API Gateway be utilized to insert versioning into the URI path, since it has been removed from the container. For Community and Professional consumers, simply updatev3 to v4 in your URI.
Localhost Example
GENDER_SEXUALITY Entity Change
Terms denoting gender identity and sexual orientation, previously redacted under a single classGENDER_SEXUALITY will now be redacted under two separate classes: GENDER and SEXUALITY respectively. Please see our Supported Entity Types page for descriptions and examples of these entity types.
HIPAA and PHI Entity Groupings Change
The entity type groupingsHIPAA and PHI have been renamed and the entity types included in each set has also changed. HIPAA has been renamed to HIPAA_SAFE_HARBOR and, accordingly, only includes entity types covered by the HIPAA Safe Harbor provision. The PHI grouping has been renamed to HEALTH_INFORMATION. For further information on using these selective entity groupings, please see our documentation on Customizing Detection, as well as our Supported Entity Types for details on which entity types are included in each set.