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

Update client for v28 changes #192

Merged
merged 7 commits into from
Feb 16, 2025
Merged

Update client for v28 changes #192

merged 7 commits into from
Feb 16, 2025

Conversation

tharropoulos
Copy link
Contributor

Change Summary

This pull request includes significant updates to the Typesense API, including new features, schema modifications, and documentation updates. The most important changes are the addition of stemming dictionary support, new query parameters, and updates to the API version and documentation links.

New Features:

  • Added support for stemming dictionaries, including endpoints to list, retrieve, and import stemming dictionaries. (typesense/api/generator/generator.yml, typesense/api/generator/openapi.yml) [1] [2] [3] [4]

Schema Modifications:

  • Introduced new fields such as stem_dictionary, symbols_to_index, token_separators, and max_filter_by_candidates to the schema. (typesense/api/generator/generator.yml) [1] [2]
  • Added SchemaChangeStatus object to track schema change operations. (typesense/api/generator/generator.yml, typesense/api/generator/openapi.yml) [1] [2]

New Query Parameters:

  • Added truncate and max_filter_by_candidates query parameters to various endpoints. (typesense/api/generator/generator.yml, typesense/api/generator/openapi.yml) [1] [2] [3] [4]

API Version Update:

  • Updated API version from 27.0 to 28.0. (typesense/api/generator/generator.yml, typesense/api/generator/openapi.yml) [1] [2]

Documentation Updates:

  • Updated external documentation links to reflect the new API version 28.0. (typesense/api/generator/generator.yml, typesense/api/generator/openapi.yml) [1] [2] [3] [4]

PR Checklist

- the new `stem_dictionary` is added on every field created in a
  collection in v28
- add `StemmingInterface` with dictionary management methods
- implement dictionary create, retrieve and list operations
- add integration tests for stemming dictionary operations
- register stemming client in the main `Client` struct
@kishorenc kishorenc merged commit 01ce554 into typesense:master Feb 16, 2025
2 checks passed
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.

2 participants