Skip to content

Releases: clear/windpipe

v0.9.10

09 Sep 02:59
7145f7a
Compare
Choose a tag to compare

Patch Changes

  • de16dab: fix batching with timeout and yield-remaining

v0.9.9

30 Aug 05:39
0a73db1
Compare
Choose a tag to compare

Patch Changes

  • 8d3b6be: fix: inconsistency with batch yielding

v0.9.8

16 Jul 07:42
ea4b78a
Compare
Choose a tag to compare

Patch Changes

  • 2c8238d: fix: buffered map continuing on stream end

v0.9.7

16 Jul 06:50
7dd7ac6
Compare
Choose a tag to compare

Patch Changes

  • 70fe273: feat: reject error atom option for toArray

v0.9.6

15 Jul 02:54
14879f7
Compare
Choose a tag to compare

Patch Changes

  • 7300858: rename unknown to exception, and deprecate all calls to unknown

v0.9.5

11 Jul 03:23
c02f977
Compare
Choose a tag to compare

Patch Changes

  • a87c801: fix: incorrect splicing when generating batch

v0.9.4

05 Jul 05:44
d4eaf0a
Compare
Choose a tag to compare

Patch Changes

  • 2370529: feat: allow batching by bucket

v0.9.3

05 Jul 01:34
338e1fc
Compare
Choose a tag to compare

Patch Changes

  • d9dcc4e: fix: add timeout with n option for buffer

v0.9.2

05 Jul 01:11
d4f4810
Compare
Choose a tag to compare

Patch Changes

  • b293d9c: batch operator
  • 784adb4: fix: continue emitting stream items after encountering non-raw item on raw stream
  • 87515b3: fix: emit known and unknown errors onto node stream

v0.9.1

03 Jul 23:33
570d3ec
Compare
Choose a tag to compare

Patch Changes

  • e050124: create bufferedMap operator