Don't send startup parameters if there is no value, improving compatibility
with Supavisor (#1260).
Don't send dbname as a startup parameter if database=[..] is used in the
connection string. It's recommended to use dbname=, as database= is not a
libpq option, and only worked by accident previously. (#1261)
Configuration
📅Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕Ignore: Close this PR and you won't be reminded about this update again.
If you want to rebase/retry this PR, check this box
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [github.com/lib/pq](https://github.com/lib/pq) | `v1.11.1` → `v1.11.2` |  |  |
---
### Release Notes
<details>
<summary>lib/pq (github.com/lib/pq)</summary>
### [`v1.11.2`](https://github.com/lib/pq/blob/HEAD/CHANGELOG.md#v1112-2025-02-10)
[Compare Source](https://github.com/lib/pq/compare/v1.11.1...v1.11.2)
This fixes two regressions:
- Don't send startup parameters if there is no value, improving compatibility
with Supavisor ([#​1260]).
- Don't send `dbname` as a startup parameter if `database=[..]` is used in the
connection string. It's recommended to use dbname=, as database= is not a
libpq option, and only worked by accident previously. ([#​1261])
[#​1260]: https://github.com/lib/pq/pull/1260
[#​1261]: https://github.com/lib/pq/pull/1261
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjkiLCJ1cGRhdGVkSW5WZXIiOiI0My4wLjkiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v1.11.1→v1.11.2Release Notes
lib/pq (github.com/lib/pq)
v1.11.2Compare Source
This fixes two regressions:
Don't send startup parameters if there is no value, improving compatibility
with Supavisor (#1260).
Don't send
dbnameas a startup parameter ifdatabase=[..]is used in theconnection string. It's recommended to use dbname=, as database= is not a
libpq option, and only worked by accident previously. (#1261)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.