mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
17 lines
902 B
Markdown
17 lines
902 B
Markdown
## 4.1.0
|
|
|
|
### Deprecated APIs
|
|
|
|
* The class `NamedType` has been deprecated. Use the new class `DefinedType` instead. This better matches the terminology used in the Go language specification, which was changed in Go 1.9.
|
|
* The member predicate `getNamedType` on `GoMicro::ServiceInterfaceType` has been deprecated. Use the new member predicate `getDefinedType` instead.
|
|
* The member predicate `getNamedType` on `Twirp::ServiceInterfaceType` has been deprecated. Use the new member predicate `getDefinedType` instead.
|
|
|
|
### 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 `weak` package, which was added in Go 1.24.
|
|
* Taint models have been added for the interfaces `TextAppender` and `BinaryAppender` in the `encoding` package, which were added in Go 1.24.
|