Skip to content

Commit

Permalink
MongoDB: Fix BSON decoding of {"$date": 1180690093000} timestamps
Browse files Browse the repository at this point in the history
... by updating to commons-codec 0.0.21.
  • Loading branch information
amotl committed Oct 9, 2024
1 parent 9ee1b52 commit 2266fc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
## Unreleased
- 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.

## 2024/10/01 v0.0.27
- MongoDB: Updated to pymongo 4.9
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ kinesis = [
"lorrystream[carabas]>=0.0.6",
]
mongodb = [
"commons-codec[mongodb,zyp]>=0.0.20",
"commons-codec[mongodb,zyp]>=0.0.21",
"cratedb-toolkit[io]",
"orjson<4,>=3.3.1",
"pymongo<4.10,>=3.10.1",
Expand Down

0 comments on commit 2266fc9

Please sign in to comment.