Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Nov 15:41
· 3 commits to main since this release
3df83ca

🎉 Echo Server v1.0.0

Complete echo server implementation with Fiber v3 framework and full Docker support.

✨ Features

  • Support for GET, POST, PUT, PATCH, DELETE methods
  • Customizable responses via headers or query parameters
  • Custom HTTP status codes, bodies, and headers
  • Custom response latency control
  • Environment variable access
  • File/folder exploration
  • Health check endpoint (/health)
  • Docker support with multi-stage builds (amd64 & arm64)

📦 Docker Image

docker pull ghcr.io/DonsWayo/echo-server:v1.0.0
docker pull ghcr.io/DonsWayo/echo-server:latest

Available for both linux/amd64 and linux/arm64 platforms.

📝 Changes in this Release

See CHANGELOG.md for detailed changes.

📚 Documentation

See README.md for complete usage instructions.

What's Changed

  • Upgrade dependencies and release on GitHub by @DonsWayo in #1
  • ci: add automated GitHub release workflow by @DonsWayo in #2

New Contributors

Full Changelog: https://github.com/DonsWayo/echo-server/commits/v1.0.0