Skip to content

Releases: ParsaKSH/SlipStream-Plus

v2.0.1-beta.6

24 Mar 01:41
281c82f

Choose a tag to compare

v2.0.1-beta.6 Pre-release
Pre-release

What's Changed

  • refactor: switch tunnel connection management from a persistent pool … by @ParsaKSH in #15
  • refactor: delegate PacketSplitter frame sending to TunnelPool and imp… by @ParsaKSH in #16
  • Dev by @ParsaKSH in #17

Full Changelog: v2.0.1-beta.5...v2.0.1-beta.6

What's Changed

  • refactor: switch tunnel connection management from a persistent pool … by @ParsaKSH in #15
  • refactor: delegate PacketSplitter frame sending to TunnelPool and imp… by @ParsaKSH in #16
  • Dev by @ParsaKSH in #17

Full Changelog: v2.0.1-beta.5...v2.0.1-beta.6

v2.0.1-beta.5

23 Mar 01:59
8b3cb39

Choose a tag to compare

v2.0.1-beta.5 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.1-beta.4...v2.0.1-beta.5

v2.0.1-beta.4

23 Mar 00:39
df12a98

Choose a tag to compare

v2.0.1-beta.4 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.1-beta.3...v2.0.1-beta.4

v2.0.1-beta.3

22 Mar 22:53
d1a6d77

Choose a tag to compare

v2.0.1-beta.3 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.1-beta.2...v2.0.1-beta.3

v2.0.1-beta.2

22 Mar 21:02
ed498e1

Choose a tag to compare

v2.0.1-beta.2 Pre-release
Pre-release

What's Changed

  • feat: Implement SOCKS5 passthrough for health checks and remove share… by @ParsaKSH in #8

Full Changelog: v2.0.1-beta...v2.0.1-beta.2

v2.0.1-beta

21 Mar 02:18
689c0ec

Choose a tag to compare

v2.0.1-beta Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.4...v2.0.1-beta

v1.0.4

19 Mar 03:29
c67443d

Choose a tag to compare

What's Changed

  • perf: per-instance buffer pools + idle timeout + context cancellation by @ParsaKSH in #4
  • ci: fix darwin-amd64 cross-compile with CC wrapper script by @ParsaKSH in #5

Full Changelog: v1.0.3...v1.0.4

v1.0.4-beta

19 Mar 02:09
da5a914

Choose a tag to compare

v1.0.4-beta Pre-release
Pre-release
  • Move sync.Pool from global (per-proxy) to per-instance on engine.Instance
  • Buffer pool is re-created fresh on instance Start()
  • Add ConnCtx to Instance: cancelled on Stop() to kill all in-flight relays
  • Add idleConn wrapper: resets deadlines on every Read/Write (5 min timeout)
  • Dead/stuck connections are now auto-cleaned instead of leaking goroutines

What's Changed

  • perf: per-instance buffer pools + idle timeout + context cancellation by @ParsaKSH in #4

Full Changelog: v1.0.3...v1.0.4-beta

v1.0.3

15 Mar 01:33
511ac35

Choose a tag to compare

What's Changed

Full Changelog: v.1.0.2...v1.0.3

v.1.0.2

14 Mar 04:22
e2b8b98

Choose a tag to compare

Improve Socks5 performance and bug fixes

What's Changed

New Contributors

Full Changelog: v1.0.1...v.1.0.2