Skip to content

Commit 7725790

Browse files
authored
add changeLog (#230)
1 parent e0f21fe commit 7725790

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

Changelog.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
## v2.7.1
2+
(2020-12-24)
3+
Please read documentation of Java SDK.
4+
5+
* [English User Handbook](https://fisco-bcos-documentation.readthedocs.io/en/latest/docs/sdk/java_sdk/index.html)
6+
* [Chinese User Handbook](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/sdk/java_sdk/index.html#)
7+
* [Chinese WIKI](https://github.com/FISCO-BCOS/java-sdk/wiki)
8+
9+
Added:
10+
* Support JDK 15
11+
* AMOP module supports hexadecimal public key and private key as parameters
12+
* Support constructing `AssembleTransactionProcessor` through the contents of `bin` and `abi`
13+
* `AssembleTransactionProcessor` supports the construction of signed transactions
14+
15+
Changed:
16+
* Rename the jar package of Java SDK to `fisco-bcos-java-sdk`
17+
* Support loading certificates and account private keys from the `resources` path
18+
* `ABICodecJsonWrapper` supports the representation of `bytes` type parameters in Base64 and hexadecimal encoding, and distinguishes encoding types with prefixes of `base64://` and `hex://`
19+
20+
Compatibility
21+
22+
* FISCO BCOS v2.0+
23+
* AMOP Not compatible with Web3SDK
24+
----
25+
请参考文档:
26+
* [英文版用户手册](https://fisco-bcos-documentation.readthedocs.io/en/latest/docs/sdk/java_sdk/index.html)
27+
* [中文版用户手册](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/sdk/java_sdk/index.html#)
28+
* [中文版WIKI](https://github.com/FISCO-BCOS/java-sdk/wiki)
29+
30+
添加:
31+
* 支持JDK 15
32+
* AMOP模块支持传入十六进制的公钥和私钥
33+
* 支持通过`bin``abi`的内容构造`AssembleTransactionProcessor`
34+
* `AssembleTransactionProcessor`支持构造带有签名的交易
35+
36+
37+
修改:
38+
* Java SDK的jar包重命名为`fisco-bcos-java-sdk`
39+
* 支持从`resources`路径加载证书和账户私钥
40+
* `ABICodecJsonWrapper`支持以Base64、十六进制编码形式表示`bytes`类型参数,并以`base64://``hex://`前缀区分编码类型
41+
42+
适配性:
43+
* 适配FISCO BCOS v2.0+
44+
* AMOP功能不兼容Web3SDK
45+
146
## v2.7.0
247
(2020-11-20)
348
Please read documentation of Java SDK.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ext {
3636
// integrationTest.mustRunAfter test
3737
allprojects {
3838
group = 'org.fisco-bcos.java-sdk'
39-
version = '2.7.1-SNAPSHOT'
39+
version = '2.7.1'
4040
apply plugin: 'maven'
4141
apply plugin: 'maven-publish'
4242
apply plugin: 'idea'

0 commit comments

Comments
 (0)