Packages
Upsert multiple nested Ecto schema structs to the database with a single function call.
Retired package: Renamed - renamed to bulkinup: https://hex.pm/packages/bulkinup
Current section
Files
Jump to
Current section
Files
bulk_upsert
CHANGELOG.md
CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 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