-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump clickhouse-connect from 0.7.19 to 0.8.11 #1361
base: master
Are you sure you want to change the base?
Conversation
Bumps [clickhouse-connect](https://github.com/ClickHouse/clickhouse-connect) from 0.7.19 to 0.8.11. - [Release notes](https://github.com/ClickHouse/clickhouse-connect/releases) - [Changelog](https://github.com/ClickHouse/clickhouse-connect/blob/main/CHANGELOG.md) - [Commits](ClickHouse/clickhouse-connect@v0.7.19...v0.8.11) --- updated-dependencies: - dependency-name: clickhouse-connect dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Reviewer's Guide by SourceryThis pull request bumps the clickhouse-connect dependency from version 0.7.19 to 0.8.11. This addresses several bug fixes, including fixes for nested JSON handling, timezone issues, HTTP exception handling, streaming bugs, and numeric type conversion issues. It also introduces support for ISO8601 timestamps and several geometric types. Class diagram showing updated DateTime64 handling in clickhouse-connectclassDiagram
class DateTime64 {
+parse_iso8601(string)
+convert_to_timestamp()
}
note for DateTime64 "New support for ISO8601 string parsing"
class DataTypeConverter {
+convert_datetime64(value)
+handle_timezone()
}
DateTime64 --> DataTypeConverter: uses
Class diagram showing new geometric types supportclassDiagram
class GeometricTypes {
+Ring
+Polygon
+MultiPolygon
+LineString
+MultiLineString
}
note for GeometricTypes "New geometric types added in v0.8.7"
class TypeSerializer {
+serialize_geometric()
+deserialize_geometric()
}
GeometricTypes --> TypeSerializer: uses
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
Bumps clickhouse-connect from 0.7.19 to 0.8.11.
Release notes
Sourced from clickhouse-connect's releases.
... (truncated)
Changelog
Sourced from clickhouse-connect's changelog.
... (truncated)
Commits
51a1c05
Actually bump version (#444)57a6282
Dynamic type serialization fixes (#443)0998510
Add support of ISO8601 timestamp strings for columns withDateTime64
type (...29d61e9
Add a write into file example (#437)dd9c9db
Update experimental JSON support (#438)acc5b1d
Gg/release 0 8 9 (#434)b6a60a9
Gg/handle stream exception (#431)2aee21e
Gg/fix source dist name (#430)ebacbf6
Gg/release 0 8 7 (#428)622ba84
Fix chunked streaming and wait_end_of_query bug (#421)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by Sourcery
Build: