Conversation
5a8d5b3 to
9ae2614
Compare
9ae2614 to
c7e2923
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.0.0->^4.0.0Release Notes
questdb/py-questdb-client (questdb)
v4.1.0Compare Source
Features
Noneas a valid column value inSender.row(). This brings the type annotations in line with the actualbehavior, where
Nonevalues have always been supported to represent NULLvalues.
Python Version Support
From QuestDB 9.1.0 onwards you can use
CREATE TABLESQL statements withTIMESTAMP_NScolumn types, or rely on column auto-creation.This client release adds support for sending nanoseconds timestamps to the
server without loss of precision.
This release does not introduce new APIs, instead enhancing the sender/buffer's
.row()API to additionally accept nanosecond precision... code-block:: python
or
conf = 'tcp::addr=localhost:9009;protocol_version=2;'If you're using dataframes, nanosecond timestamps are now also transferred with
full precision.
The change is backwards compatible with older QuestDB releases which will simply
continue using the
TIMESTAMPcolumn, even when nanoseconds are specified inthe client.
This is a breaking change because it introduces new breaking timestamp
column auto-creation <https://questdb.com/docs/reference/api/ilp/overview/#table-and-column-auto-creation>behaviour. For full details and upgrade advice, see the
nanosecond PR on GitHub <https://github.com/questdb/py-questdb-client/pull/113>_.v4.0.0: 4.0.0Compare Source
New Breaking Change Feature
From QuestDB 9.1.0 onwards you can use
CREATE TABLESQL statements withTIMESTAMP_NScolumn types, or rely on column auto-creation.This client release adds support for sending nanoseconds timestamps to the
server without loss of precision.
This release does not introduce new APIs, instead enhancing the sender/buffer's
.row()API to additionally accept nanosecond precision.If you're using dataframes, nanosecond timestamps are now also transferred with
full precision.
The change is backwards compatible with older QuestDB releases which will simply
continue using the
TIMESTAMPcolumn, even when nanoseconds are specified inthe client.
This is a breaking change because it introduces new breaking timestamp column auto-creation behaviour. For full details and upgrade advice, see the nanosecond PR on GitHub.
Full Changelog: questdb/py-questdb-client@v3.0.0...v4.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.