Skip to content

Commit

Permalink
RC 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicode committed Aug 31, 2021
1 parent 8a58e5a commit 96c41c3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The change log format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## 7.2.0 Release (Sept 2021)
Feature release in preparation for frequent SNOMED CT releases in the Authoring Platform. Authoring traceability service integration has been rewritten using a simpler message format.

### Breaking
- Authoring traceability messaging format has changed. Requires Authoring Traceability Service version 3.x.


## 7.1.2 Release (July 2021)
Maintenance release with a couple of new features and many improvements and fixes.

Expand All @@ -19,15 +27,15 @@ Maintenance release with a couple of new features and many improvements and fixe
- Admin function to reindex descriptions must be used to apply config change to existing data.
- MAINT-1671 Add Code System "owner" field for display purposes. Added API function to set all owners, from all known defaults in config.
- MAINT-1649 Add module filter to aggregated refset member search.
- MAINT-1268 Show dependant version effectiveTime when viewing a CodeSystem.
- MAINT-1268 Show dependant version effectiveTime when viewing a CodeSystem.
- RT2-56 Add refset filter to RF2 export.
- RP-475 Add bulk feature for finding refset members
- MAINT-1657 allow "Accept Language" header formats with more than two characters in the dialect.
- FHIR
- MAINT-1663 Add support for version element in ValueSet compose.
- MAINT-1354 Add support for FHIR to return results past 10K.
- Fix #285 Allow disjunction in FHIR filters. Also correct expansion item count and warp when skipping forward pages
- MAINT-1575 Documentation: Clarify use of xsct in ValueSet expansion url parameter.
- MAINT-1575 Documentation: Clarify use of xsct in ValueSet expansion url parameter.
- Authoring
- MAINT-1667 Add admin function to clean up inactive inferred relationships during an authoring cycle.
- FRI-101 Drools validation failures now include unique ruleId, to be used in whitelisting.
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.snomed</groupId>
<artifactId>snowstorm</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>7.2.0</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
Expand All @@ -25,11 +25,11 @@
Current Elasticsearch _Server_ version supported by AWS is 7.7.0
N.B. Remember to keep TestConfig.ELASTIC_SEARCH_SERVER_VERSION and getting-started guide updated.
-->
<elasticvc.version>3.1.2-SNAPSHOT</elasticvc.version>
<elasticvc.version>3.1.2</elasticvc.version>
<elasticsearch.version>7.7.0</elasticsearch.version>

<spring-boot.version>${project.parent.version}</spring-boot.version>
<snomed-boot.version>3.2.0-SNAPSHOT</snomed-boot.version>
<snomed-boot.version>4.0.0</snomed-boot.version>

<!-- FHIR HAPI library -->
<hapi.version>4.2.0</hapi.version>
Expand Down

0 comments on commit 96c41c3

Please sign in to comment.