|
| 1 | +## [v5.3.1](https://github.com/pubnub/python/releases/tag/v5.3.1) |
| 2 | + |
| 3 | +[Full Changelog](https://github.com/pubnub/python/compare/v5.3.0...v5.3.1) |
| 4 | + |
| 5 | +- 🌟️ Grant result object __str__ message unified. |
| 6 | + |
1 | 7 | ## [v5.3.0](https://github.com/pubnub/python/releases/tag/v5.3.0)
|
2 | 8 |
|
3 | 9 | [Full Changelog](https://github.com/pubnub/python/compare/v5.2.1...v5.3.0)
|
4 | 10 |
|
5 |
| -- 🌟️ Extend grantToken method to enable control of Objects API permission. Enhance granularity of permission control to enable permissions per UUID. |
| 11 | +- 🌟️ Extend grant_token method to enable control of Objects API permission. Enhance granularity of permission control to enable permissions per UUID. |
6 | 12 |
|
7 | 13 | ## [v5.2.1](https://github.com/pubnub/python/releases/tag/v5.2.1)
|
8 | 14 |
|
9 | 15 | [Full Changelog](https://github.com/pubnub/python/compare/v5.2.0...v5.2.1)
|
10 | 16 |
|
11 |
| -- 🐛 Encoding of the double quote character fixed. |
| 17 | +- 🐛 Encoding of the double quote character fixed. |
12 | 18 |
|
13 | 19 | ## [v5.2.0](https://github.com/pubnub/python/releases/tag/v5.2.0)
|
14 | 20 |
|
15 | 21 | [Full Changelog](https://github.com/pubnub/python/compare/v5.1.4...v5.2.0)
|
16 | 22 |
|
17 |
| -- 🌟️ Furthermore PAMv3 tokens can now be used within other PubNub features. |
| 23 | +- 🌟️ PAMv3 support for Objects_v2 added (beta). |
| 24 | + Furthermore PAMv3 tokens can now be used within other PubNub features. |
18 | 25 |
|
19 | 26 | ## [v5.1.4](https://github.com/pubnub/python/releases/tag/v5.1.4)
|
20 | 27 |
|
21 | 28 | [Full Changelog](https://github.com/pubnub/python/compare/v5.1.3...v5.1.4)
|
22 | 29 |
|
23 |
| -- 🌟️ Additionally, example code for the FastAPI integration was added. |
| 30 | +- 🌟️ SDK metadata was added. |
| 31 | + Additionally, example code for the FastAPI integration was added. |
24 | 32 |
|
25 | 33 | ## [v5.1.3](https://github.com/pubnub/python/releases/tag/v5.1.3)
|
26 | 34 |
|
27 | 35 | [Full Changelog](https://github.com/pubnub/python/compare/v5.1.2...v5.1.3)
|
28 | 36 |
|
29 |
| -- 🐛 Disabling default request headers within the Endpoind. |
| 37 | +- 🐛 Disabling default request headers within the Endpoint. |
30 | 38 |
|
31 | 39 | ## [v5.1.2](https://github.com/pubnub/python/releases/tag/v5.1.2)
|
32 | 40 |
|
33 | 41 | [Full Changelog](https://github.com/pubnub/python/compare/v5.1.1...v5.1.2)
|
34 | 42 |
|
35 |
| -- 🐛 Request headers required by the Grant Token functionality added. |
| 43 | +- 🐛 Request headers required by the Grant Token functionality added. |
36 | 44 |
|
37 | 45 | ## [v5.1.1](https://github.com/pubnub/python/releases/tag/v5.1.1)
|
38 | 46 |
|
|
56 | 64 |
|
57 | 65 | [Full Changelog](https://github.com/pubnub/python/compare/v4.8.1...v5.0.0)
|
58 | 66 |
|
59 |
| -- ⭐️️ Apart from bringing the whole SDK up to date, support for Tornado and Twisted was removed and dependiecies were simplified. |
| 67 | +- ⭐️️ Support for Python 2.7 was removed, support for the contemporary versions of Python was added. |
| 68 | + Apart from bringing the whole SDK up to date, support for Tornado and Twisted was removed and dependencies were simplified. |
60 | 69 |
|
61 | 70 | ## [v4.8.1](https://github.com/pubnub/python/releases/tag/v4.8.1)
|
62 | 71 |
|
|
0 commit comments