Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@alexon1234 alexon1234 released this 29 Aug 09:05
c9dd6d2

This new version contains:

  • You can now customize the timeout when doing appends to TInybird with the environment variable TINYBIRD_TIMEOUT ( by default 2)

  • You can also customize which wait strategy to use when appending data using /v0/events. When using wait=false, the data will eventually reach the database while using wait=true, we will wait until Tinybird acknowledges that the data has been inserted into the database. ( default wait=false)

You can find more information at https://www.tinybird.co/docs/api-reference/events-api#post-v0events

Full Changelog: v0.2.0...v0.3.0