File tree 3 files changed +23
-1
lines changed 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
Gabriel Pettier
2
+ Andre Miras
3
+ Armin Sebastian
4
+ Ray Chang
5
+ Tamas Levai
Original file line number Diff line number Diff line change
1
+ v0.4.0
2
+ ======
3
+
4
+ Unicode support, servers and clients can declare an encoding for strings.
5
+ Fix timeout bug after 15mn without any activity.
6
+ Allow answering to a specific port.
7
+ Allow callbacks to get the addresses they were called with.
8
+ Add default_handler option for a server, to get all messages that didn't match any known address.
9
+ Allow using default socket implicitly in OSCThreadServer.stop()
10
+ Add statistics collections (messages/bytes sent/received)
11
+ Add default routes to probe the server about existing routes and usage statistics.
12
+ Improve reliability of stopping server.
13
+ Add support for Midi messages
14
+ Add support for True/False/Nil/Infinitum messages
15
+ Add support for Symbol messages (treated as strings)
16
+ Test/Coverage of more python versions and OSs in CI
17
+ Improve documentation (README, CHANGELOG, and CONTRIBUTING)
18
+
1
19
v0.3.0
2
20
======
3
21
Original file line number Diff line number Diff line change 1
1
"""See README.md for package information."""
2
2
3
- __version__ = '0.4.0-dev '
3
+ __version__ = '0.4.0'
You can’t perform that action at this time.
0 commit comments