You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## major.minor.patch (yyyy.mm.dd)
9
9
10
+
## 0.5.0 (2025.01.08)
11
+
12
+
### Added
13
+
14
+
* User(s) can use another HTTP client instead of default ([Req](https://hexdocs.pm/req)).
15
+
16
+
### Changed
17
+
18
+
* Update docs
19
+
* Static to Dynamic fetching of application name for connection defaults.
20
+
* Update docs and include few anchor links.
21
+
* Update specific test where async is disabled when using [`Application.put_env/4`](https://elixirforum.com/t/using-application-get-env-application-put-env-in-exunit-tests/8019/2)
And here's a reference taken from one of functions from [`Collections`](https://hexdocs.pm/open_api_typesense/OpenApiTypesense.Collections.html#create_collection/3), as
140
+
you may want to match the params:
141
+
142
+
```elixir
143
+
defcreate_collection(%Connection{} = conn, body, opts) whenis_struct(conn) do
0 commit comments