development #3

Merged
rmcguire merged 7 commits from development into main 2025-08-14 20:00:14 +00:00
Showing only changes of commit 762bdff465 - Show all commits

7
CHANGELOG.md Normal file
View File

@@ -0,0 +1,7 @@
# v0.5.0
* Added OpenTelemetry tracing for application startup.
* Updated Go module dependencies, including `protovalidate`, `go-app`, `grpc`, and OpenTelemetry related packages.
* Enhanced `Makefile` `rename` target to update the application name constant in `main.go`.
* Configured `air` live-reloading to exclude the `proto` directory.
* Refactored application initialization logic for improved modularity and OpenTelemetry integration.