Releases: Swirrl/drafter
Releases · Swirrl/drafter
2.4.0 (build 1494)
2.4.0
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
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
Fix for mapcat memory issue and not silently swallowing OOM errors
2.2.1
- fix threadpool issue
- don't require stasher dir to exist if its not enabled
2.2.0
This is the stasher release!
2.1.14
2.2.0-RC4-SNAPSHOT
Rename repositories to get picked up in deploy
2.2.0-RC3-SNAPSHOT: Bug, fix not reading stasher enabled env var
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
Add Travis config to deploy jar to s3