Skip to content

v6.14.0

Choose a tag to compare

@github-actions github-actions released this 29 Apr 15:24
· 71 commits to master since this release

🚀 Features

  • Validate kwargs provided to NativeVersionStore APIs and raise if invalid kwargs are provided (#3035). Permit allow_secondary. The exception can be flipped to a warning log by setting the env var ARCTICDB_DISABLE_KWARG_VALIDATION=1.

🐛 Fixes

  • ⚠️ Minor API change - Use UnsortedDataException not SortingException in update (#3043). Note that UnsortedDataException is a sub-type of SortingException so we don't expect breaks from this. The only case affected would be if you have code that wanted to handle all sorting exceptions other than those from update, which seems very improbable. We now consistently use UnsortedDataException throughout our APIs.
  • Document our symbol name validation rules in faq.md (#3022)

The wheels are on PyPI. Below are for debugging: