Skip to content

Releases: viveris/jnidbus

JNIDBus - 0.4.1

22 Nov 15:25
f911843
Compare
Choose a tag to compare

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

24 Sep 10:38
db5dea8
Compare
Choose a tag to compare

New features:

  • Support DICT_ENTRY type
  • Handlers can be unregistered
  • Kotlin interop: You can now specify a CoroutineScope when registering the KotlinMethodInvocator
  • 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