Skip to content

2.5.0

Compare
Choose a tag to compare
@bbangert bbangert released this 01 Jun 14:43
· 146 commits to master since this release

Performance

  • recipe: Give TreeCache standalone queue (4456f180)

Doc

Features

  • recipe: allow non ephemeral locking (6f7a603d)

Chore

Bug Fixes

  • Pass watch as keyword arg instead of positional arg (#495) (23850792)
  • need gevent >= 1.2, not > 1.1 (18f3531b)
  • Remove use of "async" as a variable (225d3369, closes #455)
  • core:
    • Fix gevent 1.3b1+ timeout import (257b5896)
    • Correctly fire multiple callbacks (0905c47b)
    • resolve race in IAsyncResult.wait() (#487) (4d268adf)
  • recipe:
    • conn hangs when TreeCache refreshing (11194137)
    • Unexpected exceptions break TreeCache (db0c2d4f)

Refactor

  • Unify queue factory in various handlers (cbd02f5c)