Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
bump schema version for clickhouse lts compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gusinacio committed Dec 4, 2023
1 parent 672dec6 commit cdbf888
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

* Bump version of `schema` dependency to fix errors with Clickhouse 23.9 enums being updated to String representation and not numbers.

## v4.0.0-rc.3

Expand Down Expand Up @@ -63,7 +66,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## v3.0.3

* Fixed missing uint8 and uint16 cast for clickhouse driver conversion
* Bump version of `schema` dependency to fix errors with Clickhouse 23.9 enums being updated to String representation and not numbers.

## v3.0.2

Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,5 @@ require (
gopkg.in/yaml.v3 v3.0.1
)

replace github.com/jimsmart/schema => github.com/semiotic-ai/schema v0.0.0-20231013140230-ca2e893c4ab1
replace github.com/jimsmart/schema => github.com/semiotic-ai/schema v0.0.0-20231204185452-913e2b1c41d6

2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1116,6 +1116,8 @@ github.com/semiotic-ai/schema v0.0.0-20230727171059-24e630184512 h1:OYGti3Jz92zL
github.com/semiotic-ai/schema v0.0.0-20230727171059-24e630184512/go.mod h1:dwA6tLbVjXHg8H9yXxUTdmwo77miO9m8NBqyhlGK074=
github.com/semiotic-ai/schema v0.0.0-20231013140230-ca2e893c4ab1 h1:j672F1H/pZAmTiJVF8f2oxdKhWvtKkRfSZHY5rs42/E=
github.com/semiotic-ai/schema v0.0.0-20231013140230-ca2e893c4ab1/go.mod h1:dwA6tLbVjXHg8H9yXxUTdmwo77miO9m8NBqyhlGK074=
github.com/semiotic-ai/schema v0.0.0-20231204185452-913e2b1c41d6 h1:SS6C0GUr75PJoMp6OHxGjPiiLJqWTM+QsQAg4ucsrDQ=
github.com/semiotic-ai/schema v0.0.0-20231204185452-913e2b1c41d6/go.mod h1:dwA6tLbVjXHg8H9yXxUTdmwo77miO9m8NBqyhlGK074=
github.com/sethvargo/go-retry v0.2.3 h1:oYlgvIvsju3jNbottWABtbnoLC+GDtLdBHxKWxQm/iU=
github.com/sethvargo/go-retry v0.2.3/go.mod h1:1afjQuvh7s4gflMObvjLPaWgluLLyhA1wmVZ6KLpICw=
github.com/shirou/gopsutil v2.19.11+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA=
Expand Down

0 comments on commit cdbf888

Please sign in to comment.