Tags: pubnub/python
Tags
Add `limit` and `offset` configuration options (#224) feat(here-now): add `limit` and `offset` configuration options Add `limit` (default `1000`) and `offset` parameters for `here_now` to fetch presence in portions. fix(subscribe-heartbeat): fix duplicated channels issue Fix issue because of which it was possible to add duplicated entries of `channels` and `groups` to the `subscribe`, `heartbeat`, and `leave` requests. feat(push-notifications): push type changes Add FCM push type support with GCM deprecation, and remove MPNS support due to its end of life. --------- Co-authored-by: jguz-pubnub <jakub.guz@pubnub.com>
Remove requirement to pass channels in pubnub.add_channels_to_push (#221 ) * Remove requirement to pass channels in pubnub.add_channels_to_push * Fix typo in remove_channels_from_push.sync() * Tests part 1. * Tests pt. 2 * Tests pt.3 * Tests pt.4 Final * Tests pt.4 Final-2 * PubNub SDK 10.4.1 release. --------- Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>
Introduce limit and next to ListFiles endpoint (#218) * Introduce limit and next to ListFiles endpoint * Asyncio tests * PubNub SDK 10.4.0 release. --------- Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>
Add option to set `If-Match` eTag for objects write requests (#205) * Add option to set `If-Match` eTag for objects write requests * Added tests and some fixes * examples adjustment * How to get http status in example * PubNub SDK 10.2.0 release. --------- Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>
Fix issue with missing custom message type (#203) fix(subscribe): fix issue with missing custom message type Fix issue because of which custom message type wasn't set to the parsed subscription response objects. --------- Co-authored-by: Sebastian Molenda <sebastian.molenda@pubnub.com>
Feat/replace transport with httpx (#201) Co-authored-by: Mateusz Wiktor <39187473+techwritermat@users.noreply.github.com> Co-authored-by: Mateusz Wiktor <39187473+techwritermat@users.noreply.github.com> * PubNub SDK 10.0.0 release. --------- Co-authored-by: Mateusz Wiktor <39187473+techwritermat@users.noreply.github.com> Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>
Add Custom Message Type (#199) * Add custom message type support for the following APIs: publish, signal, share file, subscribe and history * PubNub SDK v9.1.0 release. --------- Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>
PreviousNext