v0.2.2
Here We go, a new JRPClightning version is out!
What it is the best things to prepare for Halloween night? Well, see the Changes in JRPClightning 0.2.2 of curse 😸
What the version 0.2.2 brings out
A complete milestone can be found here https://github.com/clightning4j/JRPClightning/milestone/1. However, an important the most important changes are:
- Implementing a version of lite client java doc
- Deprecated the Singleton pattern in the class JRPCLightning, so now you can create all the clients that you want java-doc
- Fixed RPC wrapper commands like, close, list funds, and other minors fixes.
- Performance Improvement in terms of socket calls.
- Possibility to use the library only to talk with the UNIX socket and receive the String as a result that it the raw c-lightning payload java-doc
In addition, there were the following actions on the repository.
What's Changed
- update readme by @vincenzopalazzo in #43
- adding contribution rules by @vincenzopalazzo in #44
- Fixed English and typos by @francescofact in #46
- Adding a rawCall method in the RPC interface. by @vincenzopalazzo in #49
- Fixed flaky test by @vincenzopalazzo in #50
- gson: Fixed missing @expose annotation on ClightningChannel class by @vincenzopalazzo in #51
- Enable github action on pr by @vincenzopalazzo in #52
- Fix json name mapping for milliSat by @hsteinmueller in #57
- Add sbt example to README by @benthecarman in #55
- Issue #58, fix readme rpc method by @mhechavarria in #59
- Create a lite interface to use the rpc interface. by @vincenzopalazzo in #65
- Fixed the close command parameter list. by @vincenzopalazzo in #68
- Use Github action matrix to check different version of Java by @Mrgove10 in #66
New Contributors
- @francescofact made their first contribution in #46
- @hsteinmueller made their first contribution in #57
- @benthecarman made their first contribution in #55
- @mhechavarria made their first contribution in #59
- @Mrgove10 made their first contribution in #66
Full Changelog: v0.2.1...v0.2.2