Skip to content

Commit

Permalink
Merge pull request #8 from uptrace/release/v1.0.0-rc.2
Browse files Browse the repository at this point in the history
chore: release v1.0.0-rc.2 (release.sh)
  • Loading branch information
vmihailenco authored Oct 4, 2021
2 parents 4123512 + 3c00001 commit 705ec4e
Show file tree
Hide file tree
Showing 19 changed files with 23 additions and 33 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [1.0.0-rc.2](https://github.com/uptrace/bunrouter/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-10-04)



# 1.0.0-rc.1 (2021-10-02)


Expand Down
5 changes: 2 additions & 3 deletions example/basic-compat/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ replace github.com/uptrace/bunrouter => ../..
replace github.com/uptrace/bunrouter/extra/reqlog => ../../extra/reqlog

require (
github.com/uptrace/bunrouter v1.0.0-rc.1
github.com/uptrace/bunrouter/extra/reqlog v1.0.0-rc.1
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d // indirect
github.com/uptrace/bunrouter v1.0.0-rc.2
github.com/uptrace/bunrouter/extra/reqlog v1.0.0-rc.2
)
1 change: 0 additions & 1 deletion example/basic-compat/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ 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-20211001092434-39dca1131b70/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d h1:SABT8Vei3iTiu+Gy8KOzpSNz+W1EQ5YBCRtiEETxF+0=
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down
5 changes: 2 additions & 3 deletions example/basic-verbose/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ replace github.com/uptrace/bunrouter => ../..
replace github.com/uptrace/bunrouter/extra/reqlog => ../../extra/reqlog

require (
github.com/uptrace/bunrouter v1.0.0-rc.1
github.com/uptrace/bunrouter/extra/reqlog v1.0.0-rc.1
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d // indirect
github.com/uptrace/bunrouter v1.0.0-rc.2
github.com/uptrace/bunrouter/extra/reqlog v1.0.0-rc.2
)
1 change: 0 additions & 1 deletion example/basic-verbose/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ 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-20211001092434-39dca1131b70/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d h1:SABT8Vei3iTiu+Gy8KOzpSNz+W1EQ5YBCRtiEETxF+0=
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down
5 changes: 2 additions & 3 deletions example/basic/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ replace github.com/uptrace/bunrouter => ../..
replace github.com/uptrace/bunrouter/extra/reqlog => ../../extra/reqlog

require (
github.com/uptrace/bunrouter v1.0.0-rc.1
github.com/uptrace/bunrouter/extra/reqlog v1.0.0-rc.1
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d // indirect
github.com/uptrace/bunrouter v1.0.0-rc.2
github.com/uptrace/bunrouter/extra/reqlog v1.0.0-rc.2
)
1 change: 0 additions & 1 deletion example/basic/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ 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-20211001092434-39dca1131b70/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d h1:SABT8Vei3iTiu+Gy8KOzpSNz+W1EQ5YBCRtiEETxF+0=
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down
5 changes: 2 additions & 3 deletions example/cors/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ replace github.com/uptrace/bunrouter => ../..
replace github.com/uptrace/bunrouter/extra/reqlog => ../../extra/reqlog

require (
github.com/uptrace/bunrouter v1.0.0-rc.1
github.com/uptrace/bunrouter/extra/reqlog v1.0.0-rc.1
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d // indirect
github.com/uptrace/bunrouter v1.0.0-rc.2
github.com/uptrace/bunrouter/extra/reqlog v1.0.0-rc.2
)
1 change: 0 additions & 1 deletion example/cors/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ 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-20211001092434-39dca1131b70/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d h1:SABT8Vei3iTiu+Gy8KOzpSNz+W1EQ5YBCRtiEETxF+0=
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down
5 changes: 2 additions & 3 deletions example/error-handling/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ replace github.com/uptrace/bunrouter => ../..
replace github.com/uptrace/bunrouter/extra/reqlog => ../../extra/reqlog

require (
github.com/uptrace/bunrouter v1.0.0-rc.1
github.com/uptrace/bunrouter/extra/reqlog v1.0.0-rc.1
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d // indirect
github.com/uptrace/bunrouter v1.0.0-rc.2
github.com/uptrace/bunrouter/extra/reqlog v1.0.0-rc.2
)
1 change: 0 additions & 1 deletion example/error-handling/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ 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-20211001092434-39dca1131b70/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d h1:SABT8Vei3iTiu+Gy8KOzpSNz+W1EQ5YBCRtiEETxF+0=
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down
7 changes: 3 additions & 4 deletions example/opentelemetry/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ replace github.com/uptrace/bunrouter/extra/bunrouterotel => ../../extra/bunroute

require (
github.com/klauspost/compress v1.13.6
github.com/uptrace/bunrouter v1.0.0-rc.1
github.com/uptrace/bunrouter/extra/bunrouterotel v1.0.0-rc.1
github.com/uptrace/bunrouter/extra/reqlog v1.0.0-rc.1
github.com/uptrace/bunrouter v1.0.0-rc.2
github.com/uptrace/bunrouter/extra/bunrouterotel v1.0.0-rc.2
github.com/uptrace/bunrouter/extra/reqlog v1.0.0-rc.2
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.24.0
go.opentelemetry.io/otel v1.0.1
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.0.1
go.opentelemetry.io/otel/internal/metric v0.24.0 // indirect
go.opentelemetry.io/otel/sdk v1.0.1
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d // indirect
)
1 change: 0 additions & 1 deletion example/opentelemetry/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7w
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7/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-20211001092434-39dca1131b70/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d h1:SABT8Vei3iTiu+Gy8KOzpSNz+W1EQ5YBCRtiEETxF+0=
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
Expand Down
5 changes: 2 additions & 3 deletions example/rate-limiting/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/go-redis/redis/v8 v8.11.3
github.com/go-redis/redis_rate/v9 v9.1.1
github.com/uptrace/bunrouter v1.0.0-rc.1
github.com/uptrace/bunrouter/extra/reqlog v1.0.0-rc.1
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d // indirect
github.com/uptrace/bunrouter v1.0.0-rc.2
github.com/uptrace/bunrouter/extra/reqlog v1.0.0-rc.2
)
1 change: 0 additions & 1 deletion example/rate-limiting/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ golang.org/x/sys v0.0.0-20210112080510-489259a85091/go.mod h1:h1NjWce9XRLGQEsW7w
golang.org/x/sys v0.0.0-20210423082822-04245dca01da/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-20211001092434-39dca1131b70/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d h1:SABT8Vei3iTiu+Gy8KOzpSNz+W1EQ5YBCRtiEETxF+0=
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
Expand Down
2 changes: 1 addition & 1 deletion extra/bunrouterotel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
replace github.com/uptrace/bunrouter => ../..

require (
github.com/uptrace/bunrouter v1.0.0-rc.1
github.com/uptrace/bunrouter v1.0.0-rc.2
go.opentelemetry.io/otel v1.0.1
go.opentelemetry.io/otel/trace v1.0.1
)
2 changes: 1 addition & 1 deletion extra/reqlog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ replace github.com/uptrace/bunrouter => ../..
require (
github.com/fatih/color v1.13.0
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/uptrace/bunrouter v1.0.0-rc.1
github.com/uptrace/bunrouter v1.0.0-rc.2
golang.org/x/sys v0.0.0-20211002104244-808efd93c36d // indirect
)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bunrouter",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"main": "index.js",
"repository": "git@github.com:uptrace/bunrouter.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 bunrouter

// Version is the current release version.
func Version() string {
return "1.0.0-rc.1"
return "1.0.0-rc.2"
}

0 comments on commit 705ec4e

Please sign in to comment.