Releases: ubirch/ubirch-client-go
Releases · ubirch/ubirch-client-go
v1.1.6
v1.1.5
Added:
- support for hash update operations:
disable
,enable
, anddelete
- 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
v1.1.3
v1.1.2
v1.1.1
v1.1.0
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 ofmake publish
)make docker
target (in favor ofmake image
)
Fixed:
- Multi arch image building and tagging
v1.0.2
v1.0.1
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
ubirch/v1.0.1 fixed http server response