Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
987d9514 by Philipp Hörist at 2023-08-07T22:57:16+02:00
release: 4.3.2
- - - - -
2 changed files:
- ChangeLog
- nbxmpp/__init__.py
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,22 @@
+nbxmpp 4.3.2 (04 Jul 2023)
+
+ New
+
+ * SecurityLabels: Add get_label_hash()
+ * JID: Add sqlite3 adapter magic method
+ * MessageProperties: Add origin_id attribute
+ * MessageProperties: Add remote_jid attribute
+
+ Improvements
+
+ * Client: Return only copy of ignored errors
+ * CommonError: Add 'by' attribute
+ * Moderation: Parse more data
+
+ Bug Fixes
+
+ * HTTP: Add set_accept_certificate()
+
nbxmpp 4.3.1 (28 May 2023)
Bug Fixes
=====================================
nbxmpp/__init__.py
=====================================
@@ -3,4 +3,4 @@ gi.require_version('Soup', '3.0')
from .protocol import * # pylint: disable=wrong-import-position
-__version__: str = '4.3.1'
+__version__: str = '4.3.2'
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/987d9514867930a735009a6e2335178e6cb05749
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/987d9514867930a735009a6e2335178e6cb05749
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]