Releases: kaizendorks/pymongo_inmemory
Releases · kaizendorks/pymongo_inmemory
v0.4.2
What's Changed
- Bump requests from 2.31.0 to 2.32.0 by @dependabot in #110
- Bump dnspython from 2.4.2 to 2.6.1 by @dependabot in #109
- Bump idna from 3.4 to 3.7 by @dependabot in #108
- Bump pymongo from 4.5.0 to 4.6.3 by @dependabot in #107
- Bump black from 23.9.1 to 24.3.0 by @dependabot in #106
- Bump version for release by @ekarademir in #111
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Make storage engine configurable by @david-molnar-oculai in #100
- Bump cryptography from 41.0.4 to 41.0.6 by @dependabot in #99
- Fix issue #98 - Crash when using the mongod_port parameter by @ercaronte in #105
- The storage_engine was not actually a configurable parameter by @niklas-holzwarth-bos-ag in #101
New Contributors
- @david-molnar-oculai made their first contribution in #100
- @ercaronte made their first contribution in #105
- @niklas-holzwarth-bos-ag made their first contribution in #101
Full Changelog: v0.4.0...v0.4.1
v0.4.0
v0.3.1
v0.3.0
v0.2.13: Ertugrul/update actions (#66)
This is basically a re-relase of v0.2.12 for codebase purposes, but has an update for CI/CD on top
- Ability to use local
mongod
(by @kschniedergers with #65) - Version list update
- Upped depended Python version for CI/CD
v0.2.12
- Ability to use local
mongod
(by @kschniedergers with #65) - Version list update
v0.2.11
v0.2.10
- Updated MongoDB version list.
- With 6.0 versions, there is support of MacOS running on ARM arch.
- Refactor server boot up sequence