Skip to content

v0.19.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 14:20
· 8 commits to master since this release

Features

  • automatically trigger CI every monday,wednesday and friday at 5am, notify if failed (YannC)
  • use the new FileSerde.readAll() method that improve performance #11 (Loïc Mathieu)
  • use FileSerde.writeAll and buffering for improved performances #12 (Loïc Mathieu)
  • Implement MongoDB Trigger task (#15) #15 (Nikita Hrytsenko)
  • docs: add full examples for mongodb tasks #16 (Shruti Mantri)

Bug Fixes

  • missing dash on refresh dependencies options (YannC)
  • blocking() must be called before returning the file (Loïc Mathieu)
  • examples: add full example for mongodb trigger #17 (Shruti Mantri)

Chores

Commits

  • 7bf6976: Added support for Bulk options (wolfhack) #13
  • 12f69e9: Apply suggestions from code review (Will Russell) #16