Skip to content

Commit

Permalink
release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Jun 11, 2024
1 parent 8273aa8 commit 48f517b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.10.0] - 2024-06-11

### Added:

- RS-261: support `each_n` and `each_s` query parameters, [PR-110](https://github.com/reductstore/reduct-py/pull/110)
- RS-311: add `each_s` and `each_n` replication settings, [PR-111](https://github.com/reductstore/reduct-py/pull/111)
- RS-311: support `each_s` and `each_n` replication settings, [PR-111](https://github.com/reductstore/reduct-py/pull/111)

### Changed:

Expand All @@ -27,8 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added:

- RS-182: Add flag verify_ssl to Client, [PR-102](https://github.com/reductstore/reduct-py/pull/102)
- RS-176: Add license field to ServerInfo, [PR-105](https://github.com/reductstore/reduct-py/pull/105)
- RS-182: flag `verify_ssl` to Client, [PR-102](https://github.com/reductstore/reduct-py/pull/102)
- RS-176: license field to ServerInfo, [PR-105](https://github.com/reductstore/reduct-py/pull/105)
- RS-196: accept timestamps in many formats, [PR-196](https://github.com/reductstore/reduct-py/pull/106)

### Changed:
Expand Down Expand Up @@ -220,7 +221,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Implement Reduct Storage HTTP API v0.4, [PR-16](https://github.com/reduct-storage/reduct-py/pull/16)

[Unreleased]: https://github.com/reduct-storage/reduct-py/compare/v1.9.1...HEAD
[Unreleased]: https://github.com/reduct-storage/reduct-py/compare/v1.10.0...HEAD

[1.10.0]: https://github.com/reduct-storage/reduct-py/compare/v1.9.1...v1.10.0

[1.9.1]: https://github.com/reduct-storage/reduct-py/compare/v1.9.0...v1.9.1

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["setuptools>=40.8.0", "wheel"]
[project]

name = "reduct-py"
version = "1.9.1"
version = "1.10.0"
description = "ReductStore Client SDK for Python"
requires-python = ">=3.8"
readme = "README.md"
Expand Down

0 comments on commit 48f517b

Please sign in to comment.