We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9255bf commit 4c76185Copy full SHA for 4c76185
clients/horizonclient/CHANGELOG.md
@@ -8,6 +8,7 @@ file. This project adheres to [Semantic Versioning](http://semver.org/).
8
## [v11.0.0](https://github.com/stellar/go/releases/tag/horizonclient-v11.0.0) - 2023-03-29
9
10
* Type of `AccountSequence` field in `protocols/horizon.Account` was changed to `int64`.
11
+* Fixed memory leak in `stream` function in `client.go` due to incorrect `resp.Body.Close` handling.
12
13
## [v10.0.0](https://github.com/stellar/go/releases/tag/horizonclient-v10.0.0) - 2022-04-18
14
0 commit comments