Releases: upstash/redis-py
Releases · upstash/redis-py
v1.2.0
What's Changed
- DX-1019: Read Your Writes by @fahreddinozcan in #50
- Use a string value for the scan cursor by @mdumandag in #51
- bump version to 1.2.0 by @mdumandag in #52
New Contributors
- @fahreddinozcan made their first contribution in #50
Full Changelog: v1.1.0...v1.2.0
Release v1.1.0
What's Changed
- Update README.md by @enesakar in #44
- Add pipeline and transaction by @CahidArda in #47
- bump version to 1.1.0 by @CahidArda in #49
New Contributors
- @enesakar made their first contribution in #44
- @CahidArda made their first contribution in #47
Full Changelog: v1.0.0...v1.1.0
Release v1.0.0
What's Changed
- Fix bitop test failing because of old api by @ytkimirti in #37
- Add documentation, missing options and datetime support to expire commands by @ytkimirti in #36
- Fix set command with the get option not returning result by @ytkimirti in #38
- Docstrings for the commands by @ytkimirti in #39
- Add examples by @ytkimirti in #40
- Type improvements by @ytkimirti in #41
- Do some type changes and cleanup by @mdumandag in #42
- Bump client version to 1.0.0 by @mdumandag in #43
New Contributors
- @ytkimirti made their first contribution in #37
Full Changelog: v0.15.0...v1.0.0
Release v0.15.0
Bump project version to 0.15.0 (#33)
Release v0.14.5
bump version to 0.14.5
Release v0.14.4
bump version and black formatting
Release v0.14.3
bump version
Release v0.14.2
fix telemetry data
Release v0.14.1
bump version
Release v0.14.0
Add missing commands (#22) * add smismember implementation and test * add georadius_ro test * rm geo return type alias * georadiusbymember and georadiusbymember_ro tests * add geosearch tests * add geosearchstore tests * add placeholder for acl functions * add script refactoring and tests * remove pubsub from commands * bump version * run black formatter