Publish New Versions (v2) (#3211)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-02-03 12:18:37 +01:00
committed by GitHub
parent 305c4f6b4e
commit 50b159f668
31 changed files with 104 additions and 100 deletions
-6
View File
@@ -1,6 +0,0 @@
---
"updater": minor
"updater-js": minor
---
Add no_proxy config to disable system proxy for updater plugin.
-6
View File
@@ -1,6 +0,0 @@
---
barcode-scanner: patch
barcode-scanner-js: patch
---
On iOS, fixed an application crash happening when the scanner was started when user denied permission before.
-6
View File
@@ -1,6 +0,0 @@
---
barcode-scanner: patch
barcode-scanner-js: patch
---
On iOS, start the scanning session on a separate thread to fix performance issues.
@@ -1,6 +0,0 @@
---
barcode-scanner: patch
barcode-scanner-js: patch
---
On iOS, fixed an application crash happening when the scanner was started on the iOS Simulator (no camera available).
-6
View File
@@ -1,6 +0,0 @@
---
http: patch
http-js: patch
---
Cleanup resource when the returned `ReadableStream.cancel` is called to avoid memory leaks
@@ -1,6 +0,0 @@
---
"sql": "patch"
"sql-js": "patch"
---
Fixes issue with UUIDs returned as null in sql query results.
-6
View File
@@ -1,6 +0,0 @@
---
'shell': 'patch:bug'
'shell-js': 'patch:bug'
---
Make sidecars work in tests. Executable resolution is aware of the "deps" directory.
-6
View File
@@ -1,6 +0,0 @@
---
"updater": minor
"updater-js": minor
---
Allow configuring the updater client to accept invalid TLS certificates and hostnames for internal/self-signed update servers. These options are available via the plugin config (`dangerousAcceptInvalidCerts`, `dangerousAcceptInvalidHostnames`) and via the `UpdaterBuilder` (`dangerous_accept_invalid_certs`, `dangerous_accept_invalid_hostnames`).
-6
View File
@@ -1,6 +0,0 @@
---
"updater": minor
"updater-js": minor
---
Updater plugin now supports all bundle types: Deb, Rpm and AppImage for Linux; NSiS, MSI for Windows. This was added in https://github.com/tauri-apps/plugins-workspace/pull/2624
-6
View File
@@ -1,6 +0,0 @@
---
"updater": minor
"updater-js": minor
---
Updated `reqwest` to 0.13, make sure to update your `reqwest` dependency if you're using `UpdaterBuilder::configure_client`