Skip to content

Releases: andeya/erpc

v3.5.0

21 Mar 08:27
Compare
Choose a tag to compare

PullCmd interface:

  • Add InputBodyCodec method

socket.Packet struct:

  • Update URI featrue, change Url method to UriObject method
  • Merge UnmarshalNewBody and UnmarshalBody methods into UnmarshalBody method

meta feature:

  • Optimize WithAcceptBodyCodec and GetAcceptBodyCodec

v3.4.0

16 Mar 07:12
Compare
Choose a tag to compare

Main updates since v3.3.0:

Router:

  1. Add RoutePullFunc() and RoutePushFunc()
  2. RoutePull,RoutePush,RoutePullFunc and RoutePushFunc support return router path string
  3. Fix unknown pull handler name

Meta:

  1. MetaRerrorKey -> MetaRerror
  2. Support ‘X-Accept-Body-Codec’ meta data

Rerror:

  1. Add 401, 500 and 502 rerror code

Context:

  1. Remove PluginContainer.PreWriteReply and PluginContainer. PostWriteReply’s out args
  2. When there is a reply writing error, 500 Rerror code is returned
  3. Fixed reply *Rerror bug

Plugin:

  1. Update proxy plugin

Graceful:

  1. Fix concurrent security bug

Log:

  1. Adjust the location of the listen log

Utils:

  1. Remove utils.ByteBuffer's Read and WriteTo methods

v3.3.6

14 Mar 11:08
Compare
Choose a tag to compare
  1. Remove utils.ByteBuffer's Read and WriteTo methods
  2. Add 401 and 502 rerror code
  3. Update proxy plugin
  4. Fix unknown pull handler name
  5. Optimize codes

v3.3.5

08 Mar 10:43
Compare
Choose a tag to compare

Graceful feature: Fix concurrent security bug

v3.3.4

07 Mar 06:22
Compare
Choose a tag to compare
  1. Fixed reply *Rerror bug 1308a7c
  2. Add RoutePullFunc() and RoutePushFunc() 08b62b6

v3.3.3

14 Feb 01:58
Compare
Choose a tag to compare

Fix some bugs and optimize some APIs.
Improve the stability and ease of use of the frame.

v3.3

24 Jan 03:12
Compare
Choose a tag to compare

A lot of upgrades about ease of use

v3.2

05 Jan 01:58
Compare
Choose a tag to compare

Some optimization and upgrading

tp v3.0

26 Nov 09:28
Compare
Choose a tag to compare

Upgrade socket architecture for increased flexibility and performance.

tp v2.6

26 Nov 07:03
Compare
Choose a tag to compare

stable version