Skip to content

desktop-v1.0.31

Choose a tag to compare

@github-actions github-actions released this 23 Jul 20:13

What's new in v1.0.31

Compilation

  • Compile now builds the server assembly, not just static content. Previously Compile ran only BuildConfiguration -force=False, which regenerates client static content but never compiles the server C# assembly (conf/bin). Compile now runs RegenerateSchemaSources first, so the server assembly is actually produced:
    • Compile = RegenerateSchemaSources + BuildConfiguration -force=False
    • Compile All = RegenerateSchemaSources + RebuildWorkspace + BuildConfiguration -force=True (unchanged)
  • One compile per package stage, with depth (incremental vs full) taken from the button.

Configuration rollback

  • Read the configuration backup Creatio writes automatically on package install (conf/backup).
  • Roll back to the state before the last package installation.
  • Exposed in both Desktop (button) and CLI (restore command).

Core / build

  • Run shell commands through one runner; fixed three deadlocks.
  • Resolve the Creatio site layout in one place.
  • Bumped NuGet packages to 10.0.10 / latest; hardened the updater version parse.
  • Component-scoped release pipeline: Desktop, CLI and Agent are released separately.

Desktop

  • Redis section made readable instead of a raw attribute dump.
  • Advanced Redis settings block simplified.
  • Exposed the Redis web.config settings required by Redis Cluster.