Skip to content

Latest commit

 

History

History
173 lines (100 loc) · 6.2 KB

CHANGELOG.md

File metadata and controls

173 lines (100 loc) · 6.2 KB

Changelog

v0.5.3 (2023-10-13)

  • 71c2b52 feat: Add User Defined Source support (#114)

Contributors

  • Sidhant Kohli

v0.5.2 (2023-09-29)

  • c04a279 fix: multiproc mapper max threads and default numprocess (#112)

Contributors

  • Avik Basu

v0.5.1 (2023-09-08)

  • c5a4695 feat: add side input grpc service (#107)

Contributors

  • Sidhant Kohli

v0.5.0 (2023-09-05)

  • 0be0b48 Update flatmap stream sdk version dependency (#99)

Contributors

  • xdevxy

v0.4.2 (2023-06-07)

  • 15a6723 feat!: support len, iter and indexing on udf datatypes (#96)
  • c441ebe feat: introduce MapStreamFn for streaming map udf in async sever (#93)
  • 97d7f4e fix: update event time filter transformer to use tag (#92)

Contributors

  • Avik Basu
  • Keran Yang
  • xdevxy

v0.4.1 (2023-04-24)

  • ee753f5 feat: introduce handshake to client and gRPC server (#89)

Contributors

  • Sidhant Kohli

v0.4.0 (2023-04-14)

  • 58ff85c chore!: remove support for py3.8; add 3.11 (#85)
  • 405c5cd doc: explain how to use datum metadata. (#78)
  • d252283 feat: introducing tags for conditional forwarding (#76)
  • 786b48e feat: Add ID and numDelivered fields to Datum in udf (#77)
  • 1849f10 fix: doc typo fix (#75)
  • d142648 feat: add multiprocessing support for Map (#73)
  • acba109 feat: support for multi keys (#72)
  • 6fa43d6 fix: stream to stdout stderr based on log level (#69)
  • f6c914e fix: store strong references of task objects (#66)
  • 3e81304 refactor: make default constructor private for Message/MessageT (#67)
  • cd8eac2 feat: add mapt sdk support (#64)
  • ea78057 feat: bidirectional streaming for reduce (#55)

Contributors

  • Avik Basu
  • Keran Yang
  • San Nguyen
  • Sidhant Kohli
  • Vigith Maurice
  • Yashash H L
  • xdevxy

v0.3.3 (2023-02-14)

  • f13bc5f feat: reduce stream per window using asyncio (#49)
  • df9c8c8 perf: improve performance by adding slots (#47)

Contributors

  • Avik Basu
  • ashwinidulams

v0.3.2 (2022-12-21)

  • a650aac fix: time unit bug/dockerfile/add a guide (#44)

Contributors

  • Juanlu Yu

v0.3.1 (2022-12-20)

Contributors

  • Juanlu Yu

v0.3.0 (2022-12-15)

  • e717b1b feat: udsink gRPC stream (#34)
  • ad55710 fix: .flake8 file (#35)

Contributors

  • Avik Basu
  • Juanlu Yu

v0.2.6 (2022-11-22)

  • 0fbecc1 feat: introduces sync gRPC server (#27)
  • b6a4bc0 feat: add support to configure max message size (#23)

Contributors

  • Avik Basu
  • Juanlu Yu

v0.2.5 (2022-10-31)

  • 97b410e fix: catch exception in udf and udsink (#18)

Contributors

  • Avik Basu

v0.2.4 (2022-09-29)

  • 3559e15 update function socket (#12)

Contributors

  • shrivardhan

v0.2.3 (2022-09-30)

Contributors

  • Vigith Maurice

v0.2.2 (2022-09-21)

  • fd88178 fix: unix domain socket path and examples (#6)

Contributors

  • Juanlu Yu

v0.2.1 (2022-09-19)

Contributors

  • Juanlu Yu

v0.2.0 (2022-09-16)

Contributors

  • Chrome