Skip to content

9.5.2

Choose a tag to compare

@advantyssa advantyssa released this 21 Apr 22:31
4998381

WorkflowGen 9.5.2

This release includes bug fixes, security cleanup, and administration and workflow application improvements for WorkflowGen 9.5.

Security

  • Bug (#4510): Removed obsolete legacy client-side scripts from the Administration and Portal web assets.

Portal

  • Bug (#4678): Fixed inconsistent fr-CH currency formatting and validation for plain currency amounts in form data, read-only redisplay, server validation, save parsing, GridView parsing, and generated computed or mutation currency formatting paths.

Administration

  • Improvement (#3340): Added separate CSV delimiter settings for report exports and global list CSV import/export, allowing report delimiter behavior to remain locale-aware while global list CSV files use an explicit administration setting.

  • Bug (#4622): Stabilized priority arrow moves in administration lists when the list is sorted in a non-default order by posting and resolving stable entity IDs instead of relying only on display-order row positions.

Directory Synchronization

  • Bug (#4674): Fixed PostgreSQL directory synchronization failures in update mode by matching synchronized user and group update columns case-insensitively, preventing empty SQL SET clauses when Npgsql returns lowercase column names.

Workflow Applications

  • Bug (#4666): Added explicit __INTEGER and __BOOLEAN suffix support to RESTAPICLIENT JSON payload generation so strict APIs can receive integer and boolean JSON tokens instead of floating-point or string values.

  • Bug (#4677): Improved RESTAPICLIENT multipart uploads to infer a file part MIME type from the upload filename when the stored source content type is empty or generic (application/octet-stream), while preserving explicit source MIME values.

Repository

  • Update (#4657): Backported agent-first repository guidance and supporting packaging exclusions so repository-only agent documentation is available in v9 without being included in install packages.

Notes