Skip to content

Release v4.26.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Nov 15:51
· 75 commits to master since this release
01ec106

4.26.0 (2025-11-16)

Features

Bug Fixes

  • accept v3 fields in filters when using v3 jobs (#2321) (bf4183a)
  • add jobParams.username to v3 output as per migration (#2320) (6586fa4)
  • dataset sourceFolderHost should accept URLs (#2270) (6117cdd), closes #2235
  • default datasetName to sourceFolder last 2 (#2349) (b348976)
  • enhance replaceLikeOperatorRecursive to support 'ilike' operator (#2342) (f1ee2da)
  • exclude history from v3 when not in fields (#2347) (c40bb73)
  • proposal filter config typo (#2330) (e6407a9)
  • readd fields as obj for v3 for backward compatibility (#2341) (3774601)
  • return history _id as string (#2340) (d04d68d)
  • updated error message on duplicated pid on post to contain the pid (#2319) (7fe2399)
  • use custom email list validation rule for contactEmail (#2318) (c774c8e)

Code Refactoring

  • change the naming of the config flag to hideEmptyMetadataTable (#2315) (ce84840)
  • use custom filter decorator to simplify controller (#2343) (e915eed)

Documentation

  • default list settings configuration guide (#2306) (156032d)

Build Systems