Skip to content

v0.1.9

Compare
Choose a tag to compare
@vincenzopalazzo vincenzopalazzo released this 08 Apr 19:50
· 122 commits to master since this release
58e481a

The version v0.1.9 is out and now it supports the new version of C-lightning (0.10.0), some API change is made in accordance with the C-Lightning API change.

The major change in the API are reported below

  • Support address in the connect command
  • Support the auto binding of the plugin options if they are as object propriety
  • Work on #10
  • Allow deserialization of null value with the GSON lib
  • Integration testing with github actions
  • Add linter for Java code.

See more on the original PR

You can compiler from the source the jar with the following command ./gradlew jarWithDependencies

If you have any other comment, you can join us with the following discussion

Regards,

Vincent