Skip to content

Commit 4a4ae87

Browse files
committed
CHANGELOG for version update
1 parent e360728 commit 4a4ae87

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG

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

77
## [Unreleased]
88

9+
## [1.1.0] - 2025-06-13
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+
- Updated spring boot from 2.5.5 to 2.7.5
16+
- 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))
17+
- 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)).
18+
19+
### Removed
20+
- none
21+
22+
### Deprecated
23+
- none
24+
25+
### Fixed
26+
- JSON-LD framing now uses cached profiles instead of remote version ([PR#5](https://github.com/kit-data-manager/wap-server/pull/5))
27+
- JSON-LD compacting now uses contexts from both frame and profile (only profile before) ([PR#21](https://github.com/kit-data-manager/wap-server/pull/21))
28+
- 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))
29+
- 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))
30+
- 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))
31+
32+
### Security
33+
- none
34+
935
## [1.0] - 2020-09-04
1036
### Added
1137
- 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
44
action.custom-1=allTests
55
action.custom-1.args=--configure-on-demand -w -x check
66
action.custom-2=release

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>edu.kit.scc.dem.wapsrv</groupId>
77
<artifactId>wap-server</artifactId>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.1.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>WAP Server</name>

0 commit comments

Comments
 (0)