Releases: doganarif/GoVisual
Releases · doganarif/GoVisual
v0.2.0
What's Changed
- Add React dashboard and performance profiling capabilities by @doganarif in #34
Full Changelog: v0.1.9...v0.2.0
v0.1.9
What's Changed
- Add backend support for "Clear All Requests" button by @GabrielChaves1 in #17
- Set logs slice length to capacity in InMemoryStore.Clear by @GabrielChaves1 in #22
- Add comprehensive tests for store backends and telemetry initialization by @doganarif in #23
- Implement centralized shutdown handling for graceful application termination by @doganarif in #28
- Add MongoDB support as storage back-end by @ronanzindev in #27
New Contributors
- @ronanzindev made their first contribution in #27
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- Fix SQLite driver registration conflicts by supporting existing connections by @doganarif in #18
Add backend support for "Clear All Requests" button
#17 Thanks @GabrielChaves1 !
v0.1.7
v0.1.6
v0.1.5
What's Changed
- Add SQLite support as storage back-end by @GabrielChaves1 in #6
New Contributors
- @GabrielChaves1 made their first contribution in #6 🚀
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