mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
902 B
902 B
4.1.0
Deprecated APIs
- The class
NamedTypehas been deprecated. Use the new classDefinedTypeinstead. This better matches the terminology used in the Go language specification, which was changed in Go 1.9. - The member predicate
getNamedTypeonGoMicro::ServiceInterfaceTypehas been deprecated. Use the new member predicategetDefinedTypeinstead. - The member predicate
getNamedTypeonTwirp::ServiceInterfaceTypehas been deprecated. Use the new member predicategetDefinedTypeinstead.
Major Analysis Improvements
- Go 1.24 is now supported. This includes the new language feature of generic type aliases.
Minor Analysis Improvements
- Taint models have been added for the
weakpackage, which was added in Go 1.24. - Taint models have been added for the interfaces
TextAppenderandBinaryAppenderin theencodingpackage, which were added in Go 1.24.