-
Notifications
You must be signed in to change notification settings - Fork 528
Description
This is an issue for gathering feedback on the Ring 2.0 design.
The code and documentation will be held in the 2.0 branch of the repository.
The first draft specification for Ring 2.0 is now available to read, and accompanying it is an architecture design record that attempts to explain the decision-making behind the design.
New features for Ring 2.0 include:
- Namespaced request and response maps
- Request body changed from Java
InputStream
to protocol - Websockets
- HTTP/2 push promises
Note that Ring does not use semantic versioning. Ring 2.0 will be backward compatible with Ring 1.0, as described in the ADR.
As of writing this design has not yet been implemented in code. The next step is to create an alpha release that implements the draft spec, allowing the community to try the design out. I anticipate Ring 2.0 will remain in alpha for a while, in a similar fashion to Clojure spec, to allow plenty of time for community feedback and testing.