Skip to content

Releases: patrickkunka/bandwidth-throttle-stream

Release v1.1.4

Choose a tag to compare

@patrickkunka patrickkunka released this 26 Aug 11:41

Fixes additional type required for --isolatedModules compatibility

Release v1.1.3

Choose a tag to compare

@patrickkunka patrickkunka released this 26 Aug 11:39

Fixes an additional type required for --isolatedModules compatibility

Release v.1.1.2

Choose a tag to compare

@patrickkunka patrickkunka released this 26 Aug 11:33

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

Choose a tag to compare

@patrickkunka patrickkunka released this 26 Jun 16:33
c839311
  • 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

Choose a tag to compare

@patrickkunka patrickkunka released this 11 Jun 14:52
df92475
  • Fixes issues when passing requests through an unbounded throttle (bytesPerSecond = Infinity).
  • Adds public onThroughputMetrics metrics callback to the BandwidthThrottleGroup.

Release v1.0.1

Choose a tag to compare

@patrickkunka patrickkunka released this 10 Jun 16:38
76549d9
  • Fixes issues on subsequent throttled requests in a group.
  • Improved resilience for readerToDenoReader util.

Release v1.0.0

Choose a tag to compare

@patrickkunka patrickkunka released this 10 Jun 10:32
  • Initial Node.js / Deno release