Releases: certego/djongo
Releases · certego/djongo
1.3.15
What's Changed
- Apparently the connection object must be checked with None instead of bool by @0ssigeno in #9
Full Changelog: 1.3.14...1.3.15
1.3.14
What's Changed
- Trying to prevent corner case where, if the connection is closed unexpectedly, the client is unable to restore it, preventing all new queries to work as intende by @0ssigeno in #7
Full Changelog: 1.3.13...1.3.14
1.3.11
Merge pull request #3 from certego/develop
1.3.11
1.3.6
added python publish and fix to connection handling