Skip to content

v0.11.0

Compare
Choose a tag to compare
@huangjunwen huangjunwen released this 17 Apr 04:12
· 5 commits to master since this release

This is a breaking change release:

  • Package github.com/huangjunwen/nproto/nproto/nprpc has renamed to github.com/huangjunwen/nproto/nproto/natsrpc
  • Package github.com/huangjunwen/nproto/nproto/npmsg/durconn has renamed to github.com/huangjunwen/nproto/nproto/stanmsg
  • Package github.com/huangjunwen/nproto/nproto/npmsg/dbpipe has renamed to github.com/huangjunwen/nproto/nproto/dbpipe (this package is deprecating)
  • Package github.com/huangjunwen/nproto/nproto/taskrunner has renamed to github.com/huangjunwen/nproto/helpers/taskrunner
  • github.com/huangjunwen/nproto/helpers/sql has renamed to github.com/huangjunwen/nproto/helpers/sqlh

And new packages added:

  • github.com/huangjunwen/nproto/nproto/binlogmsg: pipe messages from MySQL8+ to downstream publisher using binlog
  • github.com/huangjunwen/nproto/helpers/mycanal: cdc library for MySQL8+