Tags: doganarif/GoVisual
Tags
GoVisual v0.1.4 - Support for multiple storage backends - PostgreSQL storage with automatic schema creation - Redis storage with TTL support - New configuration options for storage backends: - `WithMemoryStorage()` - `WithPostgresStorage(connStr, tableName)` - `WithRedisStorage(connStr, ttlSeconds)` - Multi-storage example with Docker Compose
GoVisual v0.1.3 Add OpenTelemetry integration for distributed tracing and observability: - OpenTelemetry support for exporting telemetry data - New configuration options for OTel service name, version, and endpoint - Restructured examples with basic and OpenTelemetry demonstrations - Enhanced documentation including OpenTelemetry usage guide - Reorganized codebase with improved modular architecture - Updated README with clearer installation and usage instructions