Skip to content

Releases: imsweb/seerapi-client-java

NAACCR version in staging algorithm

Choose a tag to compare

@ctmay4 ctmay4 released this 19 Aug 19:10

Note that while this is version 5.0, it is still a minor release. The reason for the large version bump is that years ago a 4.x version was mistakenly released and cannot be removed from Maven Central. It was causing confusion so this version was raised to be the highest.

  • Add support for new naaccr_version property in StagingVersion. Its purpose is to associate a staging algorithm version with a specific NAACCR release #32
  • Various dependencies were also updated

Diagnostic confirmation

Choose a tag to compare

@ctmay4 ctmay4 released this 12 Aug 14:13

Added support for the new diagnostic confirmation field in the disease entity #30

Staging metadata changes

Choose a tag to compare

@ctmay4 ctmay4 released this 01 Jun 15:12

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

Choose a tag to compare

@ctmay4 ctmay4 released this 22 Apr 18:16

Fixed MPH calls and updated staging output entity #29

NAACCR updates

Choose a tag to compare

@ctmay4 ctmay4 released this 22 Feb 14:54

Added support for the new flat and xml NAACCR endpoints in the API #28

Fix missing parameter

Choose a tag to compare

@ctmay4 ctmay4 released this 04 Nov 19:38

The staging tables endpoint was missing support for the unusedTable parameter #27

Added missing endpoints

Choose a tag to compare

@ctmay4 ctmay4 released this 04 Nov 18:25
  • Added schemaGlossary and tableGlossary endpoints #26
  • Added glossary match endpoint
  • Updated various dependencies

Support new staging field

Choose a tag to compare

@ctmay4 ctmay4 released this 01 Oct 13:49
  • Added support for the new naaccr_xml_id field in the Staging API (#25)

Switch CI

Choose a tag to compare

@ctmay4 ctmay4 released this 20 May 17:12

Switch from CicleCI to Github Actions

Minor release

Choose a tag to compare

@ctmay4 ctmay4 released this 16 Jan 21:14

This release has no functional changes. It includes various dependency updates as well as a move to a different Maven release plugin.