Skip to content

Commit 1bf5564

Browse files
committed
Release v3.3.0
1 parent 373932c commit 1bf5564

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,96 @@
1+
## February 22, 2021 - 3.3.0
2+
3+
- Add options to send message
4+
- for example to silence push notification on this message: `channel.send_message({"text": "hi"}, user_id, skip_push=True)`
5+
16
## February 9, 2021 - 3.2.1
7+
28
- Drop brotli dependency in async, causes install issues in Darwin
39
- upstream needs updates
410

511
## February 8, 2021 - 3.2.0
12+
613
- Add channel partial update
714

815
## January 22, 2021 - 3.1.1
16+
917
- Bump pyjwt to 2.x
1018

1119
## January 5, 2021 - 3.1.0
20+
1221
- Add check SQS helper
1322

1423
## December 17, 2020 - 3.0.1
24+
1525
- Use f strings internally
1626
- Use github actions and CI requirements to setup
1727

1828
## December 9, 2020 - 3.0.0
29+
1930
- Add async version of the client
2031
- Make double invite accept/reject noop
2132

2233
## November 12, 2020 - 2.0.0
34+
2335
- Drop Python 3.5 and add 3.9
2436

2537
## November 12, 2020 - 1.7.1
38+
2639
- Normalize sort parameter in query endpoints
2740

2841
## October 20, 2020 - 1.7.0
42+
2943
- Added support for blocklists
3044

3145
## September 24, 2020 - 1.6.0
46+
3247
- Support for creating custom commands
3348

3449
## September 10, 2020 - 1.5.0
50+
3551
- Support for query members
3652
- Prefer literals over constructors to simplify code
3753

3854
## July 23, 2020 - 1.4.0
55+
3956
- Support timeout while muting a user
4057

4158
## June 23, 2020 - 1.3.1
59+
4260
- Set a generic user agent for file/image get to prevent bot detection
4361

4462
## Apr 28, 2020 - 1.3.0
63+
4564
- Drop six dependency
4665
- `verify_webhook` is affected and expects bytes for body parameter
4766
- Add 3.8 support
4867

4968
## Apr 17, 2020 - 1.2.2
69+
5070
- Fix version number
5171

5272
## Apr 17, 2020 - 1.2.1
73+
5374
- Allow to override client.base_url
5475

5576
## Mar 29, 2020 - 1.2.0
77+
5678
- Add support for invites
5779

5880
## Mar 29, 2020 - 1.1.1
81+
5982
- Fix client.create_token: returns a string now
6083

6184
## Mar 3, 2020 - 1.1.
85+
6286
- Add support for client.get_message
6387

6488
## Nov 7, 2019 - 1.0.2
89+
6590
- Bump crypto requirements
6691

6792
## Oct 21th, 2019 - 1.0.1
93+
6894
- Fixed app update method parameter passing
6995

7096
## Oct 19th, 2019 - 1.0.0

stream_chat/__pkg__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = "Tommaso Barbugli"
22
__copyright__ = "Copyright 2019-2020, Stream.io, Inc"
3-
__version__ = "3.2.1"
3+
__version__ = "3.3.0"
44
__maintainer__ = "Tommaso Barbugli"
55
__email__ = "[email protected]"
66
__status__ = "Production"

0 commit comments

Comments
 (0)