Skip to content

v3.7.0

Compare
Choose a tag to compare
@andeya andeya released this 09 Apr 08:33
· 515 commits to master since this release

peer:

  1. Peer.Listen -> Peer.ListenAndServe
  2. Add Peer.ServeListener

router:

  1. Update the mapping rule of struct name (func name) to URI path
  2. toUriPath -> ToUriPath

codec:

  1. string codec -> plain codec
  2. add form(url encode) codec

rerror:

  1. Add rerror.SetMessage and rerror.SetDetail

packet:

  1. Change seq field type: uint64 -> string

log:

  1. Update log format

plugin-proxy:

  1. Forwarding using the client's session ID and packet sequence

other optimization