Releases: PlugFox/foxy-gram-server
Releases · PlugFox/foxy-gram-server
v0.2.1
v0.2.0
v0.1.2
v0.1.1
v0.1.0
Feature/captcha (#11) * Refactor CI workflow to match version tags without wildcard * Refactor captcha handling and storage * Send captcha * Add captcha verification * Refactor captcha handling and storage, and add captcha verification * Refactor captcha deletion and logging * Refactor package structure for server-related files * Refactor captcha.go file * Refactor linter configuration and remove unused linters * Refactor test files: Remove unused imports and commented code * Add warning
v0.0.11
Feature/api (#10) * Refactor server shutdown and signal handling * Refactor server shutdown and signal handling * Add server * Refactor health check endpoint to include server and telegram status * Refactor health check endpoint to include server and telegram status * Refactor main.go to include server shutdown and signal handling * Refactor main.go to include setting the maxprocs environment variable in container runtimes * Refactor main.go to remove unused code for server shutdown and signal handling * Refactor main.go to remove unused code for server shutdown and signal handling * Refactor response.go to include error status and extra data * File server * Refactor main.go to remove unused code for echo endpoint * Refactor main.go to remove duplicate code for echo endpoint * Refactor response.go to include error status and extra data * Refactor routes.go and server.go to improve echo endpoint functionality * Refactor global package and add err package * Add verification from API * Refactor .golangci.yml to disable nestif linter