Skip to content

Commit

Permalink
chore: update changelog for 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typfel committed Dec 12, 2024
1 parent 14742ad commit 357aacd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## v3.0.0 - 2024-12-11

### Highlights

- Fix the 'transaction in progress' error when there was an attempt to perform multiple transactions
in parallel. This will no longer throw an error, instead the transactions will be queued and performed
serially one after another.

### Breaking changes

- Added the missing MLS error case OrphanWelcome.

### Bug Fixes

- expose `OrphanWelcome` to clients [WPB-14954] (530b2e4)
- silence verbose logs when performing a transaction [WPB-14953] (b13553d)
- don't swallow transaction errors if they don't originate from the closure [WPB-14895] (124b8a7)
- wait for current transaction to finish when creating a new one [WPB-14895] (73b9d52)

### Testing

- parallel transactions are performed serially (ccc0b32)

## v2.0.0 - 2024-12-02

### Highlights
Expand Down

0 comments on commit 357aacd

Please sign in to comment.