Skip to content

Releases: kumuluz/kumuluzee-version

v1.1.0

08 Jan 09:15
Compare
Choose a tag to compare

This release brings a new structure of configuration keys and some minor improvements.

v1.0.0

27 Nov 06:23
Compare
Choose a tag to compare

We are releasing a first version of KumuluzEE Version, a simple KumuluzEE extension that provides mechanisms for exposing version details of your microservices.

To start using the extension, simply add the following dependency to your application:

<dependency>
    <groupId>com.kumuluz.ee.version</groupId>
    <artifactId>kumuluzee-version</artifactId>
    <version>${kumuluzee-version.version}</version>
</dependency>

The sample showcasing the features is already available so go check it out!

We are excited to bring this extension into your hands!