Skip to content

Commit

Permalink
version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vsevex committed Sep 2, 2024
1 parent 34d898b commit 067932a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
# 2.1.0 - 2024-08-20
# 2.1.1 - 2024-09-02

- **Added**
- Message Archive Management (MAM) Support: Implemented support for the MAM extension, allowing users to archive and retrieve chat history more effectively.
- Displayed Markers Support: Added functionality to handle displayed markers, improving message tracking and read receipt features.

- **Fixed**
- Stream Management: Resolved issues related to resource binding conflicts that occurred without clearing the previous connection, enhancing overall stability and reliability.

## 2.1.0 - 2024-08-20

- Removed External Components Support: The external components section has been removed to streamline the core package functionality. If you rely on components, refer to the provided examples and code documentation for updated usage patterns.
- Updated Documentation: Expanded documentation to cover new extension support and breaking changes. Refer to the updated examples for proper implementation of new features and adjustments.

- **Breaking Changes**

- External Components: The support for external components has been deprecated and removed. If you were using this feature, you will need to refactor your implementation. Updated examples are provided in the documentation to guide you through these changes.\
- Protocol Extensions: Some existing extensions have undergone refactoring to align with the new architecture. Users should review their implementation of protocol extensions and refer to the updated documentation and examples to ensure compatibility.
- Connection Management and Stanza Handling: The internal handling of connection states and stanzas has been revised. Users may need to update their event handling logic, particularly around connection re-establishment and custom stanza handling.

- **Deprecated**

- Legacy vCard Support: The legacy vCard _(vCard-temp)_ support has been deprecated in favor of **vCard4 over PubSub**. Users are encouraged to migrate to the new implementation for better performance and flexibility.

- **Documentation**
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: whixp
description: Streamline your XMPP messaging with a lightweight Dart-based XMPP client
version: 2.1.0
version: 2.1.1
repository: https://github.com/vsevex/whixp
issue_tracker: https://github.com/vsevex/whixp/issues
topics: [xmpp, im, network, socket]
topics: [xmpp, network, socket]

environment:
sdk: ">=3.2.5 <4.0.0"
Expand Down

0 comments on commit 067932a

Please sign in to comment.