-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add WithHost Option #1070
Add WithHost Option #1070
Conversation
1517c03
to
39444c5
Compare
Signed-off-by: Jaxton Winder <jaxton.winder@gmail.com> Improve error message for nil protocol Signed-off-by: Jaxton Winder <jaxton.winder@gmail.com> Add unit test for WithHost Signed-off-by: Jaxton Winder <jaxton.winder@gmail.com>
Thank you! |
@embano1 happy to help! Roughly when can we expect the next release that this change will be included in? |
@jaxtonw that is a very fair comment. We definitely should cut a new release, it's been 111 commits since our last release. IIRC, we had some breaking changes, very minimal IIRC, and therefore I'd like to discuss the versioning strategy here. We likely won't do a |
The commits can be grouped into the following categories based on their descriptions and purposes: 1. Dependency UpdatesThese commits are focused on updating dependencies, including libraries, GitHub Actions, or other tools:
2. New Features and EnhancementsThese commits introduce new features or improvements:
3. Bug FixesThese commits address bugs or issues:
4. Documentation ImprovementsThese commits improve or update documentation:
5. Performance ImprovementsThese commits improve the performance of specific components:
6. Tests and BenchmarksThese commits involve tests and benchmarking:
7. Code CleanupThese commits involve code refactoring, cleanup, or minor updates:
8. Other Updates
|
Implements suggested solution #2 from Issue #1069.
Adds a new
WithHost
option for HTTP Protocols to enable the ability to set the HTTPHost
header manually.