Releases: fritzprix/yarmi
Releases · fritzprix/yarmi
release 0.1.1
Release note
- improvement
- SDP migration (sdp-mdns : https://github.com/fritzprix/yarmi-sdp-mdns)
- deprecate HTTP compatible parameter types (annotation is not required for method parameter any more)
- bug fix
- remove network interface checking logic which has been lacking compatibility and error prone.
release v0.0.6
Release Note
- add support for Android 4.+
- bug fix on deserialization in BsonConverter::resolve()
release v0.0.5
Changes
- bug fix for blob exchange
- improve service discovery interface (explicit network interface selection)
- bug fix for unexpected request drop
- default serialization is not bson instead of json
0.0.5-SNAPSHOT
Merge pull request #57 from fritzprix/0.0.5-SNAPSHOT 0.0.5 snapshot
0.0.4
add blob exchange support
- implemented blob exchange over dedicated session (BlobSession) which composed of simple message protocols below
support concurrent method call
Merge pull request #30 from fritzprix/0.0.2_blob 0.0.2 blob
0.0.1 release
- provides simple service discovery based on UDP broadcast
- provides de-serialization based on GSON (GsonConverter)
- provides simple negotiation which checks service info exchanged