Skip to content

Releases: doganarif/GoVisual

v0.2.0

25 Sep 14:25
85c34ef

Choose a tag to compare

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

20 May 09:33
v0.1.9
d41a20a

Choose a tag to compare

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

Full Changelog: v0.1.8...v0.1.9

v0.1.8

05 May 20:27
v0.1.8
b3cab67

Choose a tag to compare

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

05 May 16:13
v0.1.7
d531d75

Choose a tag to compare

Release v0.1.7: Add Request Replay Tool

Request replay feature.

v0.1.6

05 May 15:49
v0.1.6
ea47960

Choose a tag to compare

Release v0.1.6: Add Request Comparison Tool

This release adds a powerful request comparison feature that enables side-by-side analysis of HTTP requests and responses, making debugging and API testing more efficient.

v0.1.5

05 May 11:02
v0.1.5
ab9d2c4

Choose a tag to compare

What's Changed

New Contributors

v0.1.4

04 May 17:51
v0.1.4
ee8f31a

Choose a tag to compare

  • 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