Releases: viveris/jnidbus
Releases · viveris/jnidbus
JNIDBus - 0.4.1
New features
- Implement Enum support (by name or by ordinal)
- Implement Object Path support
- Refactor the EventLoop for more maintainability, efficiency and safety
- Make most of the DBus primitives async with blocking counterpart (forbidden on main loop)
JNIDBus - 0.4.0
New features:
- Support
DICT_ENTRY
type Handlers
can be unregistered- Kotlin interop: You can now specify a
CoroutineScope
when registering theKotlinMethodInvocator
- Performances improvement (up to 30%)
- Support native Java arrays (ex:
int[]
)
Fixes:
- Nested array/objects do not work beyond two levels
- Bump Kotlin version to
1.3.50