What's Changed * Bump requests from 2.31.0 to 2.32.0 by dependabot in https://github.com/kaizendorks/pymongo_inmemory/pull/110 * Bump dnspython from 2.4.2 to 2.6.1 by dependabot in https://github.com/kaizendorks/pymongo_inmemory/pull/109 * Bump idna from 3.4 to 3.7 by dependabot in https://github.com/kaizendorks/pymongo_inmemory/pull/108 * Bump pymongo from 4.5.0 to 4.6.3 by dependabot in https://github.com/kaizendorks/pymongo_inmemory/pull/107 * Bump black from 23.9.1 to 24.3.0 by dependabot in https://github.com/kaizendorks/pymongo_inmemory/pull/106 * Bump version for release by ekarademir in https://github.com/kaizendorks/pymongo_inmemory/pull/111
What's Changed * Make storage engine configurable by david-molnar-oculai in https://github.com/kaizendorks/pymongo_inmemory/pull/100 * Bump cryptography from 41.0.4 to 41.0.6 by dependabot in https://github.com/kaizendorks/pymongo_inmemory/pull/99 * Fix issue 98 - Crash when using the mongod_port parameter by ercaronte in https://github.com/kaizendorks/pymongo_inmemory/pull/105 * The storage_engine was not actually a configurable parameter by niklas-holzwarth-bos-ag in https://github.com/kaizendorks/pymongo_inmemory/pull/101
New Contributors * david-molnar-oculai made their first contribution in https://github.com/kaizendorks/pymongo_inmemory/pull/100 * ercaronte made their first contribution in https://github.com/kaizendorks/pymongo_inmemory/pull/105 * niklas-holzwarth-bos-ag made their first contribution in https://github.com/kaizendorks/pymongo_inmemory/pull/101
- Tooling enhancements. [[PR 90](https://github.com/kaizendorks/pymongo_inmemory/pull/90)] - Configuration for data directory. [[PR 90](https://github.com/kaizendorks/pymongo_inmemory/pull/91)] - Configuration for data directory. [[PR 90](https://github.com/kaizendorks/pymongo_inmemory/pull/94)]
0.3.1
- Development version upped to Python 3.9 - Update to build system. Contribution by pbsds - Coercing boolean configs correctly. Issue 82
0.3.0
- Downloader code got a refactoring which would make testing a lot more easier. - With that refactoring, we fixed the case where provided download url wouldn't work if it didn't follow official URL pattern. Issue [70](https://github.com/kaizendorks/pymongo_inmemory/issues/70)
0.2.13
> 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