Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@KaymeKaydex KaymeKaydex released this 28 Sep 07:40
· 18 commits to master since this release

CHANGES:

  • now if there is no etcd connection - etcd provider returns you error instead panic.
  • etcd provider also accepts context as input for working with the logger.

BUG FIXES:

  • fixed the problem of re-creating a new context when starting discovery, which led to a lack of discovery logging.

TESTS:

  • Simplify test/tnt/{Makefile,router.lua).
  • Indent fix for test/tnt/storage.lua.

FEATURES:

  • now we write topology changes to debug logs.
  • now we write info logs about new replicaset adding and nodes state.
  • added pull request template to repository.