Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pymq committed Nov 13, 2020
1 parent a041ad9 commit 7e1ebb2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### UNRELEASED v2.7.0
* add handling errors from `ackEvent` which resolved deadlock of **main select** of method `run` of `bootstrap` package
* add tests that check this **main select** and test framework for it
* update protobuf
### v2.7.0
* bootstrap: add handling errors from `ackEvent` which resolved deadlock of **main select**
* bootstrap: add tests that check protocol interaction and test framework for it
* update protobuf and grpc
* fix panics when service has no swagger doc
### v2.6.2
* add functionality to send requests from swagger-ui
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
LibraryVersion = "2.6.2"
LibraryVersion = "2.7.0"
)

func init() {
Expand Down
1 change: 1 addition & 0 deletions bootstrap/module_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func makeRunner(cfg bootstrapConfiguration) *runner {
}

func (b *runner) run() (ret error) {
// TODO: убрать подписку, использовать ip конфиг-сервиса
b.RequireModule("isp-gate", func(list []structure.AddressConfiguration) bool {
if len(list) > 0 {
address := list[0]
Expand Down

0 comments on commit 7e1ebb2

Please sign in to comment.