<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/websocket-client.git/websocket, branch v1.2.1</title>
<subtitle>github.com: liris/websocket-client.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/'/>
<entry>
<title>1.2.1</title>
<updated>2021-08-13T03:59:16+00:00</updated>
<author>
<name>engn33r</name>
<email>engn33r@users.noreply.github.com</email>
</author>
<published>2021-08-13T03:59:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=b8fc65ed8dc892c322b6ea1f8e1e8d5406f11612'/>
<id>b8fc65ed8dc892c322b6ea1f8e1e8d5406f11612</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix python-socks dependency and replace echo.websocket.org in tests</title>
<updated>2021-08-11T14:01:34+00:00</updated>
<author>
<name>engn33r</name>
<email>engn33r@users.noreply.github.com</email>
</author>
<published>2021-08-11T14:01:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=4951de28777535a976de586cf418bea914dc11a8'/>
<id>4951de28777535a976de586cf418bea914dc11a8</id>
<content type='text'>
The recent addition of python-socks required it to be a dependency. This
was mentioned in #728. Additional changes were made to prevent python-socks from becoming a required dependency for every install, so now it is only required for SOCKS proxy usage.

Additionally, because echo.websockets.org was experiencing downtime
issues during this fix, echo.websockets.org was replaced in unit tests with a local echo server from the Python websockets library. This should speed up tests, avoid test errors cause by external website downtime, and reduce traffic to echo.websocket.org caused by this project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The recent addition of python-socks required it to be a dependency. This
was mentioned in #728. Additional changes were made to prevent python-socks from becoming a required dependency for every install, so now it is only required for SOCKS proxy usage.

Additionally, because echo.websockets.org was experiencing downtime
issues during this fix, echo.websockets.org was replaced in unit tests with a local echo server from the Python websockets library. This should speed up tests, avoid test errors cause by external website downtime, and reduce traffic to echo.websocket.org caused by this project.
</pre>
</div>
</content>
</entry>
<entry>
<title>Transition file header license text to Apache 2.0</title>
<updated>2021-08-11T01:46:07+00:00</updated>
<author>
<name>engn33r</name>
<email>engn33r@users.noreply.github.com</email>
</author>
<published>2021-08-11T01:46:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=2add9fb63c0221fc31179fd468bb92589837179d'/>
<id>2add9fb63c0221fc31179fd468bb92589837179d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>1.2.0</title>
<updated>2021-08-11T01:36:10+00:00</updated>
<author>
<name>engn33r</name>
<email>engn33r@users.noreply.github.com</email>
</author>
<published>2021-08-11T01:36:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=36213279ff64588cf458168b01138f6a9cfba440'/>
<id>36213279ff64588cf458168b01138f6a9cfba440</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Transition from LGPL 2.1 license to Apache 2.0 - fix #697</title>
<updated>2021-08-11T01:31:51+00:00</updated>
<author>
<name>engn33r</name>
<email>engn33r@users.noreply.github.com</email>
</author>
<published>2021-08-11T01:31:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=ee5e352ebfcb78dd944d6923ce775ee4fcb5fd7f'/>
<id>ee5e352ebfcb78dd944d6923ce775ee4fcb5fd7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert #417 and reimplement proxy support with python-socks</title>
<updated>2021-08-11T01:06:53+00:00</updated>
<author>
<name>engn33r</name>
<email>engn33r@users.noreply.github.com</email>
</author>
<published>2021-08-11T01:06:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=fbcbd438819f4957e86ac70c07434d08a9a1552a'/>
<id>fbcbd438819f4957e86ac70c07434d08a9a1552a</id>
<content type='text'>
Due to the ongoing license change process in #697, PR #417 from @jhtitor
needed to be removed. PR #417 added SOCKS proxy support using
PySocks, which is the most popular Python SOCKS proxy and is
used by libraries such as 'requests' and 'urllib3'. However, as of
mid-2021, PySocks has not seen any activity since Sep 2019 and has
several open issues. Because PySocks does not appear to be maintained
and has no forks that are actively trying to replace the old
repository, python-socks may be a better choice going forward. Although
python-socks is a newer project, it has good code coverage and recent commits from earlier this year (2021).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to the ongoing license change process in #697, PR #417 from @jhtitor
needed to be removed. PR #417 added SOCKS proxy support using
PySocks, which is the most popular Python SOCKS proxy and is
used by libraries such as 'requests' and 'urllib3'. However, as of
mid-2021, PySocks has not seen any activity since Sep 2019 and has
several open issues. Because PySocks does not appear to be maintained
and has no forks that are actively trying to replace the old
repository, python-socks may be a better choice going forward. Although
python-socks is a newer project, it has good code coverage and recent commits from earlier this year (2021).
</pre>
</div>
</content>
</entry>
<entry>
<title>1.1.1</title>
<updated>2021-08-06T01:27:30+00:00</updated>
<author>
<name>engn33r</name>
<email>engn33r@users.noreply.github.com</email>
</author>
<published>2021-08-06T01:27:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=4249b500772583115fd30e3cd9a6cb85a1d3eb62'/>
<id>4249b500772583115fd30e3cd9a6cb85a1d3eb62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed if statement in _callback to ensure on_error is called (if available) (#727)</title>
<updated>2021-08-06T01:22:00+00:00</updated>
<author>
<name>EddieBreeg</name>
<email>eddiebreeg0@protonmail.com</email>
</author>
<published>2021-08-06T01:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=b9a1ab7f21e3a382d4722a38eb36ef53d4be7038'/>
<id>b9a1ab7f21e3a382d4722a38eb36ef53d4be7038</id>
<content type='text'>
Fixes #377</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #377</pre>
</div>
</content>
</entry>
<entry>
<title>Move callback calling at very end of teardown (#718)</title>
<updated>2021-08-05T13:28:25+00:00</updated>
<author>
<name>Manos</name>
<email>manossef@gmail.com</email>
</author>
<published>2021-08-05T13:28:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=fd64a3eab043c94e267e33e59f31a27ba016f46f'/>
<id>fd64a3eab043c94e267e33e59f31a27ba016f46f</id>
<content type='text'>
Fixes #717 </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #717 </pre>
</div>
</content>
</entry>
<entry>
<title>Unquote username and password in proxy from environment (#723)</title>
<updated>2021-07-16T03:19:14+00:00</updated>
<author>
<name>Richard</name>
<email>nyuszika7h@gmail.com</email>
</author>
<published>2021-07-16T03:19:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=2cd237e5cf5e899a4b3e285a48c23a77564832e1'/>
<id>2cd237e5cf5e899a4b3e285a48c23a77564832e1</id>
<content type='text'>
This fixes e.g. credentials containing a `@` escaped as `%40`.

Closes #722.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes e.g. credentials containing a `@` escaped as `%40`.

Closes #722.</pre>
</div>
</content>
</entry>
</feed>
