Skip to content

Commit 085caad

Browse files
committed
Prepare release of sqlite_async 0.11.5
1 parent 238853b commit 085caad

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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-05-22
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.5`](#sqlite_async---v0115)
17+
18+
---
19+
20+
#### `sqlite_async` - `v0.11.5`
21+
22+
- Allow profiling queries. Queries are profiled by default in debug and profile builds, the runtime
23+
for queries is added to profiling timelines under the `sqlite_async` tag.
24+
- Fix cancelling `watch()` queries sometimes taking longer than necessary.
25+
- Fix web databases not respecting lock timeouts.
26+
627
## 2024-11-06
728

829
### Changes

packages/sqlite_async/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## 0.11.5
22

3-
- Allow profiling queries.
3+
- Allow profiling queries. Queries are profiled by default in debug and profile builds, the runtime
4+
for queries is added to profiling timelines under the `sqlite_async` tag.
5+
- Fix cancelling `watch()` queries sometimes taking longer than necessary.
6+
- Fix web databases not respecting lock timeouts.
47

58
## 0.11.4
69

0 commit comments

Comments
 (0)