1
0
mirror of synced 2025-12-25 02:09:19 -05:00

:bug:Source Typeform: add support for multiple choices in responses (#5799)

* fix(connectors/source-typeform): add support for multiple choices in responses

Co-authored-by: Yaroslav Dudar <flayingfog@gmail.com>
Signed-off-by: Michele Zuccala <michele@zuccala.com>

* upd docs and schema; bump version

* apply format

Co-authored-by: Yaroslav Dudar <flayingfog@gmail.com>
This commit is contained in:
Michele Zuccala
2021-09-06 19:48:26 +02:00
committed by GitHub
parent 33c2576613
commit fe38f69276
5 changed files with 22 additions and 4 deletions

View File

@@ -65,4 +65,5 @@ API rate limits (2 requests per second): https://developer.typeform.com/get-star
| Version | Date | Pull Request | Subject |
| :------ | :-------- | :----- | :------ |
| 0.1.0 | 2021-07-10 | [4541](https://github.com/airbytehq/airbyte/pull/) | Initial release for Typeform API supporting Forms and Responses streams |
| 0.1.1 | 2021-09-06 | [5799](https://github.com/airbytehq/airbyte/pull/5799) | Add missed choices field to responses schema |
| 0.1.0 | 2021-07-10 | [4541](https://github.com/airbytehq/airbyte/pull/4541) | Initial release for Typeform API supporting Forms and Responses streams |