CARVIEW |
Select Language
HTTP/2 200
date: Mon, 28 Jul 2025 08:29:39 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"344777df3dbeeec28853f68985114635"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=IwbvfeHmgzFCJRsjSGlCWrqNkP7SorT48RcWEwsYoanJyz%2FfrHBe8PN5tdQBhGKY%2Bo7pTnopHuFCdmYRAKqe1di7FwY4KDya7PDExwAdssfeDMX5bxNvNQXa3SfCZ5KCk%2F7m1IQbyLDt47bXRDIGxOkHlxaQyc0uSrfMYUBNgmet%2B9%2BK7Q1qXRRaTT4uTLVIJz14Y%2B%2Bnwoi513Oqrm3nPiIkk9cFx855GSBqqpsJjM6N3CgKMz88%2BdGzu%2B3%2FeuzEJ1ll9whNSLWCLB%2F2iy8OZA%3D%3D--2vSwmrRA5Jw0x4uO--9p14pI6r3tNyqR7pG0oOZQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1132535651.1753691379; Path=/; Domain=github.com; Expires=Tue, 28 Jul 2026 08:29:39 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 28 Jul 2026 08:29:39 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: CCC0:5FFA9:1760240:1E3E02A:688734F3
Release 0.30.0 ยท rusqlite/rusqlite ยท GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 407
0.30.0
Compare
·
459 commits
to master
since this release
7f8c421
This commit was created on GitHub.com and signed with GitHubโs verified signature.
The key has expired.
What's Changed
- Fix sqlite3_auto_extension xEntryPoint signature #1310
- Use track_caller for panicking methods #1314
- Force linking against system sqlite libs #1317
- fix compilation for target wasm32-wasi #1321
- Add SQLITE_MAX_COLUMN compile-time option #1324
- Upgrade http links to https in Cargo.toml #1330
- Update fallible-iterator requirement from 0.2 to 0.3 #1334
- Implement FromSql & ToSql for std::num::NonZero types #1313
- Add new constants introduced by SQLite 3.42.0 #1336
- Use SQLITE_PREPARE_PERSISTENT for CachedStatement #1339
- Fix type of SQLITE_DESERIALIZE_, SQLITE_PREPARE_, SQLITE_SERIALIZE_* #1340
- Introduce to_sqlite_error #1345
- remove depth from Savepoint #1327
- Savepoint Drop bug #1347
- [breaking change] Update edition from 2018 to 2021 #1267
- Remove msrv for clippy by #1351
- Tweak bindgen #1352, #1353
- Inline constraint_error_code #1359
- Simplify bindgen generation #1360
- Fixes generate_series to handle NULL arguments #1357
- Factorize code in build.rs #1361
- Serialize and deserialize database #1341
- Spelling and a few more nits #1373
- Implement support for more
time
types #1374 - Fix visibility of TransactionState #1384
- Column is used only with column_decltype feature #1385
- Use proper var names in trait definition #1398
- Fix clippy warning: arc_with_non_send_sync - interrupt_lock #1400
- Captured identifiers in SQL strings #1346
- Add new constants introduced by SQLite 3.43.0 #1405
- Make WindowAggregate::value pass mutable value ref #1395
- Bump bundled SQLite version to 3.44.0 #1409
- Bump bindgen version to 0.69 #1410
- Loadable extension #1362
New Contributors
- @icp1994 made their first contribution in #1317
- @wasm-forge made their first contribution in #1321
- @nopjia made their first contribution in #1324
- @Benjins-automation made their first contribution in #1330
- @itsxaos made their first contribution in #1313
- @Taywee made their first contribution in #1327
- @davidselassie made their first contribution in #1357
- @nyurik made their first contribution in #1373
- @nydrani made their first contribution in #1374
Full Changelog: v0.29.0...v0.30.0
Assets 2
12 people reacted
You canโt perform that action at this time.