Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
155e4fe2 by Philipp Hörist at 2023-05-26T18:36:39+02:00
ci: Change token for release
- - - - -
e1e1ea01 by Philipp Hörist at 2023-05-26T18:36:56+02:00
release: 4.3.0
- - - - -
3 changed files:
- .gitlab-ci.yml
- ChangeLog
- nbxmpp/__init__.py
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -82,6 +82,6 @@ publish-release:
- >
release-helper create-release \
$CI_PROJECT_ID \
- '$CI_JOB_TOKEN' \
+ $CI_RELEASE_TOKEN \
--version=$CI_COMMIT_TAG \
--tag=$CI_COMMIT_TAG
=====================================
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
=====================================
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'
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/compare/a1a4af4a6365ec6bbdde77532b8369027ea41b44...e1e1ea019f6c398e4bd150228a5cf906391aa316
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/compare/a1a4af4a6365ec6bbdde77532b8369027ea41b44...e1e1ea019f6c398e4bd150228a5cf906391aa316
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits