Skip to content

Commit 0e917c8

Browse files
committed
release 0.4.0
1 parent d07278f commit 0e917c8

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

AUTHORS.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
Gabriel Pettier
2+
Andre Miras
3+
Armin Sebastian
4+
Ray Chang
5+
Tamas Levai

CHANGELOG

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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+
119
v0.3.0
220
======
321

oscpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""See README.md for package information."""
22

3-
__version__ = '0.4.0-dev'
3+
__version__ = '0.4.0'

0 commit comments

Comments
 (0)