Skip to content

Releases: reductstore/reduct-py

Release v1.12.0

04 Oct 20:46
Compare
Choose a tag to compare

Added:

  • RS-418: Bucket.remove_record, Bucket.remove_batch and Bucket.remove_query to remove records, PR-114
  • RS-389: QuotaType.HARD, PR-115
  • RS-388: Add Bucket.rename_entry method, PR-117
  • RS-419: Add Bucket.rename method, PR-118
  • RS-462: Improve batching, PR-119

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