Skip to content

Releases: koryxio/koryx-serv

v1.0.3

09 Mar 14:10

Choose a tag to compare

Update Dockerfile to use specific Alpine version and enhance package …

v1.0.2

06 Mar 12:48

Choose a tag to compare

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

26 Feb 21:12

Choose a tag to compare

Refactor configuration loading and enhance README documentation for c…

v1.0.0

26 Feb 15:35

Choose a tag to compare

Update golang:alpine in Dockerfile