Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-05-26 19:36:56 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-05-26 19:36:56 +0300
commite1e1ea019f6c398e4bd150228a5cf906391aa316 (patch)
tree2555cd5f024e6ad86daa90a68ec0144765d438d6
parent155e4fe2c15984e30b4f46da75686bbbbe02fcf4 (diff)
release: 4.3.04.3.0
-rw-r--r--ChangeLog20
-rw-r--r--nbxmpp/__init__.py2
2 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ec6d9f..0264b69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+nbxmpp 4.3.0 (21 May 2023)
+
+ New
+
+ * Add option to force http1
+ * Add method to generate XMPP IRIs
+
+ Improvements
+
+ * Lower log level for missing GSSAPI dependency
+
+ Change
+
+ * OMEMO: Add device id and namespace to OMEMOBundle
+
+ Bug Fixes
+
+ * Don’t delete session object in cleanup()
+ * HTTP: Don’t accept content encoding (#143)
+
nbxmpp 4.2.2 (25 Mar 2023)
Bug Fixes
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index bc1d25f..9ea90f2 100644
--- a/nbxmpp/__init__.py
+++ b/nbxmpp/__init__.py
@@ -3,4 +3,4 @@ gi.require_version('Soup', '3.0')
from .protocol import * # pylint: disable=wrong-import-position
-__version__: str = '4.2.2'
+__version__: str = '4.3.0'