Skip to content

Commit dc329ab

Browse files
authored
Update changelog (#15)
1 parent f7d4167 commit dc329ab

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.9.0 (2024-02-28)
2+
3+
This is the first release published under the `algolia_ex` package name.
4+
5+
* Add support for [push events](https://www.algolia.com/doc/rest-api/insights/#send-events) request
6+
* Add support for [browse](https://www.algolia.com/doc/rest-api/search/#browse-index-post) request
7+
* Add `:telemetry` instrumentation to requests and searches
8+
* Use POST method for search and browse requests
9+
* **BREAKING**: Use Tesla to make requests instead of Hackney directly. You may need to configure the default Tesla adapter to use something besides the default `:httpc` adapter.
10+
* **BREAKING**: Add `Algolia.new/1` to create a client, and require passing a client to all API functions. Different clients can use different API keys and application IDs, allowing you to access multiple Algolia applications in the same Elixir app. See the API documentation for more info.
11+
112
## v0.8.0 (2018-11-17)
213

314
* Allow extra HTTP headers to be passed along Algolia requests

0 commit comments

Comments
 (0)