Skip to content

TelemetryFlow Go SDK v1.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Jan 12:39
· 2 commits to main since this release

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