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 | Type | Update | Change |
|---|---|---|---|
| [github.com/lib/pq](https://github.com/lib/pq) | require | patch | `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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2F1dG9tZXJnZSIsInJlbm92YXRlL2dvbGFuZyJdfQ==-->
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.