Skip to content

Releases: http-rs/async-mongodb-session

v3.0.0

21 Aug 18:49
@No9 No9
5e5af7e
Compare
Choose a tag to compare

What's Changed

  • Update dependencies by @AaronErhardt in #18

    • Use 2021 edition, async-session v3 and mongodb v2
    • Update all other dependencies
    • Move example into separate crate
    • Apply some lints and other minor improvements
    • Optional support for tokio

New Contributors

Full Changelog: v2.1.0...v3.0.0

v2.1.0

21 Aug 08:43
@No9 No9
Compare
Choose a tag to compare

What's Changed

  • Updating dependencies to use libary with current mongodb libary by @TiloPapke in #17

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

22 Dec 12:43
@No9 No9
ecd4b33
Compare
Choose a tag to compare

This release is contains

  1. Session expiry management based on expiry_at : #11 #13

  2. Changing the type of object stored in mongodb from a string to a document : #9

  3. Dependency upgrade to target tide-0.15, mongodb 1.1.1 : #7 #11

  4. Better utilisation of re-exported objects : #10