Closed
Description
We have many projects with old-style manner when bucket_id is defined explicitly and in some cases crud 0.11.0 fails with an error.
For example, if crud.upsert_object used got the folowing error:
UpsertError: Failed to call upsert on storage-side: ShardingHashMismatchError: crud: Sharding hash mismatch for space cd_flight. Sharding info will be refreshed after receiving this error. Please retry your request.
On crud 0.10.0 - all works fine.