You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
+
## [unreleased]
1
2
2
-
## [2.0.0] - 2025-09-01
3
+
### 🐛 Bug Fixes
4
+
5
+
- Fixes query param detection in case insensitive form
3
6
4
-
### ⚠️ Breaking Changes
5
-
- As of this version in order to save telemetry events such as HTTP requests and the new tracing events requires additional tables on the PostgreSQL instance. This change should not change previous tables, but requieres a new table. Current deployments that make use of this feature will need to add the new PostgreSQL table.
Copy file name to clipboardExpand all lines: Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[package]
2
2
name = "faucet-server"
3
-
version = "2.0.0"
3
+
version = "2.0.1"
4
4
edition = "2021"
5
5
authors = ["Andrés F. Quintero <afquinteromoreano@gmail.com>"]
6
6
description = "Welcome to Faucet, your go-to solution for deploying Plumber APIs and Shiny Applications with blazing speed and efficiency. Faucet is a high-performance server built with Rust, offering Round Robin and Round Robin + IP Hash load balancing for seamless scaling and distribution of your R applications. Whether you're a data scientist, developer, or DevOps enthusiast, Faucet streamlines the deployment process, making it easier than ever to manage replicas and balance loads effectively."
0 commit comments