Release Notes - 1.0


  • 1.0.0-funcrel

    1.0.0-funcrel
    Moving from beta to functional release. No other changes have been made.
  • 1.0.0-beta1

    1.0.0-beta1
    Fixes an issue where “CAST_Go_Module” and “CAST_Go_Package” object types were incorrectly inheriting from the “APM Client Modules” category. ๐Ÿ“ 51049
    Fixes duplicate GUID issue by adding file path.
    Fixes lexer error, missing symbols and incorrect GUID issues.
    Fixes several resolution and type resolution issues.
    Fixes duplicate object warning.
  • 1.0.0-alpha1

    1.0.0-alpha1
    Initial release of this extension: support for Go language with a small number of Go specific rules.
    ๐Ÿ’Ž 1046008 NEW Avoid Methods having a very low Comment/Code ratio (Go)
    ๐Ÿ’Ž 1046006 NEW Avoid undocumented Methods (Go)
    ๐Ÿ’Ž 1046004 NEW Avoid Functions having a very low Comment/Code ratio (Go)
    ๐Ÿ’Ž 1046002 NEW Avoid undocumented Functions (Go)
    ๐Ÿ’Ž 1046000 NEW Avoid Artifacts with High Cyclomatic Complexity (Go)