-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* serving init opts * serving run pass * serving tests passing * handle extra args * move message send logic * message send * organize * format * main typespecs * other typespecs * message tests * unreachable code * remove serving already started case * finish typespecs * name to pid * update docs * docs final * changelog
- Loading branch information
1 parent
cb19734
commit 542cc4f
Showing
14 changed files
with
668 additions
and
381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
|
||
## 0.1.2 | ||
This release removes [application environment configuration](https://hexdocs.pm/elixir/1.17.2/design-anti-patterns.html#using-application-configuration-for-libraries) and moves to an opts-based configuration. See [README.md](README.md#configuration) for more info. | ||
|
||
### Features | ||
- Configure `Agens` via `Supervisor` opts instead of `Application` environment | ||
- Add `Agens.Agent.get_config/1` | ||
- Add `Agens.Serving.get_config/1` | ||
- Support sending `Agens.Message` without `Agens.Agent` | ||
- Override default prompt prefixes with `Agens.Serving` | ||
|
||
### Fixes | ||
- `Agens.Job.get_config/1` now wraps return value with `:ok` tuple: `{:ok, Agens.Job.Config.t()}` | ||
- Replaced `module() | Nx.Serving.t()` with `atom()` in `Agens.Agent.Config.t()` | ||
|
||
## 0.1.1 | ||
Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.