Skip to content

v0.0.28

Latest
Compare
Choose a tag to compare
@amotl amotl released this 09 Oct 09:27

What's Changed

  • IO: Improved BulkProcessor when running per-record operations by
    also checking rowcount for handling INSERT 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