Skip to content

Commit 3a3eaf6

Browse files
authored
Merge branch 'v2' into feat/recent-doc
2 parents aca0920 + 2e432f7 commit 3a3eaf6

154 files changed

Lines changed: 3185 additions & 2862 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.cargo/audit.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
[advisories]
22
ignore = [
3-
# time 0.1
4-
"RUSTSEC-2020-0071",
5-
# needs sqlx 0.7 (still in alpha)
6-
"RUSTSEC-2022-0090",
7-
# wry needs kuchiki on Android
8-
"RUSTSEC-2023-0019",
9-
# atty is only used when the `colored` feature is enabled on tauri-plugin-log
10-
"RUSTSEC-2021-0145",
3+
# time crate can't be updated in the repo because of MSRV, users are unaffected
4+
"RUSTSEC-2026-0009",
115
]

.changes/add-xdg-portal-as-an-optional-feature-for-rfd.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/allow-log-formatter-per-target.md

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"sql": minor
3+
"sql-js": minor
4+
---
5+
6+
Add support for Postgres `NUMERIC` and custom data types.

.changes/change-pr-3244.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"fs": minor
3+
"fs-js": minor
4+
---
5+
6+
Add `encoding` option for `readTextFile` and `readTextFileLines`

.changes/change-pr-3252.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"http": patch
3+
"http-js": patch
4+
---
5+
6+
Correct Response header initialization to support cloning and ensure Set-Cookie visibility.

.changes/change-pr-3285.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"updater": patch
3+
"updater-js": patch
4+
---
5+
6+
fix: preserve file extension of updater package, otherwise users may get confused when presented with a sudo dialog suggesting to install a file with the extension `.rpm` using `dpkg -i`

.changes/dialog-file-picker-mode.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/disable-localhost-plugin-caching.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/fix-android-barcode-scanner-permission-check.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)