From 88be2d2b2768e864f3c067e93c73b8b6d2d84067 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 9 Oct 2024 11:24:55 +0200 Subject: [PATCH] Release v0.0.28 --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b7f852ec..d59d899d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,8 @@ # Changelog - ## Unreleased + +## 2024/10/09 v0.0.28 - 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