v0.0.28
What's Changed
- IO: Improved
BulkProcessor
when running per-record operations by
also checkingrowcount
for handlingINSERT OK, 0 rows
responses - MongoDB: Fixed BSON decoding of
{"$date": 1180690093000}
timestamps
by updating to commons-codec 0.0.21. - Testcontainers: Don't always pull the OCI image before starting.
It is unfortunate in disconnected situations.
Details
- Update poethepoet requirement from <0.29 to <0.30 by @dependabot in #283
- Update validate-pyproject requirement from <0.20 to <0.21 by @dependabot in #284
- IO: Improve
BulkProcessor
when running per-record operations by @amotl in #286 - Testcontainers: Don't always pull the OCI image before starting. by @amotl in #287
Full Changelog: v0.0.27...v0.0.28