Skip to content

Weekly release 2026-04-29 - #246

Merged
AndrewRoberts1 merged 6 commits into
mainfrom
dev
Apr 29, 2026
Merged

Weekly release 2026-04-29#246
AndrewRoberts1 merged 6 commits into
mainfrom
dev

Conversation

@AndrewRoberts1

Copy link
Copy Markdown
Contributor

Added as a post_run() method to the Task class because it applies to all of them currently, but should be able to be overridden if necessary.
Disables the check against the previous file hash, meaning the file will be reingested even if it's the same as the previous version. This shouldn't generally be needed, but is useful for handling ingest errors where the same file may need to be re-parsed.
Fixes an issue introduced in ba0a3dc where identically named methods from IPackageController and IResourceController were both used, meaning the IResourceController methods were being ignored. This renames the methods for 2.10+ compatibility, and makes the old names handle both interfaces (not ideal, but we still need to support 2.9).
@AndrewRoberts1
AndrewRoberts1 merged commit d59eebd into main Apr 29, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants