Releases: imsweb/seerapi-client-java
Releases · imsweb/seerapi-client-java
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
schemaGlossary
andtableGlossary
endpoints #26 - Added glossary
match
endpoint - Updated various dependencies
Support new staging field
- Added support for the new
naaccr_xml_id
field 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
version
parameter was renamed toyear
.
HCPCS
Support additional NAACCR field information
Added additional fields to NaaccrField
. section
and default_value
are now supported. These will get populated when SEER*API is updated next. #19
Missing getter
Fixed a bug where NdcSeerInfo
was missing a getter for the new Exclusive Oncologic Agent field. This was an oversight and has now been corrected.