Skip to content

Commit

Permalink
version bump for 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
masumsoft committed Feb 3, 2018
1 parent d5b1072 commit 60361b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.2.0] - 2018-02-03
### Changed
- Separate index per table for elassandra instead of a single index for the whole keyspace. This fixes conflicts where the same fieldname with different datatypes exists in different tables. The index names are now of the format: keyspaceName_tableName

## [2.1.1] - 2018-01-05
### Fixed
- reserved keywords not quoted in materialized view where query
- some query options were missing in options normalizer
- Reserved keywords not quoted in materialized view where query
- Some query options were missing in options normalizer

## [2.1.0] - 2017-12-13
### Added
Expand Down Expand Up @@ -472,7 +476,8 @@ save function callback instead of raising exceptions
- Support for schema validators
- Support for auto loading of model schema from directory

[Unreleased]: https://github.com/masumsoft/express-cassandra/compare/v2.1.1...master
[Unreleased]: https://github.com/masumsoft/express-cassandra/compare/v2.2.0...master
[2.2.0]: https://github.com/masumsoft/express-cassandra/compare/v2.1.1...v2.2.0
[2.1.1]: https://github.com/masumsoft/express-cassandra/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/masumsoft/express-cassandra/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/masumsoft/express-cassandra/compare/v1.10.0...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-cassandra",
"version": "2.1.1",
"version": "2.2.0",
"dependencies": {
"JSONStream": "^1.3.1",
"async": "^1.5.2",
Expand Down

0 comments on commit 60361b0

Please sign in to comment.