Skip to content

Releases: logchange/hofund

2.2.0

16 Jul 14:46
Compare
Choose a tag to compare

[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)

2.1.0

14 Jul 19:32
Compare
Choose a tag to compare

[2.1.0] - 2024-07-14

Added (2 changes)

  • Added SimpleHofundHttpConnection to simplified configuration of HTTP connections and added ability to override getRequestMethod() in AbstractHofundBasicHttpConnection to allow using POST method. !42 (Peter Zmilczak @marwin1991)
  • Added HofundConnectionsTable to allow printing HofundConnection to terminal during booting up. !43 #26 (Peter Zmilczak @marwin1991)

2.0.0

30 Jun 14:59
Compare
Choose a tag to compare

[2.0.0] - 2024-06-30

Changed (1 change)

1.0.2

26 Jun 06:48
Compare
Choose a tag to compare

[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

22 Feb 10:17
Compare
Choose a tag to compare

[1.0.1] - 2024-02-22

Fixed (1 change)

1.0.0

21 Feb 13:29
Compare
Choose a tag to compare

[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 from git.properties file instead of defining hofund.git-info. You can still use this to define custom values for this metric. !25 #24 (Peter Zmilczak @marwin1991)

0.6.0

27 Feb 19:50
Compare
Choose a tag to compare

[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 overriding getCheckingStatus method in AbstractHofundBasicHttpConnection (Peter Zmilczak @marwin1991)

0.5.0

21 Feb 19:21
Compare
Choose a tag to compare

[0.5.0] - 2023-02-21

Fixed (1 change)

0.4.0

20 Feb 20:43
Compare
Choose a tag to compare

[0.4.0] - 2023-02-20

Added (4 changes)

Fixed (1 change)

Configuration changes

Type: application.properties
  • Added hofund.git-info.branch with default value: ``
  • Description: Short git commit id, set it to @git.branch@ and configure `git-commit-id-plugin` see README.md.
  • Added hofund.git-info.build.host with default value: ``
  • Description: Short git commit id, set it to @git.build.host@ and configure `git-commit-id-plugin` see README.md.
  • Added hofund.git-info.build.time with default value: ``
  • Description: Short git commit id, set it to @git.build.time@ and configure `git-commit-id-plugin` see README.md.
  • Added hofund.git-info.commit.id with default value: ``
  • Description: Git commit id, set it to @git.commit.id@ and configure `git-commit-id-plugin`, see README.md.
  • Added hofund.git-info.commit.id-abbrev with default value: ``
  • Description: Short git commit id, set it to @git.commit.id.abbrev@ and configure `git-commit-id-plugin` see README.md.
  • Added hofund.git-info.dirty with default value: ``
  • Description: Short git commit id, set it to @git.dirty@ and configure `git-commit-id-plugin` see README.md.

0.3.0

26 Aug 06:50
Compare
Choose a tag to compare

[0.3.0] - 2022-08-26

Added (1 change)

Changed (1 change)