pypi redis 4.4.0rc2

latest releases: 5.0.8, 5.0.7, 5.1.0b7...
24 months ago

Changes

Breaking Changes

  • Catch Exception and not BaseException in the Connection (#2104)

๐Ÿงช Experimental Features

  • Add support for new TDIGEST (RedisBloom 2.4) features (#2392)
  • Enhanced TDIGEST.CREATE support (#2348)

๐Ÿš€ New Features

  • Simplify async timeouts and allowing timeout=None in PubSub.get_message() to wait forever (#2295)
  • Add nowait flag to asyncio.Connection.disconnect() (#2356)
  • Dev/no lock (#2308)
  • Adding reserve as an alias for create, so that BF.RESERVE and CF.RESERVE accurately supported (#2331)
  • Add support for BITFIELD_RO (#2340)

๐Ÿ› Bug Fixes

  • Catch Exception and not BaseException in the Connection (#2104)
  • FT.SEARCH: Fixing aggregation request argument for LIMIT (#2393)
  • Change return type of parse_boolean from int to bool (#2364)
  • WRONGPASS response doesn't raise AuthenticationError exception (#2329)
  • Fix type hint annotations of expire time (#2361)
  • Increased strictness of redis url scheme parsing (#2343)

๐Ÿงฐ Maintenance

  • Simplify async timeouts and allowing timeout=None in PubSub.get_message() to wait forever (#2295)
  • Dev/no can read (#2360)
  • Update VecSim search example to highlight dialect (#2402)
  • Update GitHub Actions versions (#2389)
  • Support Hiredis >= 1.x only (remove packaging dependency) (#2385)
  • Reinstate Codecov in CI (#2394)
  • Adding support for readable test results in CI (#2381)
  • Fix readme links (#2368)
  • Fixing async test for module list (#2367)
  • Mark TOPK.COUNT as deprecated (#2363)
  • Document Redis(single_connection_client) (#2327)
  • Update LICENSE (#2362)
  • Fix TimeSeries range aggregation (twa) tests (#2358)
  • Fix documentation typos (#2341)
  • Adding dependency vulnerability scanning to the CI process (#2332)
  • Fix GRAPH.LIST & TDIGEST.QUANTILE tests (#2335)
  • GitHub workflow update" trailofbits/gh-action-pip-audit is now pypa/gh-action-pip-audit (#2380)

Contributors

We'd like to thank all the contributors who worked on this release!

@akx, @bodevone, @chayim, @dvora-h, @gkorland, @graeme44, @kristjanvalur, @leven-cn, @lucacillario, @n8wb, @povilasb, @vanschelven and @woodruffw

Don't miss a new redis release

NewReleases is sending notifications on new releases.