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

fix(clients): remove all client side validation expect null check #3936

Merged
merged 3 commits into from
Oct 9, 2024

Conversation

millotp
Copy link
Collaborator

@millotp millotp commented Oct 9, 2024

🧭 What and Why

🎟 JIRA Ticket: DI-3031

closes algolia/algoliasearch-client-ruby#506

The client should delegate all validation to the API, or default value setting.
This is because if the API changes the bounds for example, we should not prevent the client from calling the API.

I left nil validation because it can cause other issues, and we have it in the legacy clients.

@millotp millotp self-assigned this Oct 9, 2024
@millotp millotp requested a review from a team as a code owner October 9, 2024 21:29
@algolia-bot
Copy link
Collaborator

algolia-bot commented Oct 9, 2024

✔️ Code generated!

Name Link
🪓 Triggered by 678f41400ce30ef1ba3ba53cb75fe9b6e44c96b3
🍃 Generated commit ec19d624e3cf39be665ec87f5b2e0972364606c3
🌲 Generated branch generated/fix/no-validation
📊 Benchmark results

Benchmarks performed on the method using a mock server, the results might not reflect the real-world performance.

Language Req/s
go 1679
javascript 1602
php 1512
csharp 1401
java 1058
python 998
ruby 925
swift 776

@millotp millotp merged commit ee6c043 into main Oct 9, 2024
29 checks passed
@millotp millotp deleted the fix/no-validation branch October 9, 2024 23:04
algolia-bot added a commit that referenced this pull request Oct 9, 2024
algolia-bot added a commit to algolia/algoliasearch-client-go that referenced this pull request Oct 9, 2024
algolia-bot added a commit to algolia/algoliasearch-client-php that referenced this pull request Oct 9, 2024
algolia-bot added a commit to algolia/algoliasearch-client-ruby that referenced this pull request Oct 9, 2024
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.

[bug]: broken Recommend API
3 participants