From 6e07f3b6eb09420c3f7a07dcaf572af1e26ca03d Mon Sep 17 00:00:00 2001 From: Pawan Rawal <pawan@dgraph.io> Date: Fri, 1 Dec 2017 14:26:07 +1100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ wiki/scripts/build.sh | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 944776ee..193ec8ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,13 @@ and this project will adhere to [Semantic Versioning](http://semver.org/spec/v2. ## [Unreleased] +## [0.9.3] - 2017-12-01 + ### Added * Support for alias while asking for facets. * Support for general configuration via environment variables and configuration files. +* `IgnoreIndexConflict` field in Txn which allows ignoring conflicts on index keys. ### Fixed @@ -22,6 +25,7 @@ and this project will adhere to [Semantic Versioning](http://semver.org/spec/v2. * Abort if CommitNow flag is set and the mutation fails. * Live loader treats subjects/predicates that look like UIDs as existing nodes rather than new nodes. +* Fix bug in `@groupby` queries where predicate was converted to lower case in queries. ### Changed @@ -30,6 +34,7 @@ and this project will adhere to [Semantic Versioning](http://semver.org/spec/v2. * Store/Restore peer map on snapshot. * Fix rdfs per second reporting in live loader. * Fix bug in lru eviction. +* Proto definitions are split into intern and api. ## [0.9.2] - 2017-11-20 diff --git a/wiki/scripts/build.sh b/wiki/scripts/build.sh index 48e3e5e4..d70dc66d 100755 --- a/wiki/scripts/build.sh +++ b/wiki/scripts/build.sh @@ -19,8 +19,9 @@ HOST=https://docs.dgraph.io # append '(latest)' to the version string, and build script can place the # artifact in an appropriate location VERSIONS_ARRAY=( -'v0.9.2' +'v0.9.3' 'master' +'v0.9.2' 'v0.9.1' 'v0.9.0' 'v0.8.3' -- GitLab