Skip to content

Releases: telemetryflow/telemetryflow-go-sdk

TelemetryFlow Go SDK v1.1.2

05 Jan 12:39

Choose a tag to compare

TelemetryFlow Go SDK v1.1.2

Included Generators

Generator Description
telemetryflow-gen SDK code generator for TelemetryFlow integration
telemetryflow-restapi DDD + CQRS RESTful API generator with Echo

Downloads

Platform Architecture Package
Linux amd64 RPM, DEB, tar.gz
Linux arm64 RPM, DEB, tar.gz
Windows amd64 ZIP (with installer)
macOS Intel (amd64) DMG, tar.gz
macOS Apple Silicon (arm64) DMG, tar.gz

Installation

Linux (DEB):

sudo dpkg -i telemetryflow-sdk_1.1.2_amd64.deb

Linux (RPM):

sudo rpm -i telemetryflow-sdk-1.1.2-1.x86_64.rpm

macOS:

  1. Open the DMG file
  2. Run ./install.sh in Terminal

Windows (PowerShell as Administrator):

  1. Extract the ZIP file
  2. Run .\install.ps1

Usage

Generate SDK integration:

telemetryflow-gen init --project myapp --service my-service

Generate RESTful API project:

telemetryflow-restapi new --name my-api --module github.com/example/my-api

Verification

Verify downloads using SHA256 checksums in checksums-sha256.txt.


📚 Documentation | 🐛 Report Issues

Full Changelog: v1.1.1...v1.1.2

TelemetryFlow Go SDK v1.1.1

30 Dec 00:05

Choose a tag to compare

TelemetryFlow Go SDK v1.1.1

Included Generators

Generator Description
telemetryflow-gen SDK code generator for TelemetryFlow integration
telemetryflow-restapi DDD + CQRS RESTful API generator with Echo

Downloads

Platform Architecture Package
Linux amd64 RPM, DEB, tar.gz
Linux arm64 RPM, DEB, tar.gz
Windows amd64 ZIP (with installer)
macOS Intel (amd64) DMG, tar.gz
macOS Apple Silicon (arm64) DMG, tar.gz

Installation

Linux (DEB):

sudo dpkg -i telemetryflow-sdk_1.1.1_amd64.deb

Linux (RPM):

sudo rpm -i telemetryflow-sdk-1.1.1-1.x86_64.rpm

macOS:

  1. Open the DMG file
  2. Run ./install.sh in Terminal

Windows (PowerShell as Administrator):

  1. Extract the ZIP file
  2. Run .\install.ps1

Usage

Generate SDK integration:

telemetryflow-gen init --project myapp --service my-service

Generate RESTful API project:

telemetryflow-restapi new --name my-api --module github.com/example/my-api

Verification

Verify downloads using SHA256 checksums in checksums-sha256.txt.


📚 Documentation | 🐛 Report Issues

Full Changelog: v1.1.0...v1.1.1

TelemetryFlow Go SDK v1.1.0

27 Dec 13:39

Choose a tag to compare

TelemetryFlow Go SDK v1.1.0

Included Generators

Generator Description
telemetryflow-gen SDK code generator for TelemetryFlow integration
telemetryflow-restapi DDD + CQRS RESTful API generator with Echo

Downloads

Platform Architecture Package
Linux amd64 RPM, DEB, tar.gz
Linux arm64 RPM, DEB, tar.gz
Windows amd64 ZIP (with installer)
macOS Intel (amd64) DMG, tar.gz
macOS Apple Silicon (arm64) DMG, tar.gz

Installation

Linux (DEB):

sudo dpkg -i telemetryflow-sdk_1.1.0_amd64.deb

Linux (RPM):

sudo rpm -i telemetryflow-sdk-1.1.0-1.x86_64.rpm

macOS:

  1. Open the DMG file
  2. Run ./install.sh in Terminal

Windows (PowerShell as Administrator):

  1. Extract the ZIP file
  2. Run .\install.ps1

Usage

Generate SDK integration:

telemetryflow-gen init --project myapp --service my-service

Generate RESTful API project:

telemetryflow-restapi new --name my-api --module github.com/example/my-api

Verification

Verify downloads using SHA256 checksums in checksums-sha256.txt.


📚 Documentation | 🐛 Report Issues

Full Changelog: v1.0.1...v1.1.0

TelemetryFlow Go SDK v1.0.1

25 Dec 03:12

Choose a tag to compare

TelemetryFlow Go SDK v1.0.1

Included Generators

Generator Description
telemetryflow-gen SDK code generator for TelemetryFlow integration
telemetryflow-restapi DDD + CQRS RESTful API generator with Echo

Downloads

Platform Architecture Package
Linux amd64 tar.gz
Linux arm64 tar.gz
macOS Intel (amd64) tar.gz
macOS Apple Silicon (arm64) tar.gz
Windows amd64 zip

Installation

Linux/macOS:

tar -xzf telemetryflow-sdk-1.0.1-<os>-<arch>.tar.gz
cd telemetryflow-sdk-1.0.1-<os>-<arch>
./install.sh

Windows (PowerShell as Administrator):

Expand-Archive telemetryflow-sdk-1.0.1-windows-amd64.zip
cd telemetryflow-sdk-1.0.1-windows-amd64
.\install.ps1

Usage

Generate SDK integration:

telemetryflow-gen init --project myapp --service my-service

Generate RESTful API project:

telemetryflow-restapi new --name my-api --module github.com/example/my-api

Verification

Verify downloads using SHA256 checksums in checksums-sha256.txt.


📚 Documentation | 🐛 Report Issues

Full Changelog: v1.0.0...v1.0.1

TelemetryFlow Go SDK v1.0.0

23 Dec 04:23

Choose a tag to compare

TelemetryFlow Go SDK v1.0.0

Included Generators

Generator Description
telemetryflow-gen SDK code generator for TelemetryFlow integration
telemetryflow-restapi DDD + CQRS RESTful API generator with Echo

Downloads

Platform Architecture Package
Linux amd64 tar.gz
Linux arm64 tar.gz
macOS Intel (amd64) tar.gz
macOS Apple Silicon (arm64) tar.gz
Windows amd64 zip

Installation

Linux/macOS:

tar -xzf telemetryflow-sdk-1.0.0-<os>-<arch>.tar.gz
cd telemetryflow-sdk-1.0.0-<os>-<arch>
./install.sh

Windows (PowerShell as Administrator):

Expand-Archive telemetryflow-sdk-1.0.0-windows-amd64.zip
cd telemetryflow-sdk-1.0.0-windows-amd64
.\install.ps1

Usage

Generate SDK integration:

telemetryflow-gen init --project myapp --service my-service

Generate RESTful API project:

telemetryflow-restapi new --name my-api --module github.com/example/my-api

Verification

Verify downloads using SHA256 checksums in checksums-sha256.txt.


📚 Documentation | 🐛 Report Issues

Full Changelog: https://github.com/telemetryflow/telemetryflow-go-sdk/commits/v1.0.0