Skip to content

Commit

Permalink
CHANGElog: version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vsevex committed Jul 18, 2023
1 parent de43fe5 commit 7f15d9b
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 0.0.55 - 2023-07-08
# 0.0.6 - 2023-07-18

- Added Extension Attachment support.
- Added `vCard` support.
- Added `pubsub` support.
- Added `Disco` extension support.
- Added `Registration` extension support.

## Changed

- N/A
- Improved WebSocket connectivity for better reliability and performance.
- Enhanced exception handling to provide more informative error messages.

## Deprecated

Expand All @@ -16,6 +16,16 @@

- N/A

## Breaking

- `Handler` class implementation changed. `resultCallback` and `errorCallback` methods were added to accept incoming stanzas in an efficient way and used an FP package named `dartz`.

## 0.0.55 - 2023-07-08

- Added Extension Attachment support.
- Added `vCard` support.
- Added `pubsub` support.

### Fixed

- Resolved various bugs that were affecting the stability and performance of the XMPP client.
Expand Down

0 comments on commit 7f15d9b

Please sign in to comment.