Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit a22484a

Browse filesBrowse files
committed
Update README.rst
1 parent 93d34f9 commit a22484a
Copy full SHA for a22484a

File tree

Expand file treeCollapse file tree

1 file changed

+20
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+20
-5
lines changed

‎README.rst

Copy file name to clipboardExpand all lines: README.rst
+20-5Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,15 @@ Python compatibility
4343

4444
* CPython 2.6, 2.7, 3.3+
4545
* PyPy 2.2+ (possibly 1.9-2.1 as well)
46+
* PyPy3 2.4+
4647

48+
Versioning
49+
----------
50+
51+
This project's versions follow the following pattern: MAJOR.MINOR.PATCH.
52+
* MAJOR version has been 0 so far
53+
* MINOR version is incremented on backward incompatible changes
54+
* PATCH version is incremented on backward compatible changes
4755

4856

4957
How to get python-zeroconf?
@@ -98,24 +106,31 @@ See examples directory for more.
98106
Changelog
99107
=========
100108

101-
0.17.0 (unreleased yet)
102-
-----------------------
109+
0.17.1
110+
------
111+
112+
* Fixed EADDRNOTAVAIL when attempting to use dummy network interfaces on Windows,
113+
thanks to daid
114+
115+
0.17.0
116+
------
103117

104118
* Added some Python dependencies so it's not zero-dependencies anymore
105119
* Improved exception handlin (it'll be quieter now)
106120
* Messages are listened to and sent using all available network interfaces
107-
by default (configurable)
121+
by default (configurable); thanks to Marcus Müller
108122
* Started using logging more freely
109123
* Fixed a bug with binary strings as property values being converted to False
110-
(https://github.com/jstasiak/python-zeroconf/pull/10)
124+
(https://github.com/jstasiak/python-zeroconf/pull/10); thanks to Dr. Seuss
111125
* Added new ``ServiceBrowser`` event handler interface (see the examples)
112126
* Pypy3 now officially supported
127+
* Fixed ServiceInfo repr on Python 3, thanks to Yordan Miladinov
113128

114129
0.16.0
115130
------
116131

117132
* Set up Python logging and started using it
118-
* Cleaned up code style (includes migrating from camel case to snak case)
133+
* Cleaned up code style (includes migrating from camel case to snake case)
119134

120135
0.15.1
121136
------

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.