questdb / py-questdb-client

Python client for QuestDB InfluxDB Line Protocol
https://py-questdb-client.readthedocs.io
Apache License 2.0
49 stars 7 forks source link

chore: update c-questdb-client submodule #87

Closed jerrinot closed 1 month ago

jerrinot commented 2 months ago

The submodule is updated to f97c4cb164ef357560a92c8681438df5f7452bb6 This hash is 4.0.2 + enforcement of non-zero request timeout. Python client contract always required Request Timeout to be greater than zero, but it was not enforced at runtime. It is now.

What's fixed in upstream:

jerrinot commented 1 month ago

the arm64 failuire is likely related to a recent arm64 base image change. @mariusgheorghies is looking into it.

jerrinot commented 1 month ago

keeping the title as a 'chore' since the release note will manually list changes from the upstream C library.