File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 2.0.0 - 2021-03-24
2+
3+ * Add channel partial update
4+ * Ensure query channels has filters, empty filters not supported
5+ * Fix test of get rate limits endpoint
6+ * Move license to BSD-3
7+ * Drop PHP 7.2 and PHP 7.4 and 8.0 support
8+ * Upgrade composer to v2
9+ * Move to github actions and use phan and php-cs-fixer in CI
10+
111## 1.4.0 - 2021-03-10
212
313* Add get rate limits endpoint support
Original file line number Diff line number Diff line change 11# stream-chat-php
22
3- [ ![ Build Status ] ( https://travis-ci .com/GetStream/stream-chat-php.svg?branch=master )] ( https://travis-ci .com/GetStream/stream-chat-php ) [ ![ Latest Stable Version] ( https://poser.pugx.org/get-stream/stream-chat/v/stable )] ( https://packagist.org/packages/get-stream/stream-chat )
3+ [ ![ build ] ( https://github .com/GetStream/stream-chat-php/workflows/build/badge .svg )] ( https://github .com/GetStream/stream-chat-php/actions ) [ ![ Latest Stable Version] ( https://poser.pugx.org/get-stream/stream-chat/v/stable )] ( https://packagist.org/packages/get-stream/stream-chat )
44
55The official PHP API client for [ Stream chat] ( https://getstream.io/chat/ ) a service for building chat applications.
66
Original file line number Diff line number Diff line change 1111use GuzzleHttp \Psr7 \Uri ;
1212use GuzzleHttp \Psr7 \MultipartStream ;
1313
14- const VERSION = '1.4 .0 ' ;
14+ const VERSION = '2.0 .0 ' ;
1515
1616class Client
1717{
You can’t perform that action at this time.
0 commit comments