- Changed ``run-crate <version>`` to download the x64 version of a tarball under a ``arm64`` Mac because there are no mac arm64 distributions for CrateDB. The x64 version works via emulation layer.
0.27.1
=================
- Fixed a regression in 0.27.0 that could cause HTTP sessions to remain open, resulting in stuck operations.
0.27.0
=================
- Added support for setting up session settings per connection for spec files.
- Fixed an issue that caused CrateDB process leaks if ``cr8 run-crate`` was killed via SIGTERM.
0.26.1
=================
- Fixed a regression that could lead to errors using ``cr8 run-crate`` when it tries to extract the CrateDB tarball.
0.26.0
=================
- Added support for python 3.12
- Fixed a permission denied error that could occur using ``cr8 run-crate`` with a branch version specification.
0.25.0
=================
- Added compatibility for ``argh>=0.30.1``. Due to this several of the main entry point functions have now mandatory keyword arguments and no longer support positional arguments. For CLI use nothing changes, but for API consumers this is a breaking change.