Releases: logchange/hofund
Releases Β· logchange/hofund
3.0.1
[3.0.1] - 2026-01-18
Dependency updates (7 changes)
- Upgraded org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 (logchange-bot @logchange-bot)
- Upgraded org.sonatype.central:central-publishing-maven-plugin from 0.9.0 to 0.10.0 (logchange-bot @logchange-bot)
- Upgraded org.springframework.boot:spring-boot-dependencies from 4.0.0 to 4.0.1 (logchange-bot @logchange-bot)
- Upgraded org.springframework.boot:spring-boot-maven-plugin from 4.0.0 to 4.0.1 (logchange-bot @logchange-bot)
- Upgraded renovatebot/github-action from v44.0.3 to v44.0.4 (logchange-bot @logchange-bot)
- Upgraded renovatebot/github-action from v44.0.4 to v44.0.5 (logchange-bot @logchange-bot)
- Upgraded renovatebot/github-action from v44.0.5 to v44.2.4 (logchange-bot @logchange-bot)
3.0.0
[3.0.0] - 2025-11-21
Important notes
- Do not use Hofund 3.X.X with Spring Boot version less than 4.0.0!
Added (1 change)
- Introduced new property
hofund.enabledto disable Hofund in tests. !146 (Peter Zmilczak @marwin1991)
Changed (1 change)
- Spring Boot 4.0 support added !146 (Peter Zmilczak @marwin1991)
2.10.4
[2.10.4] - 2025-11-21
Dependency updates (10 changes)
- Upgraded actions/checkout from v5 to v6 (logchange-bot @logchange-bot)
- Upgraded com.squareup.okhttp3:mockwebserver from 5.2.1 to 5.3.0 (logchange-bot @logchange-bot)
- Upgraded com.squareup.okhttp3:mockwebserver from 5.3.0 to 5.3.2 (logchange-bot @logchange-bot)
- Upgraded org.springframework.boot:spring-boot-dependencies from 3.5.7 to 3.5.8 (logchange-bot @logchange-bot)
- Upgraded org.springframework.boot:spring-boot-maven-plugin from 3.5.7 to 3.5.8 (logchange-bot @logchange-bot)
- Upgraded renovatebot/github-action from v43.0.18 to v43.0.19 (logchange-bot @logchange-bot)
- Upgraded renovatebot/github-action from v43.0.19 to v43.0.20 (logchange-bot @logchange-bot)
- Upgraded renovatebot/github-action from v43.0.20 to v44.0.0 (logchange-bot @logchange-bot)
- Upgraded renovatebot/github-action from v44.0.0 to v44.0.2 (logchange-bot @logchange-bot)
- Upgraded renovatebot/github-action from v44.0.2 to v44.0.3 (logchange-bot @logchange-bot)
2.10.3
[2.10.3] - 2025-10-26
Dependency updates (11 changes)
- Upgraded com.squareup.okhttp3:mockwebserver from 5.1.0 to 5.2.0 (logchange-bot @logchange-bot)
- Upgraded com.squareup.okhttp3:mockwebserver from 5.2.0 to 5.2.1 (logchange-bot @logchange-bot)
- Upgraded mcr.microsoft.com/devcontainers/java from 1 to 3 (logchange-bot @logchange-bot)
- Upgraded org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 (logchange-bot @logchange-bot)
- Upgraded org.springframework.boot:spring-boot-dependencies from 3.5.6 to 3.5.7 (logchange-bot @logchange-bot)
- Upgraded org.springframework.boot:spring-boot-maven-plugin from 3.5.6 to 3.5.7 (logchange-bot @logchange-bot)
- Upgraded qcastel/github-actions-maven-release from v1.12.43 to v1.12.44 (logchange-bot @logchange-bot)
- Upgraded renovatebot/github-action from v43.0.14 to v43.0.15 (logchange-bot @logchange-bot)
- Upgraded renovatebot/github-action from v43.0.15 to v43.0.16 (logchange-bot @logchange-bot)
- Upgraded renovatebot/github-action from v43.0.16 to v43.0.17 (logchange-bot @logchange-bot)
- Upgraded renovatebot/github-action from v43.0.17 to v43.0.18 (logchange-bot @logchange-bot)
2.10.2
[2.10.2] - 2025-10-01
Fixed (1 change)
- Fix calling too many times HofundConnection constructor !123 #122 (Peter Zmilczak @marwin1991)
Dependency updates (6 changes)
- Upgraded org.sonatype.central:central-publishing-maven-plugin from 0.8.0 to 0.9.0 (logchange-bot @logchange-bot)
- Upgraded org.springframework.boot:spring-boot-dependencies from 3.5.5 to 3.5.6 (logchange-bot @logchange-bot)
- Upgraded org.springframework.boot:spring-boot-maven-plugin from 3.5.5 to 3.5.6 (logchange-bot @logchange-bot)
- Upgraded renovatebot/github-action from v43.0.9 to v43.0.10 (logchange-bot @logchange-bot)
- Upgraded renovatebot/github-action from v43.0.10 to v43.0.11 (logchange-bot @logchange-bot)
- Upgraded renovatebot/github-action from v43.0.11 to v43.0.14 (logchange-bot @logchange-bot)
2.10.1
[2.10.1] - 2025-08-30
Added (2 changes)
- Add validation to reject URLs ending with
/prometheus!108 #98 (Peter Zmilczak @marwin1991) - Allow disabling connection checks for specific targets using environment variables. Set environment variable named
HOFUND_CONNECTION_<TARGET>_DISABLED(where<TARGET>is the uppercase value of the target name) is set to eithertrue(case-insensitive) or1. For example, to disable connection checks for a target named "payment-api", you would set the environment variableHOFUND_CONNECTION_PAYMENT_API_DISABLED=true. !109 (Peter Zmilczak @marwin1991)
Fixed (1 change)
- Display "DOWN" status for broken connections in connections table !114 #48 (Junie by JetBrains @jetbrains-junie[bot])
Dependency updates (4 changes)
- Upgraded actions/setup-java from v4 to v5 (logchange-bot @logchange-bot)
- Upgraded org.springframework.boot:spring-boot-dependencies from 3.5.4 to 3.5.5 (logchange-bot @logchange-bot)
- Upgraded renovatebot/github-action from v43.0.7 to v43.0.8 (logchange-bot @logchange-bot)
- Upgraded renovatebot/github-action from v43.0.8 to v43.0.9 (logchange-bot @logchange-bot)
2.10.0
[2.10.0] - 2025-08-17
Added (2 changes)
- Added Version abstraction to compare projects versions. !103 #92 (Mateusz Witkowski @witx98)
- Added required version chek that will log error when current version of target application is less than required. !107 #92 (Mateusz Witkowski @witx98)
Dependency updates (3 changes)
- Upgraded actions/checkout from v4 to v5 (logchange-bot @logchange-bot)
- Upgraded renovatebot/github-action from v43.0.5 to v43.0.6 (logchange-bot @logchange-bot)
- Upgraded renovatebot/github-action from v43.0.6 to v43.0.7 (logchange-bot @logchange-bot)
2.9.0
[2.9.0] - 2025-08-06
Added (1 change)
- Added new connection type: queue. !101 #92 (Mateusz Witkowski @witx98)
2.8.0
[2.8.0] - 2025-08-05
Added (1 change)
- Added fetching current version of target application in hofund connection. !95 #92 (Mateusz Witkowski @witx98)
Dependency updates (5 changes)
- Upgraded com.squareup.okhttp3:mockwebserver from 4.12.0 to 5.1.0 (logchange-bot @logchange-bot)
- Upgraded org.springframework.boot:spring-boot-dependencies from 3.5.3 to 3.5.4 (logchange-bot @logchange-bot)
- Upgraded renovatebot/github-action from v43.0.1 to v43.0.3 (logchange-bot @logchange-bot)
- Upgraded renovatebot/github-action from v43.0.3 to v43.0.4 (logchange-bot @logchange-bot)
- Upgraded renovatebot/github-action from v43.0.4 to v43.0.5 (logchange-bot @logchange-bot)
2.7.3
[2.7.3] - 2025-06-25
Fixed (1 change)
- Fixed problem with failing an application at startup when an exception during testing connection other than IOException. !88 (Peter Zmilczak @marwin1991)