Skip to content

Commit

Permalink
Merge pull request #23 from uptrace/release/v0.2.8
Browse files Browse the repository at this point in the history
chore: release v0.2.8 (release.sh)
  • Loading branch information
vmihailenco committed May 29, 2022
2 parents ec187ed + f94cdd0 commit aeec2eb
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 19 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.2.8](https://github.com/uptrace/go-clickhouse/compare/v0.2.7...v0.2.8) (2022-05-29)


### Features

* enable opentelemetry support in protocol ([fb79ac4](https://github.com/uptrace/go-clickhouse/commit/fb79ac4b753bbf6ea794acb1d86fd8d116cf539c))



## [0.2.7](https://github.com/uptrace/go-clickhouse/compare/v0.2.6...v0.2.7) (2022-05-02)


Expand Down
2 changes: 1 addition & 1 deletion chdebug/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/uptrace/go-clickhouse => ./..

require (
github.com/fatih/color v1.13.0
github.com/uptrace/go-clickhouse v0.2.7
github.com/uptrace/go-clickhouse v0.2.8
)

require (
Expand Down
2 changes: 1 addition & 1 deletion chotel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace github.com/uptrace/go-clickhouse/chdebug => ../chdebug
exclude go.opentelemetry.io/proto/otlp v0.15.0

require (
github.com/uptrace/go-clickhouse v0.2.7
github.com/uptrace/go-clickhouse v0.2.8
go.opentelemetry.io/otel v1.7.0
go.opentelemetry.io/otel/trace v1.7.0
)
Expand Down
2 changes: 1 addition & 1 deletion chotel/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ go.opentelemetry.io/otel/trace v1.7.0 h1:O37Iogk1lEkMRXewVtZ1BBTVn5JEp8GrJvP92bJ
go.opentelemetry.io/otel/trace v1.7.0/go.mod h1:fzLSB9nqR2eXzxPXb2JW9IKE+ScyXA48yyE4TNvoHqU=
golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf h1:oXVg4h2qJDd9htKxb5SCpFBHLipW6hXmL3qpUixS2jw=
golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf/go.mod h1:yh0Ynu2b5ZUe3MQfp2nM0ecK7wsgouWTDN0FNeJuIys=
golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e h1:w36l2Uw3dRan1K3TyXriXvY+6T56GNmlKGcqiQUJDfM=
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a h1:dGzPydgVsqGcTRVwiLJ1jVbufYwmzD3LfVPLKsKg+0k=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
Expand Down
4 changes: 2 additions & 2 deletions example/basic/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ replace github.com/uptrace/go-clickhouse => ../..
replace github.com/uptrace/go-clickhouse/chdebug => ../../chdebug

require (
github.com/uptrace/go-clickhouse v0.2.7
github.com/uptrace/go-clickhouse/chdebug v0.2.7
github.com/uptrace/go-clickhouse v0.2.8
github.com/uptrace/go-clickhouse/chdebug v0.2.8
)

require (
Expand Down
2 changes: 1 addition & 1 deletion example/benchmark/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/uptrace/go-clickhouse => ../..

replace github.com/uptrace/go-clickhouse/chdebug => ../../chdebug

require github.com/uptrace/go-clickhouse v0.2.7
require github.com/uptrace/go-clickhouse v0.2.8

require (
github.com/codemodus/kace v0.5.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion example/benchmark/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ go.opentelemetry.io/otel/trace v1.7.0 h1:O37Iogk1lEkMRXewVtZ1BBTVn5JEp8GrJvP92bJ
go.opentelemetry.io/otel/trace v1.7.0/go.mod h1:fzLSB9nqR2eXzxPXb2JW9IKE+ScyXA48yyE4TNvoHqU=
golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf h1:oXVg4h2qJDd9htKxb5SCpFBHLipW6hXmL3qpUixS2jw=
golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf/go.mod h1:yh0Ynu2b5ZUe3MQfp2nM0ecK7wsgouWTDN0FNeJuIys=
golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e h1:w36l2Uw3dRan1K3TyXriXvY+6T56GNmlKGcqiQUJDfM=
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a h1:dGzPydgVsqGcTRVwiLJ1jVbufYwmzD3LfVPLKsKg+0k=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
Expand Down
4 changes: 2 additions & 2 deletions example/migrations/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ replace github.com/uptrace/go-clickhouse => ../..
replace github.com/uptrace/go-clickhouse/chdebug => ../../chdebug

require (
github.com/uptrace/go-clickhouse v0.2.7
github.com/uptrace/go-clickhouse/chdebug v0.2.7
github.com/uptrace/go-clickhouse v0.2.8
github.com/uptrace/go-clickhouse/chdebug v0.2.8
github.com/urfave/cli/v2 v2.8.1
)

Expand Down
4 changes: 2 additions & 2 deletions example/opentelemetry/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ exclude go.opentelemetry.io/proto/otlp v0.15.0

require (
github.com/brianvoe/gofakeit/v5 v5.11.2
github.com/uptrace/go-clickhouse v0.2.7
github.com/uptrace/go-clickhouse/chotel v0.2.7
github.com/uptrace/go-clickhouse v0.2.8
github.com/uptrace/go-clickhouse/chotel v0.2.8
github.com/uptrace/opentelemetry-go-extra/otelplay v0.1.14
go.opentelemetry.io/otel v1.7.0
)
Expand Down
4 changes: 2 additions & 2 deletions example/placeholders/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ replace github.com/uptrace/go-clickhouse => ../..
replace github.com/uptrace/go-clickhouse/chdebug => ../../chdebug

require (
github.com/uptrace/go-clickhouse v0.2.7
github.com/uptrace/go-clickhouse/chdebug v0.2.7
github.com/uptrace/go-clickhouse v0.2.8
github.com/uptrace/go-clickhouse/chdebug v0.2.8
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/jinzhu/inflection v1.0.0
github.com/pierrec/lz4/v4 v4.1.14
github.com/stretchr/testify v1.7.1
github.com/uptrace/go-clickhouse/chdebug v0.2.7
github.com/uptrace/go-clickhouse/chdebug v0.2.8
go.opentelemetry.io/otel/trace v1.7.0
golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf
)
Expand All @@ -23,7 +23,7 @@ require (
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.opentelemetry.io/otel v1.7.0 // indirect
golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7w
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e h1:w36l2Uw3dRan1K3TyXriXvY+6T56GNmlKGcqiQUJDfM=
golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a h1:dGzPydgVsqGcTRVwiLJ1jVbufYwmzD3LfVPLKsKg+0k=
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY=
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goclickhouse",
"version": "0.2.7",
"version": "0.2.8",
"main": "index.js",
"repository": "git@github.com:uptrace/go-clickhouse.git",
"author": "Vladimir Mihailenco <vladimir.webdev@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package clickhouse

// Version is the current release version.
func Version() string {
return "0.2.7"
return "0.2.8"
}

0 comments on commit aeec2eb

Please sign in to comment.