Skip to content

Releases: rookie-ninja/rk-grpc

Release v1.2.19

17 Jan 08:58
91f63e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.18...v1.2.19

Release v1.2.18

31 Dec 19:00
7788bfe
Compare
Choose a tag to compare

What's Changed

  • Bug Fix: Remove Connection header from gateway option by @dongxuny in #50

Full Changelog: v1.2.17...v1.2.18

Release v1.2.17

31 Dec 17:30
41efce0
Compare
Choose a tag to compare

What's Changed

  • Bug fix: config file handler should user SwEntry.Path instead of /sw by @dongxuny in #49

Full Changelog: v1.2.16...v1.2.17

Release v1.2.16

28 Dec 18:04
2f2b668
Compare
Choose a tag to compare

What's Changed

  • Bug fix: Check nilness of metrics for /rk/v1/req by @dongxuny in #44
  • Bug Fix: Support csrf.cookieSameSite from YAML by @dongxuny in #45
  • Bump up golang-jwt to v4, make logging simple for bootstrapping and i… by @dongxuny in #47
  • Enrich README.md by @dongxuny in #48

Full Changelog: v1.2.15...v1.2.16

Release v1.2.15

09 Dec 13:39
880031d
Compare
Choose a tag to compare

What's Changed

  • Move grpc related error wrapper to rk-grpc from rk-common by @dongxuny in #42
  • Bump up rk-prom version to newest one by @dongxuny in #43

Full Changelog: v1.2.14...v1.2.15

Release v1.2.14

05 Dec 19:29
9c3608f
Compare
Choose a tag to compare

What's Changed

  • Buf Fix: CSRF interceptor is not check correct YAML element by @dongxuny in #41

Full Changelog: v1.2.13...v1.2.14

Release v1.2.13

05 Dec 12:10
6ddac68
Compare
Choose a tag to compare

What's Changed

  • Implementation of JWT interceptor by @dongxuny in #37
  • Implementation of secure interceptor for grpc-gateway by @dongxuny in #38
  • Add CSRF interceptor for grpc-gateway by @dongxuny in #39
  • Implementation of static file handler by @dongxuny in #40

Full Changelog: v1.2.12...v1.2.13

Release v1.2.12

26 Nov 10:53
52d1974
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.11...v1.2.12

Release v1.2.11

18 Nov 10:30
e47478e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.10...v1.2.11

Release v1.2.10

12 Nov 15:44
c31731d
Compare
Choose a tag to compare

What's Changed

  • Add grpc.MaxCallSendMsgSize in GwDialOptions if NoRecvMsgSizeLimit wa… by @dongxuny in #26
  • Add grpc.MaxCallRecvMsgSize(math.MaxInt64) if NoRecvMsgSizeLimit was set by @dongxuny in #27
  • Enrich comments in example by @dongxuny in #29
  • Add proxyEntry implementation by @dongxuny in #31

Full Changelog: v1.2.9...v1.2.10