🎉 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:latestAvailable 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