Skip to content

Releases: huangjunwen/nproto

v2.2.0

12 Aug 00:46
Compare
Choose a tag to compare

Rename protoc-gen-nproto -> protoc-gen-nproto2 to avoid conflict

v2.1.0

11 Aug 07:25
1ceb337
Compare
Choose a tag to compare

Minor fixes.
Add examples.

v2.0.0

01 Aug 23:36
Compare
Choose a tag to compare

This is the second major version. NOT compatible with v0.xx.xx versions. See docs for detail.

v0.11.0

17 Apr 04:12
Compare
Choose a tag to compare

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+