Skip to content

Releases: ubirch/ubirch-client-go

v1.1.6

31 Mar 17:51
Compare
Choose a tag to compare

Fixed:

  • do not let chainer return before server is shut down
  • do not accept any more requests if request buffer is full

v1.1.5

16 Mar 14:39
Compare
Choose a tag to compare
v1.1.5 Pre-release
Pre-release

Added:

  • support for hash update operations: disable, enable, and delete
  • HTTP responses contain the complete backend response (struct including status code, header, and content), the carried out operation (i.e. anchor, disable, enable, delete), and possibly an error message (in case an error occurred)

Changed:

  • enhanced error logging
  • updated readme

Fixed:

  • HTTP server gracefully shuts down without interrupting any active connections
  • HTTP server responds with 504 Gateway Timeout error instead of closing connection if processing request takes longer than allowed

v1.1.4

25 Feb 13:37
d097850
Compare
Choose a tag to compare

Added:

  • Support for device identities JSON file identities.json

v1.1.3

19 Feb 18:00
ff376d9
Compare
Choose a tag to compare

Fixed:

  • do not escape special characters in a JSON data request when serializing it before generating the hash

v1.1.2

29 Jan 12:07
Compare
Choose a tag to compare

Changed:

  • JSON formatted logging

Added:

  • support for right padded request IDs in backend response UPP payload

v1.1.1

16 Dec 11:09
6db6fbd
Compare
Choose a tag to compare

this release contains no code changes.

Fixed:

  • make build builds binary targets
  • releases contain compiled binaries

v1.1.0

15 Dec 15:50
Compare
Choose a tag to compare

Added:

  • Response contains unique requestID from backend
  • make build builds multi-arch binaries

Changed:

  • Updated to ubirch-protocol v2.1.5
  • Reduced log verbosity

Removed:

  • make dockerhub target (in favor of make publish)
  • make docker target (in favor of make image)

Fixed:

  • Multi arch image building and tagging

v1.0.2

30 Nov 19:04
2612878
Compare
Choose a tag to compare

This release contains no code changes.

Fixed:

  • Multi arch image building and tagging

v1.0.1

27 Sep 10:53
Compare
Choose a tag to compare

This release contains no code changes.

Added:

  • tooling for building and cross-compiling binaries
  • tooling for building and tagging docker images
  • tooling for creating multi-arch docker manifests

Fixed:

  • Linter is broken when creating PRs against master
  • ARM Docker image building with wrong ARMv8 architecture

ubirch-udp-client

06 Apr 18:16
Compare
Choose a tag to compare
ubirch/v1.0.1

fixed http server response