Releases: citahub/cita-sdk-java
CITA SDK v20.2.0
Hi, folks.
Today, cita-sdk-java released version 20.2.0. In this version, we adopt a new version naming rule, that is, the version command method of YY.MM. X, where YY represents year, MM represents month, and X represents bug fix version number.
Why the new version rule?
Community version CITA uses new version command method of YY.MM. X, where YY represents year, MM represents month, and X represents bug fix version number. In order to adapt to community version CITA, the community version of cita-sdk-java will use the version naming rules of Year.Month. X, which is similar to the version rules of Ubuntu.
今天,cita-sdk-java 发布 20.2.0 版本。在这个版本中,我们采用了新的版本命名规则,即采用 YY.MM.X 的版本命令方法,YY 表示年,MM 表示月,X 表示修订号。
为什么采用新的版本规则?
社区版CITA 使用 YY.MM. X 新版命名方法,为了适应社区版CITA,cita-sdk-java 的社区版本将启用 年.月.X 的版本命名规则,这有点类似 Ubuntu 的版本规则。
Added
- add gradle cache in travis ci
Changed
- change cryptape to citahub in tests module
Documented
- show license and tag badges in README
- change cryptape to citahub in CHANGELOG
CITA SDK v1.0.0
Added
- add group manager RPC requests(9b653c0 by yangzhenlong).
- add matrix system test in travis(10b69c3 by UDLD).
Fixed
- fix test net url(6bb0861 by UDLD).
- fix inPermission method not support function having parameters(a104784 by UDLD).
- fix unit test in test module(584822f by UDLD).
Documented
- add introduction document (6326f6c by yangzhenlong).
CITA SDK v0.25.0
CITA SDK v0.24.1
Added
- add a param to pass constructor code to fulfil contracts with constructor for Account(70544a1 by timmyz).
- add uploadabi functions and generate abi string during codegen(76044aa by timmyz).
Changed
Documented
- replace CitaTransactionManager with TransactionManager of document(d577a25 by duanyytop).
Fixed
- fix issue#120 gradle shadowJar got exception(80ee446 by udld).
- fix issue#126 DecdeContent method fails when the value-param of transaction is non-zero(b375d0e by udld).
- fix com.cryptape.cita.protocol.core.methods.request.Transaction#value without ‘0x’(8d4738c by udld).
- fix sm2 pubkey(b952f4f by udld).
CITA SDK v0.24.0
Feature
- support new protocol version 2
CITA SDK v0.23.0
Feature
- adapt to CITA v0.23
CITA SDK v0.22.3
Feature
- add peersInfo RPC request method
- add getVersion RPC request method
CITA SDK v0.22.2
Feature
- refactor http json response handle method
CITA SDK v0.22.1
Feature
- update RPC request cases
- fix block response parse bug
CITA SDK v0.22
- Adapt to CITA v0.22