Skip to content

1.1.8

Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 08 Jul 17:58
· 53 commits to main since this release

1.1.8

Released: Fri Jul 8 2022

bug

  • [bug] [memcached] Moved the MemcacheArgs.dead_retry argument and the
    MemcacheArgs.socket_timeout argument which were
    erroneously added to the "set_parameters",
    where they have no effect, to be part of the Memcached connection
    arguments MemcachedBackend.dead_retry,
    MemcachedBackend.socket_timeout.

    References: #223, #228