Skip to content

Releases: d0lim/floo

v0.0.1-alpha.3

14 Jan 00:52
Compare
Choose a tag to compare
v0.0.1-alpha.3 Pre-release
Pre-release

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

13 Jan 14:13
Compare
Choose a tag to compare
v0.0.1-alpha.2 Pre-release
Pre-release
  1. Implemented RequestFilter and ResponseFilter
    • Made filter chaining clearer. (43bc09f)
  2. Modified README.md and examples
    • Updated documentation and example code to reflect new features. (ae287f7)
  3. 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

13 Jan 12:37
39861b0
Compare
Choose a tag to compare
v0.0.1-alpha.1 Pre-release
Pre-release

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.

⚠️ Note:
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