Releases: jaeyson/ex_typesense
Releases · jaeyson/ex_typesense
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.ResultParser
module (moved toExTypesense.Search
)
Deprecated
- Dropped support for Typesense v0.25.2
What's Changed
Full Changelog: v0.7.3...v1.0.0
0.7.3
0.7.2
0.7.1
0.7.0
0.7.0 (2024.09.10)
Changed
- HTTP request construction in
ExTypesense.HttpClient
to includeoptions
. - Bumped dependencies
Added
options
in configconfig/configx.exs
.get_options/0
function inHttpClient
to fetch theoptions
configuration.- tests for
get_options/0
inExTypesense.HttpClientTest
.
0.6.0
0.6.0 (2024.07.15)
Changed
- Move application env variables from
test_helper.exs
toconfig
directory, in usage for bothdev
andtest
environments.
Added
- Function: multi search
0.5.0
0.5.0 (2024.07.13)
Changed
README
regardingdefault_sorting_field
, where it joins the table name with "_id" (e.g.images
isimages_id
instead ofimage_id
).
Added
- Function: delete by query.
- Function: delete all documents in a collection.
- Collection's schema field parameters:
:vec_dist
:store
:reference
:range_index
:stem
Removed
HttpClient.run
andHttpClient.httpc_run
function (useHttpClient.request
).