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 830c846 commit ec52963Copy full SHA for ec52963
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## August 23rd, 2021 - 2.11.1
2
+
3
+- Use edge as base url
4
5
## June 25th, 2021 - 2.11.0
6
7
- Add support for improved search
lib/stream-chat/client.rb
@@ -14,7 +14,7 @@ module StreamChat
14
DEFAULT_BLOCKLIST = 'profanity_en_2020_v1'
15
16
class Client
17
- BASE_URL = 'https://chat-us-east-1.stream-io-api.com'
+ BASE_URL = 'https://chat.stream-io-api.com'
18
19
attr_reader :api_key
20
attr_reader :api_secret
lib/stream-chat/version.rb
@@ -3,5 +3,5 @@
# lib/version.rb
module StreamChat
- VERSION = '2.11.0'
+ VERSION = '2.11.1'
end
0 commit comments