Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dgraph
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
dgraph
Commits
6e07f3b6
Unverified
Commit
6e07f3b6
authored
7 years ago
by
Pawan Rawal
Browse files
Options
Downloads
Patches
Plain Diff
Update CHANGELOG
parent
87893da6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+5
-0
5 additions, 0 deletions
CHANGELOG.md
wiki/scripts/build.sh
+2
-1
2 additions, 1 deletion
wiki/scripts/build.sh
with
7 additions
and
1 deletion
CHANGELOG.md
+
5
−
0
View file @
6e07f3b6
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
wiki/scripts/build.sh
+
2
−
1
View file @
6e07f3b6
...
@@ -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'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment