stream-chat-ruby 2.14.0 → 2.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/stream-chat/channel.rb +2 -2
- data/lib/stream-chat/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0188b515566df9e25d6e029ed012f7a2336dbedb4c21813290e665d3f2c5c614'
|
4
|
+
data.tar.gz: efb67ea25cd0bd37a96da63767903143b1615ad4d9836d665c51aa378bf67437
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 16b6f96446839731c186b90aa14d267dfb0256ced2c836fef04f83376dffc894f1fcb799644383999e6bf5221c79cf527068a1e0cd117460054b64684679af05
|
7
|
+
data.tar.gz: 6fdd966d7323e50ec7ab699a380402536e5b9930864341b17d4c077fe4eae5e070527aa7a42bd0414cb97e37118fbbe5f06200c05be6452074d8f4b27da7e6ec
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
## November 25th, 2021 - 2.15.0
|
2
|
+
|
3
|
+
- Add configuration support for channel truncate
|
4
|
+
- truncated_at: to truncate channel up to given time
|
5
|
+
- message: a system message to be added via truncation
|
6
|
+
- skip_push: don't send a push notification for system message
|
7
|
+
- hard_delete: true if truncation should delete messages instead of hiding
|
8
|
+
|
1
9
|
## November 24th, 2021 - 2.14.0
|
2
10
|
|
3
11
|
- Add new flags for export channels
|
data/lib/stream-chat/channel.rb
CHANGED
data/lib/stream-chat/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stream-chat-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mircea Cosbuc
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-11-
|
11
|
+
date: 2021-11-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|