mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
776 B
776 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.
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.