Skip to content

Releases: RedisJSON/redisjson-py

Version 0.5.6

18 Nov 10:05
74dbacd
Compare
Choose a tag to compare

Changes

  • Fixing packaging issue causing install failures (#70)

Version 0.5.5

17 Nov 10:49
8ca985f
Compare
Choose a tag to compare

Changes

  • pinning redis to 3.5.3 and updating minor version (#68)
  • Adding deprecation notice (#66)
  • Python 3.10 support and trove (#63)
  • JSON.TOGGLE and JSON.CLEAR (#55)
  • fixes issues #44 #45 setDecoder not working, TypeError when reJSON returns None (#46)
  • remove unused MODULE_INFO (#36)

0.5.3 fix requirements list

05 Jan 14:59
d194b19
Compare
Choose a tag to compare
bump version 0.5.4

0.5.2 Fix FreeBSD + Python 3.6.1

15 Dec 13:54
Compare
Choose a tag to compare
  • #28 #30 Use io.open() and 'utf-8' to read description

0.5.1 Fix Mac OS support

01 Dec 18:42
22135ba
Compare
Choose a tag to compare
  • Use io.open() and 'utf-8' encoding to read version

0.5.0 no_escape flag

01 Sep 15:34
9c3a9c3
Compare
Choose a tag to compare
  • #26 Fixing retrieving non-ascii string with JSON.GET, added no_escape flag

0.4.0 exception handler for .jsonget

08 Mar 06:17
55f0adf
Compare
Choose a tag to compare
  • Add exception handler for .jsonget for non-existent keys

0.3.0 "dependency upgrade"

07 Jan 13:54
171cd99
Compare
Choose a tag to compare
  • upgrade redis-py version to 0.3.0

0.2.1 recovery release

05 Jun 16:56
Compare
Choose a tag to compare
Pre-release

Adds the requirements.txt and LICENSE files to the wheel's deployment

0.2 "hootnot"

05 Jun 16:10
Compare
Choose a tag to compare
0.2 "hootnot" Pre-release
Pre-release
  • Adds support for Python 3 and above, PEP8 and a lovely deployment framework via #6 thanks to @hootnot
  • Adds coverage reporting (was %95 initially :))
  • Turns coverage volume to 11