Releases: Onto-Med/top-api
Releases · Onto-Med/top-api
v0.6.1
Maven:
<dependencies>
<dependency>
<groupId>care.smith.top</groupId>
<artifactId>top-api</artifactId>
<version>0.6.1</version>
</dependency>
</dependencies>
What's Changed
- Add item type property by @ChristophB in #103
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Maven:
<dependencies>
<dependency>
<groupId>care.smith.top</groupId>
<artifactId>top-api</artifactId>
<version>0.6.0</version>
</dependency>
</dependencies>
What's Changed
- Add repository type property by @ChristophB in #97
- Replace postman with github pages by @ChristophB in #100
- Nlp additions by @ChristophB in #101
Full Changelog: v0.5.3...v0.6.0
v0.5.3
Maven:
<dependencies>
<dependency>
<groupId>care.smith.top</groupId>
<artifactId>top-api</artifactId>
<version>0.5.3</version>
</dependency>
</dependencies>
What's Changed
- 98 add bulk upload endpoint by @ChristophB in #99
Full Changelog: v0.5.2...v0.5.3
v0.5.2
Maven:
<dependencies>
<dependency>
<groupId>care.smith.top</groupId>
<artifactId>top-api</artifactId>
<version>0.5.2</version>
</dependency>
</dependencies>
What's Changed
- Replace QueryCriterion prop
exclusion
withinclusion
by @ChristophB in #83 - Simplify query schema by @ChristophB in #84
- Add date time property to Value component by @ChristophB in #86
- Upgrade generator and dependencies by @ChristophB in #87
- Add property message to query result by @ChristophB in #88
- Update documentation by @ChristophB in #89
- Community standards by @ChristophB in #92
- Only store data source IDs in queries by @ChristophB in #94
- Drop unused properties by @ChristophB in #95
Full Changelog: v0.5.1...v0.5.2
v0.5.1
Maven:
<dependencies>
<dependency>
<groupId>care.smith.top</groupId>
<artifactId>top-api</artifactId>
<version>0.5.1</version>
</dependency>
</dependencies>
Breaking Changes
Expression.function
renamed toExpression.functionId
- Dropped and replaced
ExpressionValue
withExpression.value
andExpression.constantId
What's Changed
- 81 update expression schema by @ChristophB in #82
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Maven:
<dependencies>
<dependency>
<groupId>care.smith.top</groupId>
<artifactId>top-api</artifactId>
<version>0.5.0</version>
</dependency>
</dependencies>
Breaking Changes
- renamed package care.smith.top.backend.model to care.smith.top.model
- simplified unit property of phenotypes
- simplified data source configuration of queries
What's Changed
- Prevent generation of useless "*AllOf" classes by @ChristophB in #78
- v0.5.0 by @ChristophB in #80
Full Changelog: v0.4.3...v0.5.0
v0.4.3
Maven:
<dependencies>
<dependency>
<groupId>care.smith.top</groupId>
<artifactId>top-api</artifactId>
<version>0.4.3</version>
</dependency>
</dependencies>
What's Changed
- Add data sources by @ChristophB in #74
- 75 expand query schema and introduce query result by @ChristophB in #76
Full Changelog: v0.4.2...v0.4.3
v0.4.2
Maven:
<dependencies>
<dependency>
<groupId>care.smith.top</groupId>
<artifactId>top-api</artifactId>
<version>0.4.2</version>
</dependency>
</dependencies>
What's Changed
- Modify forking instructions by @ChristophB in #61
- Add itemType property to phenotype by @ChristophB in #63
- Remove query age restriction by @ChristophB in #64
- Introduce counts for quantifiers by @ChristophB in #65
- Allow only one time restriction on query criterion by @ChristophB in #67
- Remove unused fragments by @ChristophB in #69
- Drop and replace derived/combined phenotypes by @ChristophB in #71
- 68 mapping of date time values to java class by @ChristophB in #72
- Remove negated property by @ChristophB in #73
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Maven:
<dependencies>
<dependency>
<groupId>care.smith.top</groupId>
<artifactId>top-api</artifactId>
<version>0.4.1</version>
</dependency>
</dependencies>
What's Changed
- Allow only one unit for phenotype by @ChristophB in #54
- Rewrite expression values by @ChristophB in #59
- Add value to constants by @ChristophB in #60
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Full Changelog: v0.3.11...v0.4.0