Releases: huangjunwen/nproto
Releases · huangjunwen/nproto
v2.2.0
v2.1.0
Minor fixes.
Add examples.
v2.0.0
This is the second major version. NOT compatible with v0.xx.xx versions. See docs for detail.
v0.11.0
This is a breaking change release:
- Package
github.com/huangjunwen/nproto/nproto/nprpc
has renamed togithub.com/huangjunwen/nproto/nproto/natsrpc
- Package
github.com/huangjunwen/nproto/nproto/npmsg/durconn
has renamed togithub.com/huangjunwen/nproto/nproto/stanmsg
- Package
github.com/huangjunwen/nproto/nproto/npmsg/dbpipe
has renamed togithub.com/huangjunwen/nproto/nproto/dbpipe
(this package is deprecating) - Package
github.com/huangjunwen/nproto/nproto/taskrunner
has renamed togithub.com/huangjunwen/nproto/helpers/taskrunner
github.com/huangjunwen/nproto/helpers/sql
has renamed togithub.com/huangjunwen/nproto/helpers/sqlh
And new packages added:
github.com/huangjunwen/nproto/nproto/binlogmsg
: pipe messages from MySQL8+ to downstream publisher using binloggithub.com/huangjunwen/nproto/helpers/mycanal
: cdc library for MySQL8+