Skip to content

SochDB Go SDK v0.4.1

Choose a tag to compare

@github-actions github-actions released this 25 Jan 03:28
· 21 commits to main since this release

SochDB Go SDK v0.4.1

Bundled with SochDB binaries v0.4.3

Installation

go get github.com/sochdb/sochdb-go@v0.4.1

Bundled Binaries

This release includes pre-built SochDB server binaries (v0.4.3) for:

  • macOS ARM64 (Apple Silicon) - bin/darwin-arm64/
  • Linux x86_64 - bin/linux-amd64/
  • Windows x64 - bin/windows-amd64/

The binaries are automatically extracted and used when you create a new SochDB instance.

Binary Contents

Each platform includes:

  • sochdb-server - Main database server
  • sochdb-grpc-server - gRPC server for remote connections
  • sochdb-bulk - Bulk import/export utility

Changes

See the main SochDB changelog for binary details.