Skip to content

Commit

Permalink
bumped webpa-common, fixing panic (#229)
Browse files Browse the repository at this point in the history
* bumped webpa-common, fixing panic

* update changelog
  • Loading branch information
kristinapathak authored May 2, 2022
1 parent fbad170 commit bc6e39f
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 52 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.6.5]
- Bumped webpa-common to v2.0.6, fixing panic on send endpoint. [#229](https://github.com/xmidt-org/talaria/pull/229)

## [v0.6.4]
- Updated spec file and rpkg version macro to be able to choose when the 'v' is included in the version. [#199](https://github.com/xmidt-org/talaria/pull/199)
- Updated WRPHandler_Test to correspond with a bug fix in WRP-Go. [#206](https://github.com/xmidt-org/talaria/pull/206)
Expand Down Expand Up @@ -136,7 +139,8 @@ Switching to new build process
## [v0.1.1] Tue Mar 28 2017 Weston Schmidt - 0.1.1
- initial creation

[Unreleased]: https://github.com/xmidt-org/talaria/compare/v0.6.4...HEAD
[Unreleased]: https://github.com/xmidt-org/talaria/compare/v0.6.5...HEAD
[v0.6.5]: https://github.com/xmidt-org/talaria/compare/v0.6.4...v0.6.5
[v0.6.4]: https://github.com/xmidt-org/talaria/compare/v0.6.3...v0.6.4
[v0.6.3]: https://github.com/xmidt-org/talaria/compare/v0.6.2...v0.6.3
[v0.6.2]: https://github.com/xmidt-org/talaria/compare/v0.6.1...v0.6.2
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ require (
github.com/prometheus/client_golang v1.10.0
github.com/segmentio/ksuid v1.0.2
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/spf13/cast v1.3.1
github.com/spf13/cast v1.4.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/spf13/viper v1.11.0
github.com/stretchr/testify v1.7.1
github.com/thedevsaddam/gojsonq/v2 v2.5.2
github.com/xmidt-org/bascule v0.10.2
github.com/xmidt-org/candlelight v0.0.5
github.com/xmidt-org/webpa-common/v2 v2.0.1
github.com/xmidt-org/webpa-common/v2 v2.0.6
github.com/xmidt-org/wrp-go/v3 v3.1.1
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.19.0
)
Loading

0 comments on commit bc6e39f

Please sign in to comment.