Skip to content

Commit

Permalink
DynamoDB/Testing: Use CrateDB nightly again
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 24, 2024
1 parent 055ec82 commit a1ffadc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog

## Unreleased
- DynamoDB/Testing: Use CrateDB nightly again

## 2024/10/09 v0.0.21
- MongoDB: Fixed BSON decoding of `{"$date": 1180690093000}` timestamps
- DynamoDB: Use CrateDB 5.8.3 for testing because 5.8.4 can no longer
- DynamoDB/Testing: Use CrateDB 5.8.3 for because 5.8.4 can no longer
store `ARRAY`s with varying inner types into `OBJECT(IGNORED)` columns.

## 2024/09/30 v0.0.20
Expand Down
2 changes: 1 addition & 1 deletion tests/transform/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def cratedb_custom_service():
"""
from cratedb_toolkit.testing.testcontainers.cratedb import CrateDBTestAdapter

db = CrateDBTestAdapter(crate_version="5.8.3")
db = CrateDBTestAdapter(crate_version="nightly")
db.start()
yield db
db.stop()
Expand Down

0 comments on commit a1ffadc

Please sign in to comment.