Daniel Brötzmann pushed to branch master at gajim / python-nbxmpp
Commits:
d8ec2c1b by wurstsalat at 2025-08-11T20:29:51+02:00
release: 6.2.0
- - - - -
2 changed files:
- ChangeLog
- nbxmpp/__init__.py
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,19 @@
+nbxmpp 6.3.0 (07 Aug 2025)
+
+ New
+
+ * Allow to set stream language
+
+ Improvements
+
+ * Better cache invalid xml regex
+ * HTTP: Log warning on cancel instead of raising exception
+
+ Bug Fixes
+
+ * SASL: Apply SASLPrep for PLAIN and SCRAM
+ * VCard4: Preserve unsupported elements
+
nbxmpp 6.2.0 (19 Apr 2025)
Change
=====================================
nbxmpp/__init__.py
=====================================
@@ -4,4 +4,4 @@ gi.require_version("Soup", "3.0")
from .protocol import * # noqa: F403, E402
-__version__: str = "6.2.0"
+__version__: str = "6.3.0"
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/d8ec2c1b86a0629db6b09e4de8a501b18d29a733
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/d8ec2c1b86a0629db6b09e4de8a501b18d29a733
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]