Skip to content

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 24 Feb 08:47
· 110 commits to main since this release
4d0a4e1

Added

  • kura_preloader module — extracted preload logic from kura_repo_worker into a dedicated module
  • kura_changeset_assoc module — extracted cast_assoc, put_assoc, and association coercion from kura_changeset
  • Comprehensive integration tests (356 total) covering all query operators, aggregates, joins, bulk ops, multi pipelines, on_conflict upserts, constraint errors, type round-trips, and all association/preload types

Fixed

  • Constraint error handling (unique_constraint, foreign_key_constraint, check_constraint) now correctly unwraps pgo {pgsql_error, Map} tuples
  • put_assoc for many_to_many now preserves primary key in changeset data