Releases: Swirrl/drafter
Releases · Swirrl/drafter
2.4.7 (travis build 1923)
- use 2021 pmd cert.
2.4.6 (travis build 1918)
Fixes a bug whereby not all job success and failure metrics were being published to datadog. #533
Dashboards will need updating after deployment to plot the previously missing metrics.
2.4.5 (travis build 1885)
Updates the client so that it tolerates missing versions (#536). Required so that newer clients can talk to older servers.
No server changes.
2.4.4 (travis build 1876)
- #522 Fix cache race bug
- Add
version
key to draftset/endpoint objects on API. This can be used downstream of drafter to help invalidate any caches clients may keep. (backwards compatible as long as clients ignore unknown keys) - Requires running this migration on upgrading from 2.4.3 to backfill versions
- Add
- #525 Document limitations of Drafter's SPARQL update endpoint in swagger
- #528 #527 Misc build/CI improvements
- #532 Add missing timeout parameter to swagger spec for public/live SPARQL post requests
2.4.3 (travis build 1775)
- #511 logging fixes
2.4.2 (travis build 1741)
Changes
- Add JWS signing key setting to PMD3 production configuration -- addressing #509
- #516 Cancel cache on error -- addresses #512 and #513
2.4.1 (travis build 1720)
- #461 Procfile example
- #464 implement missing methods for rewriting
- #467 cache m2m token in auth provider
- #458 remove prismatic schema
- #474 Remove the unused SparqlExecutor and ToRepository protocols
- #473 Rewrite SPARQL queries to include bindings before evaluation
- #470 Ensure all draft operations respect the protected graphs
- #477 Implement missing methods for the GraphQuery
- #484 Correct 503 response on timeouts
- #486 Create protocol for time sources
- #488 Create namespace for jena interop
- #483 Remove the dev ring-spec dependency
- #484 replace drafter.channels with a promise
- #493 close files for cache hits
- #494 stasher doesn’t close cache writes to tmp files on timeout
- #496 swagger.yml should put named-graph-uri into the body on post
- #502 sparql query protocol params
- #468 and #497 don't discard keys when producing static representation of cache-key
2.4.0 (build 1717)
Released to staging.gss-data.org.uk 1 March
Same contents as the 2.4.1 release but the version hadn't been bumped yet!
2.4.0 (build 1548)
2.4.0 (build 1529)
https://travis-ci.com/github/Swirrl/drafter/builds/190274511
- swagger docs fix
- validate against blank nodes in graphs
- protected graphs