Releases: imsweb/seerapi-client-java
Releases · imsweb/seerapi-client-java
Staging metadata changes
Support the upcoming changes to staging metadata. The metadata in StagingSchemaInput and StagingSchemaOutput changed from
public Set<String> getMetadata() {
return _metadata;
}to
public List<StagingMetadata> getMetadata() {
return _metadata;
}The new StagingMetadata class adds support for optional start and end years.
Minor fixes
Fixed MPH calls and updated staging output entity #29
NAACCR updates
Added support for the new flat and xml NAACCR endpoints in the API #28
Fix missing parameter
The staging tables endpoint was missing support for the unusedTable parameter #27
Added missing endpoints
- Added
schemaGlossaryandtableGlossaryendpoints #26 - Added glossary
matchendpoint - Updated various dependencies
Support new staging field
- Added support for the new
naaccr_xml_idfield in the Staging API (#25)
Switch CI
Minor release
This release has no functional changes. It includes various dependency updates as well as a move to a different Maven release plugin.
Site-specific Surgery changes
Sync up with changes to the site-specific surgery API.
- The version endpoint was removed
- The
versionparameter was renamed toyear.