Skip to content

v1.5.0

Compare
Choose a tag to compare
@asppsa asppsa released this 06 Apr 13:24
· 124 commits to main since this release
  • Adapters - internally, most (all?) adapters now inherit from a base Adapter class
  • Adapters - adapter configuration is now accessed via a config method on
    each adapter - see the code for examples. This shouldn't affect
    users unless they were directly modifying adapters' attributes.
  • Redis - fix deprecation warnings for Redis 4.6+ multi/pipelined handling (#215)
  • Mongo - slight improvement to error handling