Releases: d0lim/floo
Releases · d0lim/floo
v0.0.1-alpha.3
What has been changed?
- Modify internal directory to pkg directory for deployment.
Full Changelog: v0.0.1-alpha.2...v0.0.1-alpha.3
v0.0.1-alpha.2
- Implemented
RequestFilter
andResponseFilter
- Made filter chaining clearer. (43bc09f)
- Modified
README.md
and examples- Updated documentation and example code to reflect new features. (ae287f7)
- Removed unnecessary
fmt.Println()
- Cleaned up code by removing unused print statements. (129a29b)
Full Changelog: v0.0.1-alpha.1...v0.0.1-alpha.2
v0.0.1-alpha.1
This is the initial alpha release of the Floo project. While still under development, this version provides the foundational features and architecture of the framework, including:
- Core gateway functionality with basic routing and reverse proxy support.
- Predicate-based routing for path, prefix, and HTTP method matching.
- Request filtering capabilities (e.g., header manipulation, path rewriting).
- Support for custom predicates, filters, and reverse proxy implementations.
- Example routes and configuration to showcase the framework's flexibility.
This release is an alpha version and may contain bugs or incomplete features. It is not recommended for production use. Feedback and contributions are welcome to improve the project as it progresses towards stability.
Full Changelog: https://github.com/d0lim/floo/commits/v0.0.1-alpha.1