Releases: logchange/hofund
Releases · logchange/hofund
2.2.0
[2.2.0] - 2024-07-16
Added (1 change)
- Added request headers and ability to define it during testing connection using
AbstractHofundBasicHttpConnection
!45 (Peter Zmilczak @marwin1991)
Changed (1 change)
- Sorting connections tabel by type !45 (Peter Zmilczak @marwin1991)
2.1.0
[2.1.0] - 2024-07-14
Added (2 changes)
- Added
SimpleHofundHttpConnection
to simplified configuration of HTTP connections and added ability to overridegetRequestMethod()
inAbstractHofundBasicHttpConnection
to allow usingPOST
method. !42 (Peter Zmilczak @marwin1991) - Added
HofundConnectionsTable
to allow printing HofundConnection to terminal during booting up. !43 #26 (Peter Zmilczak @marwin1991)
2.0.0
[2.0.0] - 2024-06-30
Changed (1 change)
- Adjust project for Spring Boot 3.3 and Java 17. Hofund-Core still is based on Java 8. !33 (Peter Zmilczak @marwin1991)
1.0.2
[1.0.2] - 2024-06-26
Fixed (1 change)
- Fixed problem with missing missing url setting when building 'HofundConnection' from 'AbstractHofundBasicHttpConnection' and added missing 'micrometer-registry-prometheus-simpleclient' dependency. !34 (Mateusz Piekarczyk @Athi)
1.0.1
[1.0.1] - 2024-02-22
Fixed (1 change)
- Fixed problem with missing bean of type
HofundDefaultGitInfoProperties
. !29 (Peter Zmilczak @marwin1991)
1.0.0
[1.0.0] - 2024-02-21
Added (3 changes)
- Added new metric
hofund_os_info
with information about name, version arch of the os running application. !23 #22 (Peter Zmilczak @marwin1991) - Added new metric
hofund_java_info
with information about version, vendor and jvm which is running application. !23 #22 (Peter Zmilczak @marwin1991) - Added new metric
hofund_web_server_info
with information about type and version of web server. !27 #26 (Peter Zmilczak @marwin1991)
Changed (1 change)
- Simplified configuration of metric
hofund_git_info
by reading values fromgit.properties
file instead of defininghofund.git-info
. You can still use this to define custom values for this metric. !25 #24 (Peter Zmilczak @marwin1991)
0.6.0
[0.6.0] - 2023-02-27
Added (1 change)
- Added inactive connections, in metric
hofund_connection
as-1.0
value. You can take advantage of this feature by overridinggetCheckingStatus
method inAbstractHofundBasicHttpConnection
(Peter Zmilczak @marwin1991)
0.5.0
0.4.0
[0.4.0] - 2023-02-20
Added (4 changes)
- Added base Grafana dashboard to
grafana-dashboard
directory. (Peter Zmilczak @marwin1991) - Added git based information to metrics in
hofund_git_info
!12 (Peter Zmilczak @marwin1991) - Added yaml based examples in readme !13 #9 (Peter Zmilczak @marwin1991)
- Added your custom connection by extending
AbstractHofundBasicHttpConnection
see README for more details. (Peter Zmilczak @marwin1991)
Fixed (1 change)
- Spring Boot 3 compatibility !14 source (Peter Zmilczak @marwin1991) (@jfoder LINK)
Configuration changes
Type: application.properties |
---|
|
|
|
|
|
|
0.3.0
[0.3.0] - 2022-08-26
Added (1 change)
- Added new metrics
hofund_node
andhofund_edge
. (Peter Zmilczak @marwin1991)
Changed (1 change)
- Removed status word from metrics
hofund_info_status
andhofund_connection_status
. (Peter Zmilczak @marwin1991)