Skip to content

Releases: patrickkunka/bandwidth-throttle-stream

Release v1.1.4

26 Aug 11:41
Compare
Choose a tag to compare

Fixes additional type required for --isolatedModules compatibility

Release v1.1.3

26 Aug 11:39
Compare
Choose a tag to compare

Fixes an additional type required for --isolatedModules compatibility

Release v.1.1.2

26 Aug 11:33
Compare
Choose a tag to compare

Upgrades the repo's Typescript version to 4.3.5 and addresses resulting issues such as compatibility with --isolatedModules. This provides compatibility with more recent versions of Deno.

Release v1.1.1

26 Jun 16:33
c839311
Compare
Choose a tag to compare
  • Fixes an issue where the throttle ended early with incomplete throughput, if the incoming data rate slows such that the outgoing data must wait.

Release v1.1.0

11 Jun 14:52
df92475
Compare
Choose a tag to compare
  • Fixes issues when passing requests through an unbounded throttle (bytesPerSecond = Infinity).
  • Adds public onThroughputMetrics metrics callback to the BandwidthThrottleGroup.

Release v1.0.1

10 Jun 16:38
76549d9
Compare
Choose a tag to compare
  • Fixes issues on subsequent throttled requests in a group.
  • Improved resilience for readerToDenoReader util.

Release v1.0.0

10 Jun 10:32
Compare
Choose a tag to compare
  • Initial Node.js / Deno release