Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

59 lines (45 loc) · 1.68 KB

Changelog

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.

[Unreleased]

Added

  • Upcoming changes...

[0.7.0] - 2024-12-05

Added

  • 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

  • Added 'sqlite' DB query string
  • Switched to modernc.org/sqlite driver
  • Upgraded to go 1.22

0.5.1 - 2024-06-24

Added

  • Added case-insensitive like operator lookup based on DB type

0.5.0 - 2024-06-24

Added

  • Added DB query tracing option

0.4.0 - 2024-06-20

Added

  • Upgraded to goland 1.20
  • Added optional OTEL parameter initialisation

0.3.0 - 2023-11-27

Added

  • Added SQL query tracing support

0.2.0 - 2023-11-20

Added

  • Added Open Telemetry (OTEL) export support
  • Upgraded to Go 1.20

0.1.0 - 2023-03-08

Added

  • Add database helpers
  • Added file helpers
  • Added gRPC helpers
  • Added HTTP/REST gateway helper