Skip to content

Releases: jaeyson/ex_typesense

1.0.2

30 Jan 03:42
v1.0.2
e142f23
Compare
Choose a tag to compare

1.0.2 (2025.01.30)

Changed

  • Bump dependency version.

Full Changelog: v1.0.1...v1.0.2

1.0.1

26 Jan 13:32
v1.0.1
209a1f9
Compare
Choose a tag to compare

1.0.1 (2025.01.26)

Changed

  • Bump dependency version.
  • README banner image

Full Changelog: v1.0.0...v1.0.1

1.0.0

20 Jan 09:00
v1.0.0
fac17da
Compare
Choose a tag to compare

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 to ExTypesense.Search)

Deprecated

  • Dropped support for Typesense v0.25.2

What's Changed

Full Changelog: v0.7.3...v1.0.0

0.7.3

11 Nov 08:47
v0.7.3
bd42b70
Compare
Choose a tag to compare

0.7.3 (2024.11.11)

Added

  • {:error, String.t()} type for Search.search/3

0.7.2

07 Nov 08:18
v0.7.2
baf8f15
Compare
Choose a tag to compare

0.7.2 (2024.11.07)

Changed

  • Use v27.1 of Typesense in CI and local development.

0.7.1

10 Sep 13:21
v0.7.1
738829a
Compare
Choose a tag to compare

0.7.1 (2024.09.10)

Removed

  • :castore dependency not passing on CI test

0.7.0

10 Sep 13:12
v0.7.0
f5a9ce6
Compare
Choose a tag to compare

0.7.0 (2024.09.10)

Changed

  • HTTP request construction in ExTypesense.HttpClient to include options.
  • Bumped dependencies

Added

  • options in config config/configx.exs.
  • get_options/0 function in HttpClient to fetch the options configuration.
  • tests for get_options/0 in ExTypesense.HttpClientTest.

0.6.0

14 Jul 17:24
v0.6.0
d69b3c7
Compare
Choose a tag to compare

0.6.0 (2024.07.15)

Changed

  • Move application env variables from test_helper.exs to config directory, in usage for both dev and test environments.

Added

0.5.0

13 Jul 13:37
v0.5.0
36eef5d
Compare
Choose a tag to compare

0.5.0 (2024.07.13)

Changed

  • README regarding default_sorting_field, where it joins the table name with "_id" (e.g. images is images_id instead of image_id).

Added

Removed

  • HttpClient.run and HttpClient.httpc_run function (use HttpClient.request).

0.4.3

03 Jul 16:42
7838016
Compare
Choose a tag to compare

0.4.3 (2024.07.03)

Changed

  • README regarding test and connection strings.
  • Replacing connection struct to map.