Skip to content

Releases: reductstore/reduct-py

Release v1.11.0

20 Aug 07:43
Compare
Choose a tag to compare

Added:

  • RS-31: Bucket.update and Bucket.update_batch method for changing labels, PR-113

Release v1.10.0

11 Jun 12:22
Compare
Choose a tag to compare

Added:

  • RS-261: support each_n and each_s query parameters, PR-110
  • RS-311: support each_s and each_n replication settings, PR-111

Changed:

  • RS-269: move documentation to main website, PR-112

Release v1.9.1

26 Apr 10:07
Compare
Choose a tag to compare

Fixed:

  • Timestamps in batch writing, PR-109

Release v1.9.0

08 Mar 20:23
Compare
Choose a tag to compare

Added:

  • RS-182: Add flag verify_ssl to Client, PR-102
  • RS-176: Add license field to ServerInfo, PR-105
  • RS-196: accept timestamps in many formats, PR-196

Release v1.8.1

31 Jan 22:26
Compare
Choose a tag to compare

Fixed:

  • Remove duplicated ReplicationDeailSettings PR-101

Release v1.8.0

31 Jan 22:26
Compare
Choose a tag to compare

Added:

  • Support for ReductStore HTTP API v1.8 with replication endpoints, PR-100

Changed:

  • docs: update link to new website, PR-98
  • Optimize batch read for better memory efficiency, PR-99

Release v1.7.1

09 Oct 18:52
Compare
Choose a tag to compare

Fix:

  • Batch in __init__.py, PR-97

Release v1.7.0

06 Oct 20:56
Compare
Choose a tag to compare

Added:

  • Support for ReductStore HTTP API v1.7, see Bucket.write_batch method, PR-95

Changed:

  • Update dependencies and migrate to Pydantic v2, PR-94

Release v1.6.0

14 Aug 22:31
Compare
Choose a tag to compare

Added:

  • External session and context manager to Client, PR-90
  • Bucket.remove_entry method and limit kwarg to Bucket.query, PR-92

Release v1.5.0

30 Jun 20:40
Compare
Choose a tag to compare

Added:

  • Support for batched records, PR-78
  • extra_headers to Client constructor, PR-81
  • head option to Bucket.query and Bucket.read to read only metadata, PR-83
  • head option to Bucket.subscribe, PR-87

Fixed:

  • Unordered reading batched records, PR-82

Changed:

  • Minimum Python version is now 3.8, PR-84
  • Parse short header syntax for batched records, PR-85