Releases: txix-open/isp-lib
Releases · txix-open/isp-lib
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
v2.6.1
- new
docs
package with swagger doc
v2.6.0
- add swagger-ui on metrics port
- upgrade deps
v2.5.0
- add full module requirements to declaration
- add restart event listener
- add redis sentinel support
- log override config
v2.4.0
- bootstrap: add function to subscribe to broadcasting events from config service
v2.3.1
- set jsoniter as default go-pg json provider
- fix deadlock in metric InitHttpServer
- fix bug that previous metricPath was still available
- fix panic when re-init metric server
- add elapsed_time to db log query hook
v2.3.0
- rewrite grpc client
- add profiling endpoints to metric port
- remove deprecated/unused packages: grpc-proxy, logger, modules
- add heartbeat to bootstrap package
v2.2.0
Warning: this and further releases are incompatible with golang/dep
v2.0.1
- fix deadlock in initChan
- fix bytes logging
- remove unnecessary ws disconnection error on shutdown
- increase default websocket ConnectionReadLimit to 4 MB, add to configuration