Skip to content

Commit 1b4576a

Browse files
committed
CHANGELOG for version update
1 parent 798ef26 commit 1b4576a

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.1.0] - TBD
10+
### Added
11+
- Gradle build toolchain (Maven build will be deprecated in future upgrade)
12+
13+
### Changed
14+
- Updated dependencies for apache-jena from 3.7.0 to 4.10.0 ([PR#15](https://github.com/kit-data-manager/wap-server/pull/15))
15+
- Abandoned Apache Commons RDF dependency replaced by commons rdf shipped with apache jena ([PR#15](https://github.com/kit-data-manager/wap-server/pull/15))
16+
- Union graph set as default graph for Fuseki - no need to query named graphs individually in SPARQL queries anymore ([PR#19](https://github.com/kit-data-manager/wap-server/pull/19)).
17+
18+
### Removed
19+
- none
20+
21+
### Deprecated
22+
- none
23+
24+
### Fixed
25+
- JSON-LD framing now uses cached profiles instead of remote version ([PR#5](https://github.com/kit-data-manager/wap-server/pull/5)
26+
- Running test suite will no longer fail due to flooding w3c http with requests for json-ld context files (simulated hoverfly response instead) ([PR#9](https://github.com/kit-data-manager/wap-server/pull/9))
27+
- SPARQL queries with bind clauses will no longer result in extensive logging about "No node in NodeTable" (Issue #8, [PR#13](https://github.com/kit-data-manager/wap-server/pull/13))
28+
- Annotation data in json-ld format no longer returns broken character escaping (Issue #7, [PR#11](https://github.com/kit-data-manager/wap-server/pull/11))
29+
30+
### Security
31+
- none
32+
933
## [1.0] - 2020-09-04
1034
### Added
1135
- First public version

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
systemProp.jdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"
22

3-
version=1.0.1-SNAPSHOT
3+
version=1.1.0-SNAPSHOT
44
action.custom-1=allTests
55
action.custom-1.args=--configure-on-demand -w -x check
66
action.custom-2=release

0 commit comments

Comments
 (0)