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

BREAKING CHANGE: {conn => close}pool and remove New() #30

Merged
merged 2 commits into from
Nov 25, 2024
Merged

Conversation

bassosimone
Copy link
Member

This diff renames the connpool package to closepool, since we reckon that is the correct naming. A connpool would also allow to get/put connections, which the package does not allow for.

Hence, choose a more appropriate naming.

While there, drop the New constructor that was just constructing an empty value already ready to use.

This diff renames the connpool package to closepool, since we
reckon that is the correct naming. A connpool would also allow
to get/put connections, which the package does not allow for.

Hence, choose a more appropriate naming.

While there, drop the New constructor that was just constructing
an empty value already ready to use.
@bassosimone bassosimone changed the title BREAKING CHANGE: {conn => close}pool and remove New constructor BREAKING CHANGE: {conn => close}pool and remove New() Nov 25, 2024
@bassosimone bassosimone merged commit 6f272cb into main Nov 25, 2024
1 check passed
@bassosimone bassosimone deleted the breaking branch November 25, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant