Skip to content

Releases: tpeczek/RethinkDb.Azure

RethinkDb.Azure.Functions.Worker.Extensions 0.1.0

29 Feb 16:04
Compare
Choose a tag to compare

Initial Release

  • RethinkDB trigger binding
  • RethinkDB input binding
  • RethinkDB output binding

RethinkDb.Azure.WebJobs.Extensions 0.6.0

29 Feb 15:39
Compare
Choose a tag to compare

Additions and Changes

  • Added support for string and object types in trigger binding
  • Ensured interoperability of output binding with isolated worker model

RethinkDb.Azure.WebJobs.Extensions 0.5.0

22 Feb 11:48
Compare
Choose a tag to compare

Additions and Changes

  • Added support for runtime scaling (including target-based scaling)

RethinkDb.Azure.WebJobs.Extensions 0.4.0

28 Nov 09:40
Compare
Choose a tag to compare

Initial Release

  • RethinkDB trigger binding
  • RethinkDB input binding (supports binding to parameter of type T)
  • RethinkDB output binding (supports binding to parameter of type out T, ICollector<T> and IAsyncCollector<T>)