Skip to content

Prepare release of sqlite_async 0.11.5 #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2025-05-22

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`sqlite_async` - `v0.11.5`](#sqlite_async---v0115)

---

#### `sqlite_async` - `v0.11.5`

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

## 2024-11-06

### Changes
Expand Down
5 changes: 4 additions & 1 deletion packages/sqlite_async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## 0.11.5

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

## 0.11.4

Expand Down