Skip to content

Forward and backwards compatibility

Latest
Compare
Choose a tag to compare
@Attumm Attumm released this 28 Feb 09:55
· 20 commits to main since this release
fef0da4

Many thanks to @Pydes-boop for discovering that redis-dict had almost complete compatibility with dictionaries. However, full compatibility was not in place due to the existing legacy Python2 thunder methods. Subsequently, @Pydes-boop also resolved the issue perfectly with the most appropriate changes, and demonstrated behaviour equivalence with tests. Thanks a bunch.

  • Updated to python3 eq and neq comparison operators @Pydes-boop
  • Changed typing for compatibility with Python 3.9 @Girgitt
  • Small update for readme
  • Bump cryptography from 42.0.2 to 42.0.4 for test requirements

Additionally, a small thank you to @Girgitt for drawing attention to the issue of backward compatibility.