Skip to content

Releases: jaeyson/ex_typesense

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.

0.4.2

19 Jun 11:13
v0.4.2
7e44435
Compare
Choose a tag to compare

0.4.2 (2024.06.19)

Changed

  • README and cheatsheet details regarding on setup for creation of collection schema.

0.4.1

11 Jun 02:24
Compare
Choose a tag to compare

0.4.1 (2024.06.11)

Changed

  • README on running docker compose.

0.4.0

09 Jun 03:11
28652c3
Compare
Choose a tag to compare

0.4.0 (2024.05.20)

Added

  • Connection module for dynamic loading of credentials.
  • Default connection config when running commands (e.g. create collections, etc.).

Changed

  • Refactor ExTypesense.HttpClient on how to handle request.
  • Bumped dependencies' version.
  • Dropped usage of :httpc in favor of using Req library.

Deprecated

  • Some functions from Document and HttpClient where soft depcrated in order to incorporate the Connection module for dynamic connections loaded from Ecto schema. If you read the docs, you might notice it's marked with deprecated and encourages to use the newer ones.

0.3.5

13 Aug 14:14
Compare
Choose a tag to compare

0.3.5 (2023.08.13)

  • Fixed typos

0.3.4

12 Jul 13:23
Compare
Choose a tag to compare

Changelog (2023.07.12)

  • Remove string conversion on struct id when deleting a document.

0.3.3

11 Jul 15:55
Compare
Choose a tag to compare

Changelog (2023.07.11)

  • Add index_multiple_documents/1 clause for accepting struct args

0.3.2

11 Jul 13:26
Compare
Choose a tag to compare

Changelog (2023.07.11)

  • Maps struct pk to document's id

  • Update http request timeout to 3,600 seconds