-
Notifications
You must be signed in to change notification settings - Fork 222
Roadmap 1.0
Vladimir Kostyukov edited this page Mar 29, 2016
·
10 revisions
- Respond multiple content-types per coproduct endpoint (see #575)
- Content-type negotiation based on
Accept
header (see #510) - Accept multiple content-types per
body*
endpoint (see #562 and #335) -
finch-generic
, a standalone package providing generic derivation (see #528) - JSON streaming request (see #336 and #557)
- Figure out whether or not to keep
ValidationRule
(see #513) - Better API for
io.finch.items
(see #529) - Decode JSON directly from
Buf
(see #511) - Better story for
Encode.*[Exception]
(see #547) - Reduce the performance gap between Finagle/Finch to 10% (see https://github.com/finagle/finch#performance)