Update dependency @clickhouse/client to v1.9.0 #366
Merged
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:
1.4.1
->1.9.0
Release Notes
ClickHouse/clickhouse-js (@clickhouse/client)
v1.9.0
Compare Source
New features
input_format_json_throw_on_bad_escape_sequence
to theClickhouseSettings
type. (#355, @emmanuel-bonin)TupleParam
wrapper class, allowing tuples to be properly used as query parameters. Added support for JS Map as a query parameter. (#359)Improvements
2**29 - 24
bytes. (#357)v1.8.1
Compare Source
Bug fixes
v1.8.0
Compare Source
New features
v1.7.0
Compare Source
Bug fixes
New features
Added
JSONEachRowWithProgress
format support,ProgressRow
interface, andisProgressRow
type guard. See this Node.js example for more details. It should work similarly with the Web version.(Experimental) Exposed the
parseColumnType
function that takes a string representation of a ClickHouse type (e.g.,FixedString(16)
,Nullable(Int32)
, etc.) and returns an AST-like object that represents the type. For example:The above code will output:
While the original intention was to use this function internally for
Native
/RowBinaryWithNamesAndTypes
data formats headers parsing, it can be useful for other purposes as well (e.g., interfaces generation, or custom JSON serializers).NB: currently unsupported source types to parse:
v1.6.0
Compare Source
New features
real_time_microseconds
field to theClickHouseSummary
interface (see https://github.com/ClickHouse/ClickHouse/pull/69032)Bug fixes
ResultSet.json
if the response data was not in fact a valid JSON. (#311)v1.5.0
Compare Source
New features
exec
method. SeeExecParams.decompress_response_stream
for more details. (#298).Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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.