All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Upcoming changes...
- Support for configuring custom CommonName (CN) values in TLS certificates, enabling more flexible certificate management and custom domain setups
0.6.0 - 2024-08-08
- Added 'sqlite' DB query string
- Switched to
modernc.org/sqlite
driver - Upgraded to go 1.22
0.5.1 - 2024-06-24
- Added case-insensitive like operator lookup based on DB type
0.5.0 - 2024-06-24
- Added DB query tracing option
0.4.0 - 2024-06-20
- Upgraded to goland 1.20
- Added optional OTEL parameter initialisation
0.3.0 - 2023-11-27
- Added SQL query tracing support
0.2.0 - 2023-11-20
- Added Open Telemetry (OTEL) export support
- Upgraded to Go 1.20
0.1.0 - 2023-03-08
- Add database helpers
- Added file helpers
- Added gRPC helpers
- Added HTTP/REST gateway helper