Skip to content

Releases: Swirrl/drafter

2.4.0 (build 1494)

21 Oct 14:58
Compare
Choose a tag to compare

2.4.0

02 Jul 16:54
Compare
Choose a tag to compare

Adds:

  • Base drafter-client on martian
  • Add Auth0 authentication to drafter server
  • Use auth0 tokens in drafter-client

Note: this version of drafter has a dependency on stardog 6.1.2, but this is not tested against all versions of pmd yet.

2.3.0

02 Jul 10:14
Compare
Choose a tag to compare

Adds:

  • Reasoning to drafter's API (default off)
  • Implements default-graph and named-graph query parameters

Includes:

  • drafter/drafter-client repo consolidation
  • Refactor of feature namespaces
  • omni usage

NOTE

(NOTE added 16-10-2020)

It looks like the drafter API made a subtly breaking change after this release which might effect some consumers; most likely because of the change to use java.time. Prior to this drafter appears to have returned ISO date times without MS, after this change drafter started returning ISO data times with MS.

2.2.2

23 Oct 11:40
088c807
Compare
Choose a tag to compare

Fix for mapcat memory issue and not silently swallowing OOM errors

2.2.1

14 Aug 13:36
f5bda35
Compare
Choose a tag to compare
  • fix threadpool issue
  • don't require stasher dir to exist if its not enabled

2.2.0

11 Jul 11:16
Compare
Choose a tag to compare

This is the stasher release!

2.1.14

09 Jul 15:34
22c6044
Compare
Choose a tag to compare

Note: This is the last non-stasher release

  • Fix for rewriting issue #270
  • travis build 262

2.2.0-RC4-SNAPSHOT

29 Jun 11:35
Compare
Choose a tag to compare
2.2.0-RC4-SNAPSHOT Pre-release
Pre-release
Rename repositories to get picked up in deploy

2.2.0-RC3-SNAPSHOT: Bug, fix not reading stasher enabled env var

19 Jun 11:49
Compare
Choose a tag to compare
Setting the `STASHER_CACHE_ENABLED` env var was being ignored by the
app, with the cache always being turned on.

This was because we were placing in the opts as `enabled?` but then
looking for it under `cache?`.

This commit changes that to `cache?` in both places, and resolves the
issue #269.

2.2.0-RC2-SNAPSHOT

15 Jun 13:37
Compare
Choose a tag to compare
2.2.0-RC2-SNAPSHOT Pre-release
Pre-release
Add Travis config to deploy jar to s3