Expected API breaking changes for november #12
Pinned
CypherPotato
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
Since Sisk was built, its API has been reworked several times, with several breaking changes along the way. I'd like to present changes planned for the future, specifically November, and the motivation for each.
HttpRequest.Query
. Starting from the November version, route parameters will no longer be present in theHttpRequest.Query
property but rather in the newHttpRequest.RouteParameters
.HttpRequest.RawBody
orHttpRequest.Body
, anOutOfMemory
exception will be thrown if the payload is larger than 2GB. This change does not affectHttpServerConfiguration.MaximumContentLength
.Furthermore, the new HTTP QUERY method is likely to become a reality in the coming days. If the official RFC is published, Sisk will implement the new method for its router. Also, you could read the Sisk's new blog, where the maintainer publishes tips on using the framework.
Please let me know if you have any objections to these changes and how they might impact your project.
Thank you for using Sisk.
Beta Was this translation helpful? Give feedback.
All reactions