Skip to content

Commit

Permalink
chore: version bump for v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
masumsoft committed Apr 1, 2023
1 parent a59c1f9 commit e5dff15
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.9.0] - 2023-04-01

### Added
- Scylladb 5.x is now officially supported
- All LTS versions >= NodeJS 12 are now officially supported

### Changed
- Removed official support for Node version < 12, may still work in older versions

### Fixed
- Scylladb index conflict with materialized views
- Incorrect where clause comparison in schema matching logic for scylladb

### Security
- Upgraded package dependencies to resolve vulnerability in dependent packages

## [2.8.0] - 2022-03-12

### Added
Expand Down Expand Up @@ -569,7 +585,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.8.0...master
[Unreleased]: https://github.com/masumsoft/express-cassandra/compare/v2.9.0...master
[2.9.0]: https://github.com/masumsoft/express-cassandra/compare/v2.8.0...v2.9.0
[2.8.0]: https://github.com/masumsoft/express-cassandra/compare/v2.7.0...v2.8.0
[2.7.0]: https://github.com/masumsoft/express-cassandra/compare/v2.6.0...v2.7.0
[2.6.0]: https://github.com/masumsoft/express-cassandra/compare/v2.5.0...v2.6.0
Expand Down
4 changes: 2 additions & 2 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": "express-cassandra",
"version": "2.8.0",
"version": "2.9.0",
"dependencies": {
"async": "^2.6.4",
"babel-polyfill": "^6.26.0",
Expand Down

0 comments on commit e5dff15

Please sign in to comment.