Releases: jaeyson/ex_typesense
Releases · jaeyson/ex_typesense
2.0.1
2.0.0
1.2.1
1.2.0
1.2.0 (2025.04.06)
Added
Stemmingmodule- Tests for new module
ExTypesense.get_schema_changes- Support for Typesense v28.0
Changed
- Pass
unionkey on multi search - Bump dependency version.
Removed
ExTypesense.get_collection_name, useExTypesense.get_collection_alias
What's Changed
Full Changelog: v1.1.1...v1.2.0
1.1.1
1.1.0
1.1.0 (2025.03.02)
Added
Collection.create_collection_with_alias/1.- Allow module name (atom) to be passed as alias name in
Collection.create_collection_with_alias/1. - Typespec to pass also omodule name (atom) for
Collection.create_collection_with_alias/1. - Separate dev and test environments.
Fixed
- Typespecs for
Search.multi_search_ecto. - Return values of
Search.multi_search_ectoforsearch_test.exs.
Deprecated
Collection.get_collection_name/1
What's Changed
- Bump ex_doc from 0.36.1 to 0.37.0 by @dependabot in #66
- Create a collection and point it to alias by @jaeyson in #68
Full Changelog: v1.0.2...v1.1.0
1.0.2
1.0.1
1.0.1 (2025.01.26)
Changed
- Bump dependency version.
- README banner image
Full Changelog: v1.0.0...v1.0.1
1.0.0
1.0.0 (2025.01.19)
Added
- External docs link for example of using another HTTP client.
- More test coverage
Changed
- Backwards-incompatible changes, in favor of using
OpenApiTypesense. - Bump dependencies
- CI to support Typesense versions v26.0, v27.0, v27.1
Removed
- Dropped support for Typesense version v0.25.2
ExTypesense.ResultParsermodule (moved toExTypesense.Search)
Deprecated
- Dropped support for Typesense v0.25.2
What's Changed
Full Changelog: v0.7.3...v1.0.0