Add change note

This commit is contained in:
Owen Mansel-Chan
2025-02-12 11:40:35 +00:00
parent 09c44616a0
commit 64c3f703fe

View File

@@ -0,0 +1,6 @@
---
category: deprecated
---
* 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.