Skip to content

Releases: Ontotext-AD/graphdb.js

v1.7.0

10 Feb 06:10
Compare
Choose a tag to compare

Release 1.7.0

#128 Upgrade to GDB 9.6.0


Released on 2021/02/10 06:10 UTC by teodossi.dossev

v1.6.1

09 Feb 14:14
Compare
Choose a tag to compare

Release 1.6.1

* #101 from Ontotext-AD/dependabot/npm_and_yarn/ini-1.3.7
Bump ini from 1.3.5 to 1.3.7
* #102 from Ontotext-AD/GDB-5309-implement-basic-auth
GDB-5309 Basic authenticate against a secured GDB server
* #104 from Ontotext-AD/update-repository-tutorials
Update repository tutorials in Readme.md
* #105 from Ontotext-AD/add-readme-for-e2e-tests-package
Created README for the e2e-test package
* #115 from Ontotext-AD/dependabot/npm_and_yarn/test-e2e/axios-0.21.1
Bump axios from 0.18.1 to 0.21.1 in /test-e2e
* #114 from Ontotext-AD/dependabot/npm_and_yarn/axios-0.21.1
Bump axios from 0.19.0 to 0.21.1
* #113 from Ontotext-AD/GDB-3579-manage-repositories-through-graphDBServerClient
GDB-3579 Manage repositories through GraphDBServerClient
* #117 from Ontotext-AD/update-changelog
Update CHANGELOG.md
* #118 from Ontotext-AD/latest-vulnerabilities-fix
Fix latest vulnerabilities and lib updates
* #112 from Ontotext-AD/GDB-5341-migrate-to-jenkins
GDB-5341 migrate to Jenkins
* #119 from Ontotext-AD/add-documentation-files
Add docs folder
* #121 from Ontotext-AD/add-build-status-badge-from-jenkins
Add build status badge from jenkins
* #122 from Ontotext-AD/GDB-5349-release-notification-after-release-from-jenkins
GDB-5349 Notify github about build status

Released on 2021/02/09 14:14 UTC by teodossi.dossev

Version 1.5.0

10 Dec 09:53
24fb5ee
Compare
Choose a tag to compare

Upgrade to graphDb 9.5.0

Version 1.4.0

10 Dec 08:19
ba3308c
Compare
Choose a tag to compare

#96 Upgrade GDB to 9.4.0 and fix tests
IMPORTANT NOTE: With changes in the rdf4j (eclipse-rdf4j/rdf4j#2414) the ArrangedWriter class was deprecated. As a side effect of this change now TurtleWriter-based exports have all the namespaces that are in the repository regardless of whether they are used by any of the exported statements. This leads to the need to change the tests, although the breaking change is marked as a bug (eclipse-rdf4j/rdf4j#2694).

#98 Fix latest vulnerabilities in tests

Version 1.3.0

09 Dec 11:32
d506257
Compare
Choose a tag to compare

Upgrade to graphDb 9.3.0

Version 1.2.2

09 Dec 11:03
c21c1b6
Compare
Choose a tag to compare

#93 Update library vulnerabilities
#28 Implement authentication

Version 1.2.1

09 Sep 13:34
Compare
Choose a tag to compare

Fix security dependency issues

Version 1.2.0

24 Apr 08:26
Compare
Choose a tag to compare
RDFStart e2e tests added

fixed e2e tests graphdb.js dependency

Version 1.1.1

19 Sep 14:42
fa311e5
Compare
Choose a tag to compare

Changes

  • Updated to GraphDB Free version 8.11.0 for the acceptance tests #60
  • Stabilised acceptance tests #42
  • Configured Travis to deploy once #52
  • Updated NPM packages #50 #51 #53 #56 #57

Bug fixes

  • Increase maxContentLength in axios #40

Version 1.1.0 (2019-06-27)

27 Jun 10:48
0c31369
Compare
Choose a tag to compare

Bugfixes

  • GraphDB java script driver cannot upload ttl files larger than 10mb #39

Improvements

  • Reduce code duplication #27
  • Update libraries to account security issues reported by snyk #33
  • Added E2E acceptance tests as part of the build #34