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

chore: move Helpers into Algolia namespace #492

Closed
wants to merge 4 commits into from

Conversation

DevinCodes
Copy link

Q A
Bug fix? no
New feature? no
BC breaks? yes
Related Issue Fix #488
Need Doc update no

Describe your change

This moves our Helpers module out of the global namespace to prevent possible collisions with other packages or applications. This is technically a BC-breaking change, since some users may rely on this class outside of the code we maintain. This means we likely can't release this until the next major release.

@DevinCodes DevinCodes closed this Aug 23, 2024
@DevinCodes
Copy link
Author

Closing this as it's no longer relevant in the new major version of the API client 🙂

@DevinCodes DevinCodes deleted the fix/helpers-namespace branch August 23, 2024 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helpers module is in global namespace
2 participants