Skip to content

Connection refactor, unit tests and opentracing

Pre-release
Pre-release
Compare
Choose a tag to compare
@CMogilko CMogilko released this 14 Dec 15:01
· 92 commits to master since this release
eec03bd

Fixed

  • Connection work with sockets, now only a single goroutine reads from socket.
  • Optimized threadsafe operations in Connection with channels and atomics instead of mutex.
  • All tests with real db moved to integration folder

Added

  • Added support for tracing with opentracing-go
  • Added a brand-new unit tests for Connection