Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 776 Bytes

File metadata and controls

12 lines (8 loc) · 776 Bytes

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.

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.