Skip to content

Releases: dream-horizon-org/logwise

v0.0.3

Choose a tag to compare

@ayushiagrawal19 ayushiagrawal19 released this 27 Jan 09:37
41907d2

Release v0.0.3

🎉 Overview

Minor release focusing on documentation updates and small fixes.

✨Changes

📚 Documentation

Updated documentation to clarify multi-line log support.

🐛 Fixes

Minor fixes and small internal improvements.

Notes

No functional or behavioral changes.

No breaking changes.

Safe to upgrade.

v0.0.2

Choose a tag to compare

@varunwaliaa varunwaliaa released this 21 Jan 08:11
2b27f34

Release v0.0.2

🎉 Overview

Major release introducing Kubernetes deployment support, auto-scaling capabilities, and significant infrastructure improvements.

✨ Major Features

🚀 Kubernetes Deployment

  • Complete Helm chart setup with production-ready configurations for local, nonprod, and prod
  • Automated deployment scripts, Kind cluster support, and HPA for Vector
  • Ingress configurations and Metrics Server integration

📈 Auto-Scaling

  • Kafka Partition Scaling (#79, #100): Automatic scaling for Confluent, MSK, and EC2 with cron-based orchestration
  • Spark Workers Scaling (#97): Dynamic cluster scaling with automated cleanup every 4 hours

🏗️ Infrastructure

  • Enhanced Helm charts, Docker Compose improvements, and comprehensive health checks
  • Tenant-wise health endpoints and pipeline monitoring

🔧 Improvements

  • Orchestrator: Multi-Kafka type support, Kubernetes/AWS client integration, improved error handling
  • Spark: Feign client implementation, stage listener, enhanced master service integration
  • Documentation: Kubernetes setup guides, production best practices, collector integration guides

🐛 Bug Fixes

Fixed database initialization (#87), orchestrator healthcheck path (#89), Grafana config, Docker setup, duplicate web UI port (#95), Spark worker cleanup (#94), and various documentation issues.

📊 Statistics

  • 284 files changed, 26,568 insertions, 900 deletions
  • 100+ commits since v0.0.1

🔗 Key Pull Requests

#100, #97 - Auto-scaling features | #95, #94, #89, #87 - Bug fixes | #76, #75, #70 - Production setup & configs

🚀 Migration Notes

  1. Review new Helm charts and Kubernetes setup guide
  2. Check application-default.conf for updated configuration options
  3. Ensure MySQL is ready before starting orchestrator
  4. Review updated Docker Compose configuration

🙏 Contributors

Thank you to all contributors who made this release possible!


Full Changelog: v0.0.1...v0.0.2

Logwise Foundations Release

Choose a tag to compare

@onkar-dream11 onkar-dream11 released this 27 Nov 07:06
9c3a35d

🎉 First Release — v0.0.1

We’re excited to publish the first official release of Logwise — a unified platform for log collection, processing, storage, and querying.

🚀 Key Features

Log Ingestion

  • OpenTelemetry-based log shipping
  • Vector agent setup with detailed configuration
  • Kafka-based ingestion pipeline

Processing & Orchestration

  • Spark log-processing module
  • Orchestrator service for managing log workflows

Storage & Query Layer

  • S3 storage integration
  • Athena querying support with documentation

Documentation

  • New VitePress-powered documentation site
  • Architecture overview and step-by-step setup guides
  • MDX support for richer documentation

Deployment & Tooling

  • One-click deploy support
  • Docker Compose setup for OCD
  • CI pipeline with test coverage

👥 New Contributors

Thank you to everyone who contributed to this first release:


🔗 Full Changelog: https://github.com/ds-horizon/logwise/commits/v0.0.1