Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
51b4aee4 by Philipp Hörist at 2026-08-26T18:54:51+02:00
release: 7.4.0

- - - - -


2 changed files:

- ChangeLog
- nbxmpp/__init__.py


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,24 @@
+nbxmpp 7.4.0 (26 Aug 2026)
+
+  New
+
+  * Client: Add better disconnect check
+
+  Improvements
+
+  * VCardAvatars: Validate and normalize sha1
+  * Fallback: Improve range validation
+  * Use secrets module instead of random
+  * OMEMO: Harden bundle parser
+  * OMEMO: Harden devicelist parser
+
+  Bug Fixes
+
+  * WebSocket: Disconnect on parsing errors
+  * VCardTemp: Guard against base64 decoding errors
+  * Client: Add timeout when waiting for stream end
+  * MDS: Add request_items dependency
+
 nbxmpp 7.3.0 (30 Jun 2026)
 
   New


=====================================
nbxmpp/__init__.py
=====================================
@@ -4,4 +4,4 @@ gi.require_version("Soup", "3.0")
 
 from .protocol import *  # noqa: F403, E402
 
-__version__: str = "7.3.0"
+__version__: str = "7.4.0"



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/51b4aee436b12a280b7103ffb0378382912b0533

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/51b4aee436b12a280b7103ffb0378382912b0533
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to