Development Insight - Resty v3.0.0 #720
Replies: 3 comments
-
Also need to decide if the requests objects are immutable as well as the client objects by the internal code. If it is, then we can reuse the request objects, otherwise make a clear statement in the documentation. I think the client object should be thread-safe via RW mutex, but the request should not. |
Beta Was this translation helpful? Give feedback.
-
I'm considering keeping the Request object's nature as-is, and I agree on the client object with RW mutex. |
Beta Was this translation helpful? Give feedback.
-
Is there a target release date for v3? Probably not, of course, I'm just trying to get an idea of the timeline. |
Beta Was this translation helpful? Give feedback.
-
This discussion aims to provide high-level insight into v3.0.0 development. Feel free to engage and share ideas and inputs.
Branching Approach
Design Improvements (Possibly will result in breaking changes)
Client
Middleware
Introducing Package middleware with all the existing middleware will be exported, and the sub-function will be exposed as complete middleware.Retry, Redirect
Debating about creating the package; it is still being decided!! Is it worth it??And so on.
Introducing package internal to park certain internal functionalityDocumentation and Website
go-resty.org, and I'm wondering which one to use.So far, I have captured my thoughts and will continue to do so here.
Beta Was this translation helpful? Give feedback.
All reactions