You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
* add opt-in retry for rate-limited and transport-failed requests ([#129](https://github.com/GetStream/getstream-go/issues/129)) ([a851a68](https://github.com/GetStream/getstream-go/commit/a851a68d2bf9418030ea8f11f737324696b6c24f))
11
+
* emit structured log events and redact secrets from debug logs ([#128](https://github.com/GetStream/getstream-go/issues/128)) ([85bffd0](https://github.com/GetStream/getstream-go/commit/85bffd04db4ac8984cb541da0cc9b56b9dac30f7))
12
+
13
+
14
+
### Bug Fixes
15
+
16
+
* align go module path with the v5 major version ([#130](https://github.com/GetStream/getstream-go/issues/130)) ([e4b36ff](https://github.com/GetStream/getstream-go/commit/e4b36ffa6a05e81f83277c90f59d3cb8f20383e2))
Copy file name to clipboardExpand all lines: docs/migration-from-stream-chat-go/04-messages-and-reactions.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Messages and Reactions
2
2
3
-
This guide shows how to migrate message and reaction operations from `github.com/GetStream/stream-chat-go/v8` to `github.com/GetStream/getstream-go/v4`.
3
+
This guide shows how to migrate message and reaction operations from `github.com/GetStream/stream-chat-go/v8` to `github.com/GetStream/getstream-go/v5`.
0 commit comments