Skip to content

Releases: Meesho/BharatMLStack

Go SDK v1.0.0

26 Jun 08:06
0449a99

Choose a tag to compare

Go SDK Release v1.0.0

Installation

go get github.com/Meesho/BharatMLStack/go-sdk@v1.0.0

Features

  • Go client libraries for BharatMLStack
  • Feature store integration
  • Type-safe API bindings

Usage

import "github.com/Meesho/BharatMLStack/go-sdk"

Changes

Please see the commit history for detailed changes.

Validation

  • ✅ Tests passed
  • ✅ Build successful
  • ✅ Go vet clean

TruffleBox UI v1.0.0-beta-803cdc (Beta)

13 Jun 13:36
262a47e

Choose a tag to compare

Pre-release

TruffleBox UI Beta Release v1.0.0-beta-803cdc

⚠️ This is a beta release from the develop branch - Use for testing purposes only.

Docker Image

  • ghcr.io/Meesho/trufflebox-ui:v1.0.0-beta-803cdc

Features

  • Web-based interface for BharatMLStack
  • Real-time monitoring and management

Changes

Please see the commit history for detailed changes.

Online Feature Store v1.0.0-beta-803cdc (Beta)

13 Jun 13:38
262a47e

Choose a tag to compare

Online Feature Store Beta Release v1.0.0-beta-803cdc

⚠️ This is a beta release from the develop branch - Use for testing purposes only.

Docker Images

  • ghcr.io/Meesho/onfs-api-server:v1.0.0-beta-803cdc
  • ghcr.io/Meesho/onfs-consumer:v1.0.0-beta-803cdc

Components

  • API Server: RESTful API for feature store operations
  • Consumer: Kafka consumer for real-time feature updates

Changes

Please see the commit history for detailed changes.

Horizon v1.0.0-beta-803cdc (Beta)

13 Jun 13:35
262a47e

Choose a tag to compare

Pre-release

Horizon Beta Release v1.0.0-beta-803cdc

⚠️ This is a beta release from the develop branch - Use for testing purposes only.

Docker Image

  • ghcr.io/Meesho/horizon:v1.0.0-beta-803cdc

Changes

Please see the commit history for detailed changes.

Go SDK v1.0.0-beta-803cdc (Beta)

13 Jun 13:26
803cdc7

Choose a tag to compare

Pre-release

Go SDK Beta Release v1.0.0-beta-803cdc

⚠️ This is a beta release from the develop branch - Use for testing purposes only.

Installation

go get github.com/Meesho/BharatMLStack/go-sdk@v1.0.0-beta-803cdc

Changes

Please see the commit history for detailed changes.

Validation

  • ✅ Tests passed
  • ✅ Build successful
  • ✅ Go vet clean

Python SDK 1.0.0b0 (Beta)

13 Jun 13:35
7dfdf29

Choose a tag to compare

Pre-release

Python SDK Beta Release 1.0.0b0

⚠️ This is a beta release from the develop branch - Published to TestPyPI for testing purposes.

🧪 Test Installation

Install from TestPyPI for testing:

pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ bharatml-commons==1.0.0b0
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ spark-feature-push-client==1.0.0b0
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ grpc-feature-client==1.0.0b0

🔧 Changes

Please see the commit history for detailed changes.

✅ Validation

  • All packages built successfully
  • Import tests passed
  • Published to TestPyPI