Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@rameshsunkara rameshsunkara released this 25 Mar 18:49
· 6 commits to main since this release
c58ab89

Changes in this release:

  1. Upgraded Go version to 1.24: Updated the project to use the latest stable version of Go, ensuring better performance, security, and access to new language features.
  2. Upgraded golangci-lint to v2: Integrated the latest version of golangci-lint (v2), improving static code analysis and linting capabilities to catch potential issues early.
  3. Optimized Dockerfile with BuildKit: The Dockerfile now leverages Docker BuildKit for more efficient builds, including enhanced caching and faster layer processing.
  4. Parallelized Build Workflow: The CI build pipeline has been updated to run tests and Docker builds in parallel, reducing build time and improving overall workflow efficiency.

This release focuses on performance improvements, build optimizations, and code quality enhancements.

Full Changelog: v1.0.1...v1.1.0