Skip to content

Releases: andeya/erpc

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

tp v2.5

15 Nov 11:40
Compare
Choose a tag to compare
  1. Fix session.SetId method bug
  2. Fix socket protocol bug
  3. Add ‘read limit’ feature, support setting the size of the reading packet (if exceed disconnect it)
  4. Add packet sequence to log
  5. Update plugin
  6. If the packet's type is unsupported, disconnected it
  7. Update ‘PullCmd’, add ‘Result’ method
  8. Optimize context’s ‘bind’ and ‘handle’ method