Skip to content

Commit 7cacc12

Browse files
authored
Merge pull request #99 from powersync-ja/prepare-publishing
Prepare `sqlite_async` version `0.11.7` for release
2 parents 8b71db2 + 6c78c7b commit 7cacc12

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2025-06-03
7+
8+
---
9+
10+
Packages with breaking changes:
11+
12+
- There are no breaking changes in this release.
13+
14+
Packages with other changes:
15+
16+
- [`sqlite_async` - `v0.11.7`](#sqlite_async---v0117)
17+
18+
---
19+
20+
#### `sqlite_async` - `v0.11.7`
21+
22+
- Shared worker: Release locks owned by connected client tab when it closes.
23+
- Fix web concurrency issues: Consistently apply a shared mutex or let a shared
24+
worker coordinate access.
25+
626
## 2025-05-28
727

828
---

packages/sqlite_async/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.11.7
2+
3+
- Shared worker: Release locks owned by connected client tab when it closes.
4+
- Fix web concurrency issues: Consistently apply a shared mutex or let a shared
5+
worker coordinate access.
6+
17
## 0.11.6
28

39
- Native: Consistently report errors when opening the database instead of

packages/sqlite_async/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sqlite_async
22
description: High-performance asynchronous interface for SQLite on Dart and Flutter.
3-
version: 0.11.6
3+
version: 0.11.7
44
repository: https://github.com/powersync-ja/sqlite_async.dart
55
environment:
66
sdk: ">=3.5.0 <4.0.0"

0 commit comments

Comments
 (0)