Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

Releases: sergeyfrolov/gotapdance

TapDance/1.1.1: Spring 2017

09 May 19:27
Compare
Choose a tag to compare

Highlights:

  • Bug fix: panic (slice bounds out of range) observed in production, when couldSend>totalToSendLeft, but couldSend < totalToSendLeft+headerSize.
  • Feature: temporary backoff.

TapDance/1.1: Spring 2017

05 May 20:34
Compare
Choose a tag to compare
User-Agent: point to tapdance.team/info

TapDance/1.1-rc1: Protobuf

19 Apr 00:35
Compare
Choose a tag to compare
Pre-release

Signaling layer now:

  • Uses protobuf for everything, but first tagged incomplete HTTP request
  • Bidirectional: client sends protobufs such as EXPECT_RECONNECT and SESSION_CLOSE to station

TapDance/1.0-rc2: goroutine engines

08 Mar 20:10
Compare
Choose a tag to compare
Pre-release
v1.0-rc2

Add NGINX testing decoy

TapDance/0.9a: old architecture

21 Feb 03:09
Compare
Choose a tag to compare
Pre-release

An old client with numerous locks and concurrency issues.
Released for comparison with newer channel-based architecture.