@@ -43,7 +43,15 @@ Python compatibility
43
43
44
44
* CPython 2.6, 2.7, 3.3+
45
45
* PyPy 2.2+ (possibly 1.9-2.1 as well)
46
+ * PyPy3 2.4+
46
47
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
47
55
48
56
49
57
How to get python-zeroconf?
@@ -98,24 +106,31 @@ See examples directory for more.
98
106
Changelog
99
107
=========
100
108
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
+ ------
103
117
104
118
* Added some Python dependencies so it's not zero-dependencies anymore
105
119
* Improved exception handlin (it'll be quieter now)
106
120
* Messages are listened to and sent using all available network interfaces
107
- by default (configurable)
121
+ by default (configurable); thanks to Marcus Müller
108
122
* Started using logging more freely
109
123
* 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
111
125
* Added new ``ServiceBrowser `` event handler interface (see the examples)
112
126
* Pypy3 now officially supported
127
+ * Fixed ServiceInfo repr on Python 3, thanks to Yordan Miladinov
113
128
114
129
0.16.0
115
130
------
116
131
117
132
* 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)
119
134
120
135
0.15.1
121
136
------
0 commit comments