title: Changelog

Table of Contents

0.1.0

This release mainly provides basic features and adds test cases.

Core

  • complete project skeleton and available features.
  • complete united test with APISIX.
  • supported debug mode.

Bugfix

  • set more headers and args. #30
  • ensure correct encoding and decoding when data length is greater than 256. #32
  • use netty's decoder to handle TCP half-packet issues that occur in custom protocols. #26

Back to TOC