Skip to content

neosocksd v1.2

Compare
Choose a tag to compare
@hexian000 hexian000 released this 07 Jan 11:51
· 487 commits to master since this release

Changes since v1.1.3:

  1. [ruleset] Add asynchronous routine.
  2. [ruleset] Add awaited invocation API. (which will support RPC in the control plane)
  3. [ruleset] Add zlib API.
  4. [restapi] Support gzip/defalte compressed content.
    curl http://127.0.1.1:9080/ruleset/invoke -H "Content-Encoding: gzip" --data-binary @biglist.lua.gz
    curl --compressed -X POST http://127.0.1.1:9080/stats
  5. [libruleset] Minor fixes and improvements.

Build variants:

  • neosocksd.noarch.tar.gz: contains manual and example scripts for neosocksd.
  • -static: does not require any shared library at runtime.
  • -android, -win32: requires only platform provided libraries.
  • other: runtime dependencies should be installed.

Full Changelog: v1.1.3...v1.2