crate / crate-python

Python DB API client library for CrateDB, using HTTP.
https://cratedb.com/docs/python/
Apache License 2.0
79 stars 30 forks source link

CI: Use CrateDB 5.4.5 #593

Closed amotl closed 10 months ago

amotl commented 10 months ago

About

On CI, use a more recent CrateDB version for the regular runs.

NB

Download location is https://cdn.crate.io/downloads/releases/crate-5.4.4.tar.gz. Correct or outdated/legacy? /cc @seut

seut commented 10 months ago

Download location is https://cdn.crate.io/downloads/releases/crate-5.4.4.tar.gz. Correct or outdated/legacy? /cc @seut

Yes this location is the legacy download url used when CrateDB did not bundle the JDK. Would be great if we could switch to using os/arch related download url's in future.