6.11
Release notes for Semantria version 6.11
Major Change
Date and Time Consistency
- All datetimes are now represented as strings with this format:
YYYY-DD-MMTHH:MM:SS.fffZ- For example,
2022-05-04T17:39:50.742Z
- For example,
- The names of attributes for datetimes in several JSON objects have changed as follows:
updatedchanged tomodification_datecreatedchanged tocreation_date
- The values of the old attributes were some variation on the standard
YYYY-DD-MMTHH:MM:SS.fffZrepresentation - For document results, the attribute
creation_datewas a string representing the number of seconds since 1970-01-01- It is now a string in the standard datetime format
- Affects the following endpoints:
/configs//industry-packs//language-template//models//configs/{id}/taxonomy/
- The Semantria Java SDKhas been changed to reflect these name changes
- The instance variable
lastUpdatedhas been changed tomodificationDatein the classesAbstractConfigurationItem,Configuration, andIndustryPack. - The type of the instance variable
creationDatehas been changed fromStringtoZonedDateTime - A new version of the Java SDK will be published on github and Maven Central. Older versions of the SDK will continue to work, but the
lastUpdatedinstance variable will be null
- The instance variable
Updated 5 months ago
