Skip to content

Releases: casibase/chainserver

v1.5.0

03 Nov 14:21
b618bfc

Choose a tag to compare

1.5.0 (2025-11-03)

Features

  • fix close client to prevent resource leaks (#18) (b618bfc)

v1.4.0

05 Aug 16:41
7ae59c9

Choose a tag to compare

1.4.0 (2025-08-05)

Features

  • optimize invokeContract error response, avoid "invalid character" wrong message (#15) (7ae59c9)

v1.3.0

20 Jun 02:02
664eead

Choose a tag to compare

1.3.0 (2025-06-20)

Features

  • add Swagger and Docker commands to README (#14) (c561dcb)
  • fix port mapping in docker-compose script (#13) (5ab7bdd)

v1.2.0

19 Jun 15:11
4a4751b

Choose a tag to compare

1.2.0 (2025-06-19)

Features

v1.1.0

19 Jun 07:59
0c4b413

Choose a tag to compare

1.1.0 (2025-06-19)

Features

  • fix cgo-related bug in Dockerfile (#11) (0c4b413)

v1.0.0

19 Jun 07:28
54922e3

Choose a tag to compare

1.0.0 (2025-06-19)

Bug Fixes

  • fix a bug where the result is returned as empty (#8) (d960aa1)
  • fix transaction failure after chainmaker commit (#7) (5a1021c)
  • ignore sdk.log files (8ec35b3)

Features

  • add chainmakerServer_test.go (#3) (4b0a238)
  • add compatibility notes to README.md (#5) (610a7e0)
  • add error in GetOwnerAndNameFromId() (8e32081)
  • add README (#2) (3794fb9)
  • add semantic-release, swagger and publish to DockerHub (#10) (54922e3)
  • Enables records bound to chainmaker to be correctly redirected to the browser via block. (#9) (bb31105)
  • expose HTTP methods for invoke-contract and query-contract (07c3165)
  • improve InvokeContract and QueryContract APIs (#4) (f9d192a)