August 2024 (version 1.63.0)

Welcome to the new DeepScan updates. In this release, we updated the VS Code extension to utilize access tokens. Also, we continue to improve our analyzer in various ways.

Thank you for your continual love and support!

Analysis Improvements

VS Code Extension

Starting from this release, you need to configure an access token to use the VS Code extension. It is used to provide reliable and prompt inspections of your code.

The access token is free of charge. Please check it out here to generate your token.

Miscellaneous

  • Simplify COMPARE_INCOMPATIBLE_TYPE_STRICTLY alarm message for complex type cases
  • Prevent changing the status of fixed issues in pull request view
  • Deprecate Node.js CLI package

Bug Fixes

  • Irrelevant issues may be reported as new or fixed when the base branch of a pull quest gets outdated
  • A false alarm for INSUFFICIENT_NULL_CHECK may occur when object properties are updated at callee functions
  • Analyzer may abnormally terminate when finding alarm causes related to uninitialized var variables