tag:github.com,2008:https://github.com/askpatrickw/Adafruit_CircuitPython_Requests/releases Tags from Adafruit_CircuitPython_Requests 2020-11-25T14:47:55Z tag:github.com,2008:Repository/322133243/1.9.0 2020-11-25T14:47:55Z 1.9.0: Merge pull request #54 from tannewt/test_read_before_response <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/54">adafruit#54</a> from tannewt/test_read_before_response</p> <p>Don't trust send works. Do one recv before creating Response</p> brentru tag:github.com,2008:Repository/322133243/1.8.1 2020-11-14T23:37:39Z 1.8.1: Merge pull request #53 from jepler/circuitpython-compat <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/53">adafruit#53</a> from jepler/circuitpython-compat</p> <p>Fix CircuitPython compatibility</p> jepler tag:github.com,2008:Repository/322133243/1.8.0 2020-11-10T18:34:20Z 1.8.0: Merge pull request #46 from adafruit/jepler-patch-1 <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/46">adafruit#46</a> from adafruit/jepler-patch-1</p> <p>Add, test support for chunk extensions</p> tannewt tag:github.com,2008:Repository/322133243/1.7.5 2020-11-06T19:20:24Z 1.7.5: Merge pull request #50 from tannewt/better_error_handling <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/50">adafruit#50</a> from tannewt/better_error_handling</p> <p>Better handle errors by retrying</p> makermelissa tag:github.com,2008:Repository/322133243/1.7.4 2020-10-30T00:38:58Z 1.7.4: Merge pull request #44 from adafruit/ladyada-patch-1 <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/44">adafruit#44</a> from adafruit/ladyada-patch-1</p> <p>Toss out chunked data if we never read anything</p> tannewt tag:github.com,2008:Repository/322133243/1.7.3 2020-10-29T18:35:01Z 1.7.3: Merge pull request #43 from makermelissa/master <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/43">adafruit#43</a> from makermelissa/master</p> <p>Fixed the Expected 01 but got 00 error</p> makermelissa tag:github.com,2008:Repository/322133243/1.7.2 2020-09-24T18:32:49Z 1.7.2: Merge pull request #36 from tannewt/check_send <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/36">adafruit#36</a> from tannewt/check_send</p> <p>Check for send to return 0</p> tannewt tag:github.com,2008:Repository/322133243/1.7.1 2020-09-22T18:16:46Z 1.7.1: Merge pull request #33 from tannewt/fix_5.3.1 <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/33">adafruit#33</a> from tannewt/fix_5.3.1</p> <p>Fix 5.3.1 by providing find and json in one big chunk</p> tannewt tag:github.com,2008:Repository/322133243/1.7.0 2020-09-14T23:47:49Z 1.7.0: Merge pull request #31 from tannewt/http11 <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/31">adafruit#31</a> from tannewt/http11</p> <p>Add HTTP1.1 support and socket reuse</p> tannewt tag:github.com,2008:Repository/322133243/1.6.0 2020-08-28T19:07:04Z 1.6.0: Merge pull request #30 from tannewt/add_tests <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/30">adafruit#30</a> from tannewt/add_tests</p> <p>Add basic tests</p> kattni