ash_archival/CHANGELOG.md

67 lines
1.6 KiB
Markdown
Raw Normal View History

2022-07-14 07:16:01 +12:00
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
2024-06-24 02:47:07 +12:00
## [v1.0.1](https://github.com/ash-project/ash_archival/compare/v1.0.0...v1.0.1) (2024-06-23)
### Bug Fixes:
* set `ash_archival` on the bulk destroy read query
* ensure `ash_archival: true` is set on all destroy invocations
### Improvements:
* update ash for `atomic_upgrade_with` feature
2024-05-11 10:39:27 +12:00
## [v1.0.0](https://github.com/ash-project/ash_archival/compare/v1.0.0...v1.0.0) (2024-05-10)
### Improvements:
* support `base_filter? true` option
## [v1.0.0](https://github.com/ash-project/ash_archival/compare/v1.0.0...v1.0.0) (2024-05-10)
### Improvements:
* support `base_filter? true` option
## [v1.0.0](https://github.com/ash-project/ash_archival/compare/v1.0.0-rc.1...v1.0.0) (2024-05-10)
### Improvements:
* support `base_filter? true` option
2024-05-09 10:55:30 +12:00
## [v1.0.0](https://github.com/ash-project/ash_archival/compare/v1.0.0-rc.0...v0.1.5)
2024-04-27 16:31:46 +12:00
2024-05-09 10:55:30 +12:00
The changelog is being restarted. See `/documentation/0.x-CHANGELOG.md` in GitHub for previous changelogs.
2024-04-27 16:31:46 +12:00
2024-04-26 19:31:42 +12:00
### Breaking Changes:
2024-05-09 10:55:30 +12:00
- [AshArchival] don't use `base_filter` anymore, allowing for more flexible design
2024-04-26 19:31:42 +12:00
### Improvements:
2024-05-09 10:55:30 +12:00
- [AshArchival] support filters on upsert actions
2022-07-14 07:16:01 +12:00
### Improvements:
2024-05-09 10:55:30 +12:00
- [AshArchival] rewritten to support atomics & bulk actions to take advantage of new bulk actions
- [AshArchival] add `exclude_read_actions` to exclude some actions from filtering archived items
- [AshArchival] add `exclude_destroy_actions` to exclude some actions from being intercepted