Skip to content

Releases: acoshift/arpc

v2.1.5

17 Mar 08:08
61c2251
Compare
Choose a tag to compare
  • fix middleware

Full Changelog: v2.1.4...v2.1.5

v2.1.4

17 Mar 07:35
bf5cecb
Compare
Choose a tag to compare
  • change middleware param from request to context

Full Changelog: v2.1.3...v2.1.4

v2.1.3

17 Mar 07:19
25db825
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

v2.1.2

23 Jan 07:32
ee37b77
Compare
Choose a tag to compare
  • add Manager.WrapError

Full Changelog: v2.1.1...v2.1.2

v2.1.1

22 Oct 08:08
b082eee
Compare
Choose a tag to compare
  • add Code() and Message() to Error

v2.1.0

05 Oct 03:43
83ae4d3
Compare
Choose a tag to compare
  • merge hrpc source code
  • add Empty type
  • return Empty to result if function not provide result or response writer
  • add code to Error

v2.0.1

05 Aug 14:09
82f5bd0
Compare
Choose a tag to compare
  • expose encoder and decoder

v2.0.0

06 Sep 06:38
f9fc63f
Compare
Choose a tag to compare
  • Breaking Change Remove global manager and functions
  • Breaking Change Change OnError hook function signature
  • Add OnOK hook
  • Fallback non POST method to RequestUnmarshaler

Release 1.2.0

02 Jan 04:46
0e4f069
Compare
Choose a tag to compare
  • add OnError hook

Release 1.1.0

26 Sep 07:05
d5d191f
Compare
Choose a tag to compare
  • error that implement OKError interface will directly marshal into error object