Releases: mfvanek/pg-index-health
Releases · mfvanek/pg-index-health
v.0.3.2
Support for PostgreSQL 14
What's Changed
- Upgrading Gradle version by @mfvanek in #103
- Added link to the Spring Boot Starter by @mfvanek in #104
- Equals and hashCode contracts by @mfvanek in #105
- Added creation of defensive copies by @mfvanek in #106
- Fixed several warnings from static analyzer by @mfvanek in #107
- Adding checkstyle by @mfvanek in #108
- Added JaCoCo rules by @mfvanek in #109
- Upgraded plugins and added caching by @mfvanek in #110
- Added support for PostgreSQL 14 by @mfvanek in #111
Full Changelog: v0.3.1...v.0.3.2
v0.3.1
v0.3.0
v0.2.2
Support several PgContext in indexMaintenance.get* methods (#82) * Updated javadoc * Added 'enrichWithSchema' method * Added javadoc for ForeignKey * Support several PgContext in indexMaintenance.get* methods * Added multiple schemas support to IndexesHealth Co-authored-by: ivan.vakhrushev <[email protected]>