Skip to content

Tags: doganarif/GoVisual

Tags

v0.1.9

Toggle v0.1.9's commit message

Verified

This tag was signed with the committer’s verified signature.
doganarif Arif Dogan
GoVisual v0.1.9

v0.1.8

Toggle v0.1.8's commit message

Verified

This tag was signed with the committer’s verified signature.
doganarif Arif Dogan
GoVisual 0.1.8

v0.1.7

Toggle v0.1.7's commit message

Verified

This tag was signed with the committer’s verified signature.
doganarif Arif Dogan
GoVisual v0.1.7

v0.1.6

Toggle v0.1.6's commit message

Verified

This tag was signed with the committer’s verified signature.
doganarif Arif Dogan
GoVisual v0.1.6

v0.1.5

Toggle v0.1.5's commit message

Verified

This tag was signed with the committer’s verified signature.
doganarif Arif Dogan
- SQLite support as storage back-end (Thanks! @GabrielChaves1)

v0.1.4

Toggle v0.1.4's commit message

Verified

This tag was signed with the committer’s verified signature.
doganarif Arif Dogan
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

v0.1.3

Toggle v0.1.3's commit message

Verified

This tag was signed with the committer’s verified signature.
doganarif Arif Dogan
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

v0.1.2

Toggle v0.1.2's commit message

Verified

This tag was signed with the committer’s verified signature.
doganarif Arif Dogan
Version bump icon fix

v0.1.1

Toggle v0.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
doganarif Arif Dogan
Initial