Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Releases: niklas2810/healthchecksio-java

Project optimization

25 Jul 15:37
0e7bfdf
Compare
Choose a tag to compare

Bump dependencies and remove shading

v1.0.1

03 Jan 10:14
5b17026
Compare
Choose a tag to compare

Hey there!

This release contains an Implementation of the Management API, located in HealthchecksManager
and available via Healthchecks.manager(<uuid>). Visit the wiki for instructions on how to use this class.

List of Changes

  • ⚠️ BREAKING CHANGE: The client class is now of a separate type, HealthchecksClient. Since this repo is 5 days old, I hope that no
    one will actually care.

  • Improved the documentation:

    • This project now has a GitHub wiki page, which contains details on how the project is structured and how it can be used.
    • Added package descriptions and @since tags for all classes.
    • The Javadocs are now publicly available via GitHub Pages.
  • Implemented a wrapper for the Management API, which currently supports all available features.

  • Refactored some code for better readability and hopefully reliability.

If you spot any bug, please open an issue. Thanks!

v1.0.0

31 Dec 16:58
64845ac
Compare
Choose a tag to compare

Hey!

This is the first release version of healthchecksio-java, 1.0.0, which is already available on Maven Central.

Maven:

<dependency>
  <groupId>com.niklasarndt</groupId>
  <artifactId>healthchecksio-java</artifactId>
  <version>1.0.0</version>
</dependency>

Gradle:

implementation 'com.niklasarndt:healthchecksio-java:1.0.0'

This is a very basic version, only supporting the Pinging API at the moment. Static javadocs for this version are available here.