Skip to content

Releases: txix-open/isp-lib

v2.7.0

13 Nov 09:48
Compare
Choose a tag to compare
  • 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

09 Sep 08:40
Compare
Choose a tag to compare
  • add functionality to send requests from swagger-ui

v2.6.1

31 Aug 14:14
Compare
Choose a tag to compare
  • new docs package with swagger doc

v2.6.0

28 Aug 14:09
Compare
Choose a tag to compare
  • add swagger-ui on metrics port
  • upgrade deps

v2.5.0

28 Aug 13:51
Compare
Choose a tag to compare
  • add full module requirements to declaration
  • add restart event listener
  • add redis sentinel support
  • log override config

v2.4.0

25 Mar 14:48
Compare
Choose a tag to compare
  • bootstrap: add function to subscribe to broadcasting events from config service

v2.3.1

23 Mar 09:03
Compare
Choose a tag to compare
  • 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

16 Mar 12:25
Compare
Choose a tag to compare
  • 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

12 Feb 10:47
Compare
Choose a tag to compare

Warning: this and further releases are incompatible with golang/dep

v2.0.1

28 Nov 12:36
Compare
Choose a tag to compare
  • fix deadlock in initChan
  • fix bytes logging
  • remove unnecessary ws disconnection error on shutdown
  • increase default websocket ConnectionReadLimit to 4 MB, add to configuration