Skip to content

Commit

Permalink
<doc>(changelog): add change log of 3.6.0. (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyonRay authored Feb 19, 2024
1 parent f3b997a commit 5324013
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
### 3.6.0

(2024-02-08)

**新增**

- 新增 `v1` 版本的交易构造方法,并提供Jni层对应的实现方法。详情见:https://github.com/FISCO-BCOS/bcos-c-sdk/pull/191https://github.com/FISCO-BCOS/bcos-c-sdk/pull/192
- 新增Jni层的 `TransactionData` 以及 `Transaction` 两层的交易类,支持交易编码、计算哈希、签名、发送。详情见:https://github.com/FISCO-BCOS/bcos-c-sdk/pull/163
- 在c sdk层增加获取与节点握手后的协议版本号,

**更新**

- 重构依赖库,使用vcpkg作为包管理,不再使用hunter。依赖FISCO BCOS主仓库的Cpp SDK,不再依赖bcos-cpp-sdk的仓库。

**修复**

- 修复配置文件中hostname解析失败的问题。详情见:https://github.com/FISCO-BCOS/bcos-c-sdk/pull/212

---

### 3.5.0

(2023-10-12)

**修复**
- 修复rpc模块的jvmdetach线程方式导致性能下降问题

#### bcos-go-sdk
**修复**
- 修复go wrapper的NewSDK没有检查c-sdk返回的last error

---

### 3.4.0

(2023-06-12)
Expand Down
2 changes: 1 addition & 1 deletion bindings/java/jni/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {

archivesBaseName = 'bcos-sdk-jni'
group = 'org.fisco-bcos'
version = '3.6.0-SNAPSHOT'
version = '3.6.0'

// Additional attribute definition
ext {
Expand Down

0 comments on commit 5324013

Please sign in to comment.