File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,26 @@ Release Notes
660.4.2
77=====
88
9- :Release Date: 2020-10-23
9+ :Release Date: 2020-11-09
1010
1111* Use ``urlparse `` from ``urllib.parse `` (Python 3) or ``urlparse `` (Python 2)
1212 to prepare for the deprecation of ``urllib.parse.splittype ``.
1313 Thanks to `@citrus-it <https://github.com/citrus-it >`_ and
1414 `@markmcclain <https://github.com/markmcclain >`_ for this fix.
1515 (see `#44 <https://github.com/tcalmant/jsonrpclib/pull/44 >`_ and
1616 `#45 <https://github.com/tcalmant/jsonrpclib/pull/45 >`_ for more details)
17-
17+ * Unix socket clients now send ``localhost `` as ``Host: `` HTTP field instead of
18+ the path to the socket
19+ (see `#47 <https://github.com/tcalmant/jsonrpclib/pull/47 >`_).
20+ Thanks `@markmcclain <https://github.com/markmcclain >`_ for this fix.
21+ * Added a ``TransportError `` exception, subclass of ``ProtocolError ``, which
22+ provides more details
23+ (see `#46 <https://github.com/tcalmant/jsonrpclib/pull/49 >`_).
24+ Thanks `@markmcclain <https://github.com/markmcclain >`_ for this improvement.
25+ * Added PowerPC 64 architecture (``ppc64le ``) to Travis CI runs, to ease the
26+ integration of new release into RHEL/Ubuntu (see
27+ `#50 <https://github.com/tcalmant/jsonrpclib/pull/50 >`_ by
28+ `@kishorkunal-raj <https://github.com/kishorkunal-raj >`_)
1829
19300.4.1
2031=====
You can’t perform that action at this time.
0 commit comments