Releases: dream-horizon-org/logwise
Release list
v0.0.3
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
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
- Review new Helm charts and Kubernetes setup guide
- Check
application-default.conffor updated configuration options - Ensure MySQL is ready before starting orchestrator
- 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
🎉 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