cayley v0.7.3 Release Notes

Release Date: 2018-04-23 // almost 6 years ago
  • ๐Ÿš€ 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