Skip to content

Commit

Permalink
Updating changelog and package JSON files for v2.1.0 release (#104)
Browse files Browse the repository at this point in the history
* Bumping version in package.json and package-lock.json
* Updating CHANGELOG for v2.1.0
* Adding reference to links of pr and issues in CHANGELOG

Signed-off-by: Prashant Shahi <[email protected]>
  • Loading branch information
prashant-shahi authored Jan 31, 2020
1 parent 9762c1e commit daf3dba
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 14 deletions.
38 changes: 33 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,45 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v2.1.0] - 2020-01-30

### Fixed

- Resolved JSON parse issue of Payload response. Fixes [#43][] ([#94][])
- Updating ACL tests to sync up changes with Dgraph v1.2 ([#103][])

### Added

- Adding tests for upsert with graphql variables ([#101][])

### Changed

- Synced proto files to the latest version ([#99][])

[#43]: https://github.com/dgraph-io/dgraph-js/issues/43
[#94]: https://github.com/dgraph-io/dgraph-js/issues/94
[#103]: https://github.com/dgraph-io/dgraph-js/issues/103
[#101]: https://github.com/dgraph-io/dgraph-js/issues/101
[#99]: https://github.com/dgraph-io/dgraph-js/issues/99

## [v2.0.2] - 2019-10-01

### Changed
- Upgrade google-protobuf dependency version to 3.8.0+ ([#80](https://github.com/dgraph-io/dgraph-js/issues/80))
- Upgrade google-protobuf dependency version to 3.8.0+ ([#80][])

### Fixed
- Added logic to catch exceptions when `dgraphClient` fails to be created
due to invalid gRPC address ([#71](https://github.com/dgraph-io/dgraph-js/issues/71))
due to invalid gRPC address ([#71][])

[#80]: https://github.com/dgraph-io/dgraph-js/issues/80
[#71]: https://github.com/dgraph-io/dgraph-js/issues/71

## [v2.0.1] - 2019-09-10

### Fixed
- Added function to refresh JWT token if expired
([#56](https://github.com/dgraph-io/dgraph-js/issues/56))
- Added function to refresh JWT token if expired ([#56][])

[#56]: https://github.com/dgraph-io/dgraph-js/issues/56

## [v2.0.0] - 2019-09-06

Expand Down Expand Up @@ -68,7 +93,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Fixed
- Function `u8ToStr` which was leading to json parse errors
([#17](https://github.com/dgraph-io/dgraph-js/issues/17))
([#17][])

[#17]: https://github.com/dgraph-io/dgraph-js/issues/17

## [v1.1.0] - 2018-02-06

Expand Down Expand Up @@ -111,6 +138,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Full compatibility with Dgraph v1.0.0

[v2.1.0]: https://github.com/dgraph-io/dgraph-js/compare/v2.0.2...v2.1.0
[v2.0.2]: https://github.com/dgraph-io/dgraph-js/compare/v2.0.1...v2.0.2
[v2.0.1]: https://github.com/dgraph-io/dgraph-js/compare/v2.0.0...v2.0.1
[v2.0.0]: https://github.com/dgraph-io/dgraph-js/compare/v1.2.1...v2.0.0
Expand Down
25 changes: 17 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dgraph-js",
"version": "2.0.2",
"version": "2.1.0",
"description": "Official javascript client for Dgraph",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit daf3dba

Please sign in to comment.