v0.1.5
·
27 commits
to main
since this release
Added
- Lifecycle guide with Mermaid diagrams covering all phases from startup through shutdown
- Mermaid diagram rendering support in ExDoc
usage-rules.mdfor LLM agent guidance via the usageRules ecosystem
Changed
- Oban scheduler
oban_instanceoption now defaults toOban, matching the common case where apps use a single default Oban instance
Fixed
- Documentation in
DurableObject.Schedulernow uses correct option names (oban_instanceandoban_queue) to match the implementation - Oban scheduler documentation now shows simple default configuration first, with customization options explained separately