Skip to content
Snippets Groups Projects
Unverified Commit 6e07f3b6 authored by Pawan Rawal's avatar Pawan Rawal
Browse files

Update CHANGELOG

parent 87893da6
No related branches found
No related tags found
No related merge requests found
...@@ -6,10 +6,13 @@ and this project will adhere to [Semantic Versioning](http://semver.org/spec/v2. ...@@ -6,10 +6,13 @@ and this project will adhere to [Semantic Versioning](http://semver.org/spec/v2.
## [Unreleased] ## [Unreleased]
## [0.9.3] - 2017-12-01
### Added ### Added
* Support for alias while asking for facets. * Support for alias while asking for facets.
* Support for general configuration via environment variables and configuration files. * Support for general configuration via environment variables and configuration files.
* `IgnoreIndexConflict` field in Txn which allows ignoring conflicts on index keys.
### Fixed ### Fixed
...@@ -22,6 +25,7 @@ and this project will adhere to [Semantic Versioning](http://semver.org/spec/v2. ...@@ -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. * Abort if CommitNow flag is set and the mutation fails.
* Live loader treats subjects/predicates that look like UIDs as existing nodes * Live loader treats subjects/predicates that look like UIDs as existing nodes
rather than new nodes. rather than new nodes.
* Fix bug in `@groupby` queries where predicate was converted to lower case in queries.
### Changed ### Changed
...@@ -30,6 +34,7 @@ and this project will adhere to [Semantic Versioning](http://semver.org/spec/v2. ...@@ -30,6 +34,7 @@ and this project will adhere to [Semantic Versioning](http://semver.org/spec/v2.
* Store/Restore peer map on snapshot. * Store/Restore peer map on snapshot.
* Fix rdfs per second reporting in live loader. * Fix rdfs per second reporting in live loader.
* Fix bug in lru eviction. * Fix bug in lru eviction.
* Proto definitions are split into intern and api.
## [0.9.2] - 2017-11-20 ## [0.9.2] - 2017-11-20
......
...@@ -19,8 +19,9 @@ HOST=https://docs.dgraph.io ...@@ -19,8 +19,9 @@ HOST=https://docs.dgraph.io
# append '(latest)' to the version string, and build script can place the # append '(latest)' to the version string, and build script can place the
# artifact in an appropriate location # artifact in an appropriate location
VERSIONS_ARRAY=( VERSIONS_ARRAY=(
'v0.9.2' 'v0.9.3'
'master' 'master'
'v0.9.2'
'v0.9.1' 'v0.9.1'
'v0.9.0' 'v0.9.0'
'v0.8.3' 'v0.8.3'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment