<a name="unreleased"></a>
## Unreleased

<a name="v0.1.18"></a>
## [v0.1.18](https://github.com/marinac-dev/qdrant/compare/v0.1.15...v0.1.18)

> 2026-08-02

### Features

* **qdrant:** Added Qdrant 1.18 named-vector, optimization, shard-key,
  cluster-telemetry, and current-shard-snapshot operations.
* **qdrant:** Added the Qdrant 1.18 timeout and per-collection query options.
* **qdrant:** Updated the supported toolchain to Elixir 1.20.2 on OTP 29 and
  upgraded Tesla to 1.21.

### Bug Fixes

* **qdrant-api-http:** Corrected Qdrant 1.18 REST paths, query options, batch
  wrappers, payload selectors, multipart snapshot fields, and service response
  handling.

<a name="v0.1.15"></a>
## [v0.1.15](https://github.com/marinac-dev/qdrant/compare/v0.0.8...v0.1.15)

> 2026-08-01

### Features

* **qdrant-client:** Added explicit, independently configured `Qdrant.Client`
  values.
* **qdrant:** Added a supervised Finch pool, configurable transport timeouts,
  bounded in-memory responses, and streamed snapshot file transfers.
* **qdrant-error:** Added stable `Qdrant.Error` values with response and request
  metadata.

### Bug Fixes

* **qdrant-api-http:** Corrected Qdrant 1.15 REST paths, query options, batch
  wrappers, payload selectors, multipart snapshot fields, and service response
  handling.
* **qdrant:** Made REST the only supported interface and rejected gRPC
  configuration.
* **qdrant:** Preserved complete Qdrant response envelopes across endpoint
  families.

### Deprecations

* **qdrant:** Deprecated `collection_info` and `get_collection_details` in
  favor of `get_collection`.
* **qdrant:** Deprecated `upsert_point` in favor of `upsert_points`.

<a name="v0.0.7"></a>
## [v0.0.7](https://github.com/marinac-dev/qdrant/compare/v0.0.6...v0.0.7)

> 2023-05-14

### Chores

* Update hex.pm license

### Features

* **qdrant:** Multiple changes
* **qdrant:** Add API key for Cloud and make port configurable. ([#4](https://github.com/marinac-dev/qdrant/issues/4))


<a name="v0.0.6"></a>
## [v0.0.6](https://github.com/marinac-dev/qdrant/compare/v0.0.5...v0.0.6)

> 2023-04-23

### Bug Fixes

* **qdrant-points:** Fix upsert_body typespec and use PUT instead of POST

### Chores

* Bump version
* Update README.md
* Update LICENSE
* Update CHANGELOG

### Features

* **qdrant:** Add API key for Cloud and make port configurable.
* **qdrant:** Update Qdrant module
* **qdrant:** Decouple Points from Collections into it's own module
* **qdrant:** WIP Qdrant module
* **qdrant:** Add Api Wrapper module
* **qdrant-types:** Extract typespec into module

### Tidbit

* Update variable name


<a name="v0.0.5"></a>
## [v0.0.5](https://github.com/marinac-dev/qdrant/compare/v0.0.4...v0.0.5)

> 2023-04-07

### Chores

* Bump version

### Features

* **qdrant:** Add Service module


<a name="v0.0.4"></a>
## [v0.0.4](https://github.com/marinac-dev/qdrant/compare/v0.0.3...v0.0.4)

> 2023-04-07

### Bug Fixes

* **qdrant:** Remove missing application
* **type:** Fix upsert_body typespec

### Chores

* Update CHANGELOG and gitignore
* Bump version

### Features

* **api-http:** Add upsert_points fn
* **qdrant:** Add scroll_points, search_points_batch, recommend_points, and recommend_points_batch FN-s
* **qdrant:** Add set_payload, overwrite_payload, delete_payload, clear_payload FN-s
* **qdrant:** Add delete_points and search_points fn
* **qdrant:** Add qdrant applicaiton


<a name="v0.0.3"></a>
## [v0.0.3](https://github.com/marinac-dev/qdrant/compare/v0.0.2...v0.0.3)

> 2023-04-07

### Chores

* Changelog update

### Features

* **api-http:** Add Cluster module with fns ([#2](https://github.com/marinac-dev/qdrant/issues/2))


<a name="v0.0.2"></a>
## [v0.0.2](https://github.com/marinac-dev/qdrant/compare/v0.0.1...v0.0.2)

> 2023-04-07

### Features

* **api-http:** Add Collections HTTP module ([#1](https://github.com/marinac-dev/qdrant/issues/1))


<a name="v0.0.1"></a>
## v0.0.1

> 2023-04-07

### Chores

* Decrese project version
* Update readme
* Add tesla as HTTP client
* Add docs dependency
* Add CHANGELOG
* Prepare package for release

### Features

* **api-http:** Add client module

### Tidbit

* Update formater and .gitignore
