Skip to content

Tags: pubnub/python

Tags

10.5.0

Toggle 10.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

10.4.1

Toggle 10.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

10.4.0

Toggle 10.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

10.3.0

Toggle 10.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Aligned status emmiting (#214)

* Aligned status emmiting

* Tests use new category

* improve error handling

* PubNub SDK 10.3.0 release.

---------

Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>

10.2.0

Toggle 10.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

10.1.0

Toggle 10.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Members and Membership with Include Objects (#202)

* Members with Include Objects

* ... and channel members

* PubNub SDK 10.1.0 release.

---------

Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>

10.0.1

Toggle 10.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

10.0.0

Toggle 10.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v9.1.0

Toggle v9.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v9.0.0

Toggle v9.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add type hints to customer facing interfaces (#195)

* PubNub SDK v9.0.0 release.

---------

Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>