Current section

Files

Jump to
supra CHANGELOG.md
Raw

CHANGELOG.md

# Change Log
## Unreleased
## v2.0.0
- Introduce `Supra.Error` for more precise raises.
- Add `Supra.stream` with more control over how stream functions.
- `Supra.stream_by` accepts `:batch_size` option.
## v1.1.0
- Add `Supra.stream_by` for streaming queries outside of transactions.
## v1.0.0
- Verify support for Elixir 1.17.0.
- *Breaking*: Drop support for Elixir older than 1.15.0.
## v0.3.0
- Add `preloadable` type, which can be nil, a struct, or a list of structs and matches the type allowed by
Ecto.Repo.preload/3.
## v0.2.0
- Supra.first limits a query to one result and returns that result.
## Unreleased
- Initial setup.