Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2025

Bumps io.github.mfvanek:pg-index-health-bom from 0.20.3 to 0.30.0.

Release notes

Sourced from io.github.mfvanek:pg-index-health-bom's releases.

v.0.30.0

Important updates

  • The project has been moved to Gradle 9
  • The Spring Boot version has been updated to version 3.4.10
  • Added support for PostgreSQL 18
  • Added the ability to write custom checks. More details in the documentation

Breaking changes

  • DatabaseChecksOnCluster class has been renamed to StandardChecksOnCluster and moved to io.github.mfvanek.pg.health.checks.cluster package of pg-index-health module.
    Now it implements Function<HighAvailabilityPgConnection, List<DatabaseCheckOnCluster<? extends DbObject>>>.
  • The getAll() method has beed removed from the StandardChecksOnCluster class.
  • The getDuplicatedIndexes() method has beed removed from DuplicatedIndexes class. Use getIndexes() instead
  • For checks
    • ColumnsWithFixedLengthVarcharCheckOnHost, ColumnsWithJsonTypeCheckOnHost, ColumnsWithMoneyTypeCheckOnHost and corresponding
    • ColumnsWithFixedLengthVarcharCheckOnCluster, ColumnsWithJsonTypeCheckOnCluster, ColumnsWithMoneyTypeCheckOnCluster the target model type has been changed from Column to ColumnWithType
  • ExecutionTopology enum has been extracted from Diagnostic enum
  • Added the new TopologyAware interface
  • Added the new CheckInfo interface
  • Added the new CheckNameAware interface. Now each check must have a name.
    You need to update the standard test according to the documentation
  • DiagnosticAware interface has been removed.
  • A new class StandardChecksOnHost has been added.
  • Reworked PostgreSqlClusterWrapper and added support for custom Bitnami images

A full examples of upgrading to the new version can be found here or here

What's Changed

Full Changelog: mfvanek/pg-index-health@v.0.20.3...v.0.30.0

Commits
  • d718fc7 Rework AbstractCheckOnHost and make internal fields accessible in child class...
  • cceb998 Add extractors for all standard models (#734)
  • 81ed9f1 Bump de.thetaphi:forbiddenapis from 3.9 to 3.10 (#731)
  • 65ae01b Bump org.liquibase:liquibase-core from 4.33.0 to 5.0.1 (#732)
  • d1e46f8 Bump nl.jqno.equalsverifier:equalsverifier from 4.1.1 to 4.2 (#733)
  • 1f5897f Bump org.junit:junit-bom from 5.13.4 to 6.0.0 (#730)
  • 0dcea34 Add StandardCheckInfo (#727)
  • fdcd880 CheckInfo should provide an SQL query (#726)
  • f5d0aaa Add support for PostgreSQL 18 (#725)
  • 3b3699b Added StandardChecksOnHost class (#724)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 14, 2025
Bumps [io.github.mfvanek:pg-index-health-bom](https://github.com/mfvanek/pg-index-health) from 0.20.3 to 0.30.0.
- [Release notes](https://github.com/mfvanek/pg-index-health/releases)
- [Commits](mfvanek/pg-index-health@v.0.20.3...v.0.30.0)

---
updated-dependencies:
- dependency-name: io.github.mfvanek:pg-index-health-bom
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/io.github.mfvanek-pg-index-health-bom-0.30.0 branch from db807ba to 4f73517 Compare October 16, 2025 15:04
@codecov
Copy link

codecov bot commented Oct 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.80%. Comparing base (fb66d9c) to head (196dc23).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #327   +/-   ##
=========================================
  Coverage     96.80%   96.80%           
  Complexity      135      135           
=========================================
  Files            42       42           
  Lines           376      376           
  Branches          8        8           
=========================================
  Hits            364      364           
  Misses            7        7           
  Partials          5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mfvanek mfvanek merged commit 2fa2b1e into master Oct 19, 2025
3 checks passed
@mfvanek mfvanek deleted the dependabot/gradle/io.github.mfvanek-pg-index-health-bom-0.30.0 branch October 19, 2025 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants