Skip to content

Commit 0ba222c

Browse files
authored
release v1.19 (#161)
1 parent 6af4865 commit 0ba222c

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 1.19.0 - 2026-04-08
11+
1012
### Added
1113

1214
- Add entry attachments API in `Bucket` (`writeAttachments`, `readAttachments`, `removeAttachments`) with integration tests for API v1.19, [PR-142](https://github.com/reductstore/reduct-js/pull/142)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ data stored in ReductStore.
1717

1818
- Based on the Fetch API
1919
- Promise-based API for easy asynchronous programming
20-
- Support for [ReductStore HTTP API v1.18](https://www.reduct.store/docs/http-api)
20+
- Support for [ReductStore HTTP API v1.19](https://www.reduct.store/docs/http-api)
2121
- Token-based authentication for secure access to the database
2222
- Labeling for read-write operations and querying
2323
- Batch operations for efficient data processing
@@ -100,9 +100,9 @@ The library is backward compatible with the previous versions. However, some met
100100
removed in the future releases. Please refer to the [Changelog](CHANGELOG.md) for more details.
101101
The SDK supports the following ReductStore API versions:
102102

103+
- v1.19
103104
- v1.18
104105
- v1.17
105-
- v1.16
106106

107107
It can work with newer and older versions, but it is not guaranteed that all features will work as expected because
108108
the API may change and some features may be deprecated or the SDK may not support them yet.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reduct-js",
3-
"version": "1.19.0-beta.2",
3+
"version": "1.19.0",
44
"description": "ReductStore Client SDK for Javascript/NodeJS/Typescript",
55
"main": "lib/cjs/index.js",
66
"module": "lib/esm/index.js",

0 commit comments

Comments
 (0)