File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- ### UNRELEASED v2.7.0
2- * add handling errors from ` ackEvent ` which resolved deadlock of ** main select** of method ` run ` of ` bootstrap ` package
3- * add tests that check this ** main select ** and test framework for it
4- * update protobuf
1+ ### v2.7.0
2+ * bootstrap: add handling errors from ` ackEvent ` which resolved deadlock of ** main select**
3+ * bootstrap: add tests that check protocol interaction and test framework for it
4+ * update protobuf and grpc
55* fix panics when service has no swagger doc
66### v2.6.2
77* add functionality to send requests from swagger-ui
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212)
1313
1414const (
15- LibraryVersion = "2.6.2 "
15+ LibraryVersion = "2.7.0 "
1616)
1717
1818func init () {
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ func makeRunner(cfg bootstrapConfiguration) *runner {
8989}
9090
9191func (b * runner ) run () (ret error ) {
92+ // TODO: убрать подписку, использовать ip конфиг-сервиса
9293 b .RequireModule ("isp-gate" , func (list []structure.AddressConfiguration ) bool {
9394 if len (list ) > 0 {
9495 address := list [0 ]
You can’t perform that action at this time.
0 commit comments