Changelog
View SourceAll notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.2.0 - 2026-05-31
Added
- Support for
has_oneassociations - Support for
many_to_manyassociations (related records and join table rows) - Option
:placeholdersto set fields from shared values via Ecto'sinsert_all/3placeholders
Fixed
- Default
:insert_all_optsto a map so string-keyed sources (e.g. join tables) work
v0.1.5 - 2026-03-23
Fixed
- Apply
chunk_sizeoption tohas_manyassociation upserts
v0.1.4 - 2026-02-23
Fixed
- Use separate variable for parent
insert_all_opts
v0.1.3 - 2026-02-20
Fixed
- "Has many" assoc upserts now working
Added
- Option
:chunk_size(used to specify the maximum number of items to upsert in a single query)
v0.1.2 - 2025-05-03
Added
- Add changelog to HexDocs
v0.1.1 - 2025-04-29
Added
- Fix issues with docs
v0.1.0 - 2025-04-28
Added
- Initial release