v0.7.3
This release brings Elasticsearch v6.x support, a transition to dep and few bug fixes.
Highlights
- Cayley now supports ElasticSearch v6.x (#711)
SaveOptional
is exposed in Gizmo (#702)- Transition to dep for dependency management (#704, #703)
- Bug fixes (#710, #709, #708, #707)
As always, we expect Go users to pin a specific Cayley version tag with dep.
Changelog
on Github
dennwc: quad: do not un-quote strings in StringToValue; fixes #710
dennwc: add CODEOWNERS
dennwc: elastic: support v6; fix #711
skydan: Fix dep ensure and downloading with "follow redirects" option
mguentner: hello_bolt: replace TempFile with TempDir
mguentner: hello_schema: replace TempFile with TempDir
dennwc: gizmo: expose SaveOptional; resolves #702
dennwc: build and test for go 1.10
dennwc: switch from glide to dep
glaslos: replace badge png with scaling svg