Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ea24008

Browse filesBrowse files
author
Max Presman
committed
4.0.7 changelog
1 parent 917a0ee commit ea24008
Copy full SHA for ea24008

File tree

Expand file treeCollapse file tree

2 files changed

+28
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+28
-1
lines changed
Open diff view settings
Collapse file

‎.pubnub.yml‎

Copy file name to clipboardExpand all lines: .pubnub.yml
+10-1Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
name: python
2-
version: 4.0.6
2+
version: 4.0.7
33
schema: 1
44
scm: github.com/pubnub/python
55
changelog:
6+
- version: v4.0.7
7+
date:
8+
changes:
9+
- type: bug
10+
text: Handle interval presence messages gracefully if they do not contain a UUID.
11+
- type: feature
12+
text: Support custom cryptography module when using GAE
13+
- type: improvement
14+
text: designate the request thread as non-daemon to keep the SDK running.
615
- version: v4.0.6
716
date:
817
changes:
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11

2+
## [v4.0.7](https://github.com/pubnub/python/tree/v4.0.7)
3+
4+
5+
[Full Changelog](https://github.com/pubnub/python/compare/v4.0.6...v4.0.7)
6+
7+
8+
9+
- 🐛Handle interval presence messages gracefully if they do not contain a UUID.
10+
11+
- 🌟Support custom cryptography module when using GAE
12+
13+
14+
15+
16+
- ⭐designate the request thread as non-daemon to keep the SDK running.
17+
18+
19+
220
## [v4.0.6](https://github.com/pubnub/python/tree/v4.0.6)
321

422

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.