Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
f90e8c76 by Philipp Hörist at 2024-06-07T23:42:52+02:00
chore: Remove git dependency
Its not allowed by PyPI
- - - - -
6ccb389e by Philipp Hörist at 2024-06-07T23:42:52+02:00
release: 5.0.0
- - - - -
3 changed files:
- ChangeLog
- nbxmpp/__init__.py
- pyproject.toml
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,31 @@
+nbxmpp 5.0.0 (04 Jun 2024)
+
+ New
+
+ * Update XEP-0425 to latest version
+ * Parse XEP-0172 nickname in MUC presences
+ * Add support for multi language bodies and fallbacks
+ * XEP-0490: Message Displayed Synchronization
+ * XEP-0317 (Hats)
+ * MUC: Process muc user data for all message types
+ * XEP-0424 (Message Retraction)
+ * Add Jingle Feedback namespace
+ * Add XEP-0215 namespace
+
+ Improvements
+
+ * Protocol: Improve error message when parsing JIDs
+ * Add new moderation namespace disco info property
+ * Improve support for full stanza encryption
+ * Add EncryptionData struct
+ * Replies: Return JID instead of string
+ * Protocol: Remove deprecated 'code' attribute usage in Errors
+
+ Bug Fixes
+
+ * Message: Fix false positive muc pm detection
+ * IBB: Fix parsing open stanza
+
nbxmpp 4.5.4 (12 Feb 2024)
New
=====================================
nbxmpp/__init__.py
=====================================
@@ -4,4 +4,4 @@ gi.require_version('Soup', '3.0')
from .protocol import * # noqa: F403, E402
-__version__: str = '4.5.4'
+__version__: str = '5.0.0'
=====================================
pyproject.toml
=====================================
@@ -29,7 +29,6 @@ dynamic = ["version"]
gssapi = ["gssapi"]
dev = [
"isort>=5.13.2",
- "PyGObject-stubs @ git+https://github.com/pygobject/pygobject-stubs.git",
"ruff>=0.3.7",
]
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/compare/3a25d2febf96ab365fd809b420baf46b9feb65dd...6ccb389e9a796e8994b547ea2d71b5044e588fef
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/compare/3a25d2febf96ab365fd809b420baf46b9feb65dd...6ccb389e9a796e8994b547ea2d71b5044e588fef
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]