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

🐛 Surveymonkey source: fix gzip compressed http response caching (#5983)

* Surveymonkey source: fix gzip compressed http response caching
This commit is contained in:
Dmytro
2021-09-12 19:09:24 +03:00
committed by GitHub
parent 7970e63b8d
commit 6ec45b3602
6 changed files with 12 additions and 11 deletions

View File

@@ -57,4 +57,5 @@ Then go to Settings and copy your access token
| Version | Date | Pull Request | Subject |
| :------ | :-------- | :----- | :------ |
| 0.1.0 | 2021-07-06 | [4097](https://github.com/airbytehq/airbyte/pull/4097) | Initial Release |
| 0.1.1 | 2021-09-10 | [5983](https://github.com/airbytehq/airbyte/pull/5983) | Fix caching for gzip compressed http response |
| 0.1.0 | 2021-07-06 | [4097](https://github.com/airbytehq/airbyte/pull/4097) | Initial Release |