Skip to content

Tags: ash-project/ash_events

Tags

v0.7.0

Toggle v0.7.0's commit message
release v0.7.0

[v0.7.0](v0.6.0...v0.7.0) (2026-03-29)
Features:
* tidewave: add recompile hook for project_eval by [@Torkan](https://github.com/Torkan)
* worktree: isolate test database per worktree by [@Torkan](https://github.com/Torkan)
* worktree: allow cmux commands in sandbox settings by [@Torkan](https://github.com/Torkan)
* worktree: generate Claude sandbox settings for worktrees by [@Torkan](https://github.com/Torkan)
Bug Fixes:
* handle bulk_destroy with soft delete (#85) by [@Torkan](https://github.com/Torkan)
* implement atomic/3 on replay changes for ignored action compatibility by [@Torkan](https://github.com/Torkan)
* tidewave: correct MCP endpoint path to /tidewave/mcp by [@Torkan](https://github.com/Torkan)
* clear managed relationships during replay and capture belongs_to FKs in changed_attributes by [@Torkan](https://github.com/Torkan)
* preserve ManageRelationship visibility for AshPhoenix nested forms (#87) by [@Torkan](https://github.com/Torkan)
* tidewave: read port from TIDEWAVE_PORT env var by [@Torkan](https://github.com/Torkan)

v0.6.0

Toggle v0.6.0's commit message
release v0.6.0

[v0.6.0](v0.5.1...v0.6.0) (2026-02-04)
Features:
* destroy: add soft delete support and comprehensive tests by [@Torkan](https://github.com/Torkan)
* add store_sensitive_attributes dsl option by [@Torkan](https://github.com/Torkan)
Bug Fixes:
* replay: support non-writable UUID primary keys during replay by [@Torkan](https://github.com/Torkan)
* action-wrappers: handle nil source_context to allow actions without actor by [@Torkan](https://github.com/Torkan)
* upsert: use update_timestamp for occurred_at when upsert updates existing record by [@Torkan](https://github.com/Torkan)
* tests: remove duplicate atomic create test assertion by [@Torkan](https://github.com/Torkan)
* mix: move preferred_cli_env to cli/0 callback by [@Torkan](https://github.com/Torkan)
* events: return notifications from event creation to prevent missed notification warnings by [@Torkan](https://github.com/Torkan)

v0.5.1

Toggle v0.5.1's commit message
release v0.5.1

v0.5.1 (2025-09-19)
Bug Fixes:
* silence compile warnings when adding advisory xact lock by Torkild G. Kjevik
Improvements:
* remove redundant verifier by Torkild G. Kjevik

v0.5.0

Toggle v0.5.0's commit message
release v0.5.0

v0.4.4

Toggle v0.4.4's commit message
release v0.4.4

v0.4.4 (2025-08-21)
Bug Fixes:
* Ignore params that are not action attributes or arguments when creating event. by Torkild Kjevik

v0.4.3

Toggle v0.4.3's commit message
release v0.4.3

v0.4.3 (2025-07-17)
Bug Fixes:
* properly cast all attrs/args before creating event. by Torkild G. Kjevik
* try converting value to existing atom before dumping. by Torkild G. Kjevik

v0.4.2

Toggle v0.4.2's commit message
release v0.4.2

v0.4.2 (2025-07-02)
Bug Fixes:
* include usage-rules in the package files by Zach Daniel

v0.4.1

Toggle v0.4.1's commit message
release v0.4.1

v0.4.1 (2025-07-02)
Bug Fixes:
* handle opts templates when replaying change modules by Zach Daniel
* Proper handling of validation modules in replay change wrapper. by Torkild Kjevik

v0.4.0

Toggle v0.4.0's commit message
release v0.4.0

v0.4.0 (2025-06-25)
Features:
* add create_timestamp & update_timestamp in events block. by Torkild Kjevik
* Add allowed_change_modules. by Torkild Kjevik
Bug Fixes:
* add proper handling of embedded resources. by Torkild Kjevik
* make ash_events work seamlessly with policies & other extensions. by Torkild Kjevik
* handle ash_state_machine transitions. by Torkild Kjevik
* verify actor resources used in persist_actor_primary_key. by Torkild Kjevik

v0.3.0

Toggle v0.3.0's commit message
release v0.3.0

v0.3.0 (2025-06-04)
Features:
* add only_actions field in events-section.
Bug Fixes:
* pass context from the parent to the child