Skip to content

Release v1.18.3

Choose a tag to compare

@mkholt mkholt released this 26 Jun 10:48
· 17 commits to master since this release
f9d7153

1.18.3 - 26 June 2026

  • Fix: Classic calculated-field Concat threw InvalidCastException when a non-string column was concatenated with a string column, blocking Retrieve/RetrieveMultiple even if the calculated column was not requested (#338)
  • Improvement: Retrieve and RetrieveMultiple now skip evaluating calculated and formula fields that are not referenced by the ColumnSet (or, for calc fields, by the criteria/orders/links) (#338)
  • Fix: When the Workflows folder contained multiple XML files referencing the same workflow id (typically leftover files from older metadata generations), initialization threw a confusing internal "record already exists" FaultException. It now throws a MockupException at load time listing the conflicting files and instructing the user to re-generate metadata (#337)

What's Changed

  • Fail loud on duplicate workflow ids in Workflows folder by @mkholt in #337
  • Fix calculated-field Concat cast and skip unused calc/formula fields by @mkholt in #338

Full Changelog: v1.18.2...v1.18.3