Skip to content

Releases: flagmint/flagmint-go

Flagmint-go@v0.2.0

Choose a tag to compare

@jtad009 jtad009 released this 11 Jun 17:03

v0.2.0 — License Update

📝 Release Highlights

This release updates the Flagmint Go SDK to use the BSD-3-Clause license, replacing the previous Apache 2.0 license. This change provides clearer terms for commercial and open-source use cases.

Changed

  • License: Updated from Apache 2.0 to BSD-3-Clause

What's Inside

The Flagmint Go SDK v0.2.0 continues to provide:

  • Two transport modes — Auto (WebSocket + fallback), WebSocket, and HTTP long-polling
  • Local evaluation — Run flag rules client-side with zero network latency
  • In-memory caching — Built-in cache with 24-hour TTL (or bring your own via CacheAdapter)
  • Thread-safe — Safe for concurrent use across multiple goroutines
  • Flexible configuration — Extensive options for evaluation context, caching, logging, and more

Installation

go get github.com/flagmint/flagmint-go@v0.2.0

Docs

pre-release

pre-release Pre-release
Pre-release

Choose a tag to compare

@jtad009 jtad009 released this 05 Jun 20:03

What's Changed

Full Changelog: https://github.com/flagmint/flagmint-go/commits/v0.1.0