View Source Changelog

0.1.2

This release removes application environment configuration and moves to an opts-based configuration. See README.md for more info.

Features

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