Change8

22.4.5

📦 nxView on GitHub →
1 features🐛 9 fixes🔧 1 symbols

Summary

This patch release introduces server-side page view tracking for documentation and includes numerous bug fixes across core, gradle, and maven executors, focusing on stability and security.

✨ New Features

  • Added server-side page view tracking for nx-dev documentation.

🐛 Bug Fixes

  • Handled multibyte UTF-8 characters during socket message consumption in core.
  • Resolved a deadlock issue in the daemon client reconnect queue.
  • Ensured that 'nx run-one' displays help when using project short names.
  • Prevented command injection vulnerabilities when calling getNpmPackageVersion.
  • Ensured batch output is not overridden for atomized targets in the gradle executor.
  • Enforced that only one gradle task can be passed into the gradle executor.
  • Included pom.xml and ancestor pom files as inputs for all maven targets.
  • Made headers and table options linkable in nx-dev documentation.
  • Fixed double-counting and excluded assets from page tracking in nx-dev.

Affected Symbols