python-astrodynamics / spacetrack

Python client for space-track.org
MIT License
74 stars 15 forks source link

Scheduled weekly dependency update for week 13 #33

Closed pyup-bot closed 7 years ago

pyup-bot commented 7 years ago

Updates

Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.

aiohttp 1.3.5 » 2.0.3 PyPI | Changelog | Repo | Docs

Changelogs

aiohttp 1.3.5 -> 2.0.3

2.0.3


  • Call https website through proxy will cause error 1745

  • Fix exception on multipart/form-data post if content-type is not set 1743

2.0.2


  • Fixed Application.on_loop_available signal 1739

  • Remove debug code

2.0.1


  • Fix allow-head to include name on route 1737

  • Fixed AttributeError in WebSocketResponse.can_prepare 1736

2.0.0


  • Added json to ClientSession.request() method 1726

  • Added session's raise_for_status parameter, automatically calls raise_for_status() on any request. 1724

  • response.json() raises ClientReponseError exception if response's content type does not match 1723

  • Cleanup timer and loop handle on any client exception.

  • Deprecate loop parameter for Application's constructor

2.0.0rc1


  • Properly handle payload errors 1710

  • Added ClientWebSocketResponse.get_extra_info() 1717

  • It is not possible to combine Transfer-Encoding and chunked parameter, same for compress and Content-Encoding 1655

  • Connector's limit parameter indicates total concurrent connections. New limit_per_host added, indicates total connections per endpoint. 1601

  • Use url's raw_host for name resolution 1685

  • Change ClientResponse.url to yarl.URL instance 1654

  • Add max_size parameter to web.Request reading methods 1133

  • Web Request.post() stores data in temp files 1469

  • Add the allow_head=True keyword argument for add_get 1618

  • run_app and the Command Line Interface now support serving over Unix domain sockets for faster inter-process communication.

  • run_app now supports passing a preexisting socket object. This can be useful e.g. for socket-based activated applications, when binding of a socket is done by the parent process.

  • Implementation for Trailer headers parser is broken 1619

  • Fix FileResponse to not fall on bad request (range out of file size)

  • Fix FileResponse to correct stream video to Chromes

  • Deprecate public low-level api 1657

  • Deprecate encoding parameter for ClientSession.request() method

  • Dropped aiohttp.wsgi 1108

  • Dropped version from ClientSession.request() method

  • Dropped websocket version 76 support 1160

  • Dropped: aiohttp.protocol.HttpPrefixParser 1590

  • Dropped: Servers response's .started, .start() and .can_start() method 1591

  • Dropped: Adding sub app via app.router.add_subapp() is deprecated use app.add_subapp() instead 1592

  • Dropped: Application.finish() and Application.register_on_finish() 1602

  • Dropped: web.Request.GET and web.Request.POST

  • Dropped: aiohttp.get(), aiohttp.options(), aiohttp.head(), aiohttp.post(), aiohttp.put(), aiohttp.patch(), aiohttp.delete(), and aiohttp.ws_connect() 1593

  • Dropped: aiohttp.web.WebSocketResponse.receive_msg() 1605

  • Dropped: ServerHttpProtocol.keep_alive_timeout attribute and keep-alive, keep_alive_on, timeout, log constructor parameters 1606

  • Dropped: TCPConnector's``.resolve,.resolved_hosts,.clear_resolved_hosts() attributes andresolve` constructor parameter 1607

  • Dropped ProxyConnector 1609

That's it for now!

Happy merging! 🤖