algoliasearch-client-ruby
algoliasearch-client-ruby copied to clipboard
chore: move Helpers into Algolia namespace
| 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.