Skip to content

Commit

Permalink
Update change note
Browse files Browse the repository at this point in the history
Co-authored-by: Michael B. Gale <[email protected]>
  • Loading branch information
owen-mc and mbg authored Apr 23, 2024
1 parent 79b4890 commit 0311888
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
category: deprecated
---
* The class `UntrustedFlowSource` has been deprecated. Use the new class `RemoteFlowSource` instead, which has the same functionality. This makes the Go library consistent with other language libraries. Classes named `UntrustedFlowSource` in several different modules have been deprecated, and new classes with the same functionality called `RemoteFlowSource` have been created and should be used instead. Classes named `UntrustedFlowAsSource` in several different modules have been deprecated, and the class `Source` in the same module or the class `RemoteFlowSource` should be used instead.
* To make Go consistent with other language libraries, the `UntrustedFlowSource` name has been deprecated throughout. Use `RemoteFlowSource` instead, which replaces it.
* Where modules have classes named `UntrustedFlowAsSource`, these are also deprecated and the `Source` class in the same module or the `RemoteFlowSource` class should be used instead.

0 comments on commit 0311888

Please sign in to comment.