Skip to content
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

[confighttp] Update public methods to accept context.Context #9807

Closed
Tracked by #9490
TylerHelmuth opened this issue Mar 21, 2024 · 9 comments · Fixed by #10138
Closed
Tracked by #9490

[confighttp] Update public methods to accept context.Context #9807

TylerHelmuth opened this issue Mar 21, 2024 · 9 comments · Fixed by #10138
Assignees

Comments

@TylerHelmuth
Copy link
Member

No description provided.

@TylerHelmuth TylerHelmuth changed the title confighttp [confighttp] Update public methods to accept context.Context Mar 21, 2024
@AkhigbeEromo
Copy link
Contributor

Hello @TylerHelmuth can this issue be assigned to me?

And also just to confirm what I am working on, the public functions in this package are:

  • ToClient
  • ToListener
  • ToServer

@TylerHelmuth
Copy link
Member Author

@AkhigbeEromo I agree that those are 3 three functions to add context to.

@AkhigbeEromo
Copy link
Contributor

Okay @TylerHelmuth , i will start working on this issue.

Can it be assigned to me?

codeboten pushed a commit that referenced this issue Apr 5, 2024
Added context.Context to the following functions:

ToClient
ToServer
ToListener
Link:
#9807
@codeboten
Copy link
Contributor

Closed by #9895

@TylerHelmuth TylerHelmuth reopened this Apr 5, 2024
@TylerHelmuth
Copy link
Member Author

TylerHelmuth commented Apr 5, 2024

This isn't complete until we go through the deprecation cycle. We need to:

  • Wait for the Release v0.98.0
  • Rename the To*Context functions to To* by deprecating the To*Context versions and adding context.Context to the To* versions.
  • Wait for the v0.99.0 release
  • Remove the deprecated To*Context functions.

@AkhigbeEromo
Copy link
Contributor

Is there anything i will need to do? @TylerHelmuth

@codeboten
Copy link
Contributor

@TylerHelmuth fair enough, apologies for closing too eagerly

@TylerHelmuth
Copy link
Member Author

@AkhigbeEromo yup, over the next 2 release cycles you can work on those tasks I listed out. For now we wait for the next release.

@AkhigbeEromo
Copy link
Contributor

Understood, Thank you @TylerHelmuth

codeboten added a commit that referenced this issue Apr 12, 2024
…ntext (#9944)

Replaced by ToClient, ToServer, ToListener

Related to #9807

---------

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
mx-psi pushed a commit that referenced this issue May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants