0.8.1 (2024-10-14)
Bug Fixes
- upsert duplicate key (4148ff8) :
⚠️ In certain cases, this bug could lead to incorrectly indexed data. To prevent this, please use the methodupgrading_from_version("<0.8.1")
along with the methodrefresh
on your types with secondary indexes. This will help ensure that the data is indexed correctly.