Releases: koryxio/koryx-serv
Releases · koryxio/koryx-serv
v1.0.3
v1.0.2
Refactor project structure and update build commands - Moved the main application code to the cmd/koryx-serv directory. - Updated Dockerfile and Makefile to reflect the new path for the main application. - Modified README files to provide updated build instructions. - Changed package name from 'main' to 'koryxserv' in relevant files for better modularity. - Removed the old main.go and main_test.go files, replacing them with a new main.go in cmd/koryx-serv. - Added new tests for configuration loading in the cmd/koryx-serv package. - Introduced NewHandler function in server.go to create a reusable HTTP handler. - Updated configuration validation logic to ensure proper error handling and defaults.
v1.0.1
Refactor configuration loading and enhance README documentation for c…
v1.0.0
Update golang:alpine in Dockerfile