We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbe440 commit ec8dbd9Copy full SHA for ec8dbd9
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## October 22nd, 2021 - 2.11.3
2
+
3
+- Don't log the entire response when creating exception
4
+- Access error details through StreamAPIException class attr_readers
5
6
## October 5th, 2021 - 2.11.2
7
8
- Add Codeowners file
lib/stream-chat/version.rb
@@ -3,5 +3,5 @@
# lib/version.rb
module StreamChat
- VERSION = '2.11.2'
+ VERSION = '2.11.3'
end
0 commit comments