• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

apereo / cas / 28833067613-1
91%

Build:
DEFAULT BRANCH: master
Ran 07 Jul 2026 12:52AM UTC
Jobs 0
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
28833067613-1

push

github

web-flow
renovatebot(deps): update dependency org.postgresql:postgresql to v42.7.13

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [org.postgresql:postgresql](https://jdbc.postgresql.org) ([source](https://redirect.github.com/pgjdbc/pgjdbc)) | dependencies | patch | `42.7.12` → `42.7.13` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>pgjdbc/pgjdbc (org.postgresql:postgresql)</summary>

### [`v42.7.13`](https://redirect.github.com/pgjdbc/pgjdbc/blob/HEAD/CHANGELOG.md#42713-2026-07-06)

##### Added

- feat: invalidate the prepared-statement cache when the server reports a `search_path` change via GUC\_REPORT (PostgreSQL 18+), so cached plans are no longer used against the wrong schema [PR #&#8203;4259](https://redirect.github.com/pgjdbc/pgjdbc/pull/4259)
- feat: `reWriteBatchedInserts` now merges up to 32768 rows into one multi-values `INSERT` (bounded by the 65535 bind-parameter limit on the extended protocol) instead of capping at 128, which speeds up batches of few-column rows. The new `reWriteBatchedInsertsSize` connection property lowers that cap when set; the default of `0` uses that maximum. [PR #&#8203;4207](https://redirect.github.com/pgjdbc/pgjdbc/pull/4207)
- feat: invalidate the prepared-statement cache after CREATE/DROP/ALTER so callers no longer trip on "cached plan must not change result type" without opting into `autosave=ALWAYS`. Controlled by the new `flushCacheOnDdl` connection property (default `true`); set to `false` for the prior behaviour. [PR #&#8203;4067](https://redirect.github.com/pgjdbc/pgjdbc/pull/4067)
- feat: add `connectExecutor` connection property to customize the `Executor` used to run the worker task that performs the connection attempt when `loginTimeout` is in effect. The value is the fully qualified name of a class implementing `java.util.concurrent.Executor`.... (continued)
Source Files on build 28833067613-1
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #28833067...
  • 610b206e on github
  • Prev Build on master (#28811830...)
  • Next Build on master (#28833067...)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc