Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.0](v5.1.1...v6.0.0) (2024-08-08)

### ⚠ BREAKING CHANGES

* use Jakarta EE 9
* use java 11 as minimal supported version

### Features

* add `remoteControl`, `velocity` and `developerTools` signals ([5648a7f](5648a7f))
* add `Webhook.IsValidWebhookSignature` function for validating webhook signature ([033a98f](033a98f))
* add DELETE API ([db4832f](db4832f))

### Continuous Integration

* update jakarta annotation api to 2.0.0 ([ac41c7a](ac41c7a))
* use java 11 for release build ([b9e9a00](b9e9a00))
  • Loading branch information
semantic-release-bot committed Aug 8, 2024
1 parent 559322e commit a2f308a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [6.0.0](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/compare/v5.1.1...v6.0.0) (2024-08-08)


### ⚠ BREAKING CHANGES

* use Jakarta EE 9
* use java 11 as minimal supported version

### Features

* add `remoteControl`, `velocity` and `developerTools` signals ([5648a7f](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/5648a7faf93ee046f877a91c6b3400cf95b2401f))
* add `Webhook.IsValidWebhookSignature` function for validating webhook signature ([033a98f](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/033a98f0a770fe7665ca2268e09b9d6292e07f47))
* add DELETE API ([db4832f](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/db4832f724a76b0259c5a1144b0ab78692675ea0))


### Continuous Integration

* update jakarta annotation api to 2.0.0 ([ac41c7a](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/ac41c7afa5673ce252eb74c07fdd902ef358a9dc))
* use java 11 for release build ([b9e9a00](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/b9e9a001adf152186525142e5052aaa80cb7a3fe))

## [5.1.1](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/compare/v5.1.0...v5.1.1) (2024-06-27)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.github.fingerprintjs</groupId>
<artifactId>fingerprint-pro-server-api-java-sdk</artifactId>
<version>v5.1.1</version>
<version>v6.0.0</version>
</dependency>
```

Expand All @@ -70,7 +70,7 @@ Add this dependency to your project's build file:
}
dependencies {
implementation "com.github.fingerprintjs:fingerprint-pro-server-api-java-sdk:v5.1.1"
implementation "com.github.fingerprintjs:fingerprint-pro-server-api-java-sdk:v6.0.0"
}
```

Expand All @@ -84,7 +84,7 @@ At first generate the JAR by executing:

Then manually install the following JARs:

- `target/fingerprint-pro-server-api-sdk-5.1.1.jar`
- `target/fingerprint-pro-server-api-sdk-6.0.0.jar`

## Getting Started

Expand Down

0 comments on commit a2f308a

Please sign in to comment.