Skip to content

Commit

Permalink
release v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Aug 20, 2024
1 parent 275c1ea commit e9c4fcd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.11.0] - 2024-08-20

### Added:

- RS-31: `Bucket.update` and `Bucket.beginUpdateBatch` methods for changing labels, [PR-89](https://github.com/reductstore/reduct-js/pull/89)
Expand Down Expand Up @@ -264,7 +266,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/reduct-storage/reduct-js/compare/v1.10.1...HEAD
[Unreleased]: https://github.com/reduct-storage/reduct-js/compare/v1.11.0...HEAD
[1.11.0]: https://github.com/reduct-storage/reduct-js/compare/v1.10.1...v1.11.0
[1.10.1]: https://github.com/reduct-storage/reduct-js/compare/v1.10.0...v1.10.1
[1.10.0]: https://github.com/reduct-storage/reduct-js/compare/v1.9.3...v1.10.0
[1.9.3]: https://github.com/reduct-storage/reduct-js/compare/v1.9.2...v1.9.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data stored in ReductStore.
## Features

- Promise-based API for easy asynchronous programming
- Support for [ReductStore HTTP API v1.10](https://wwww.reduct.store/docs/http-api)
- Support for [ReductStore HTTP API v1.11](https://wwww.reduct.store/docs/http-api)
- Token-based authentication for secure access to the database
- Labeling for read-write operations and querying
- Batch operations for efficient data processing
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": "reduct-js",
"version": "1.10.1",
"version": "1.11.0",
"description": "ReductStore Client SDK for Javascript/NodeJS/Typescript",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down

0 comments on commit e9c4fcd

Please sign in to comment.