Skip to content

Commit

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

### ⚠ BREAKING CHANGES

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

### Features

* add `remoteControl`, `velocity` and `developerTools` signals ([f46e242](f46e242))
* add `Webhook.IsValidWebhookSignature` function for validating webhook signature ([0922380](0922380))
* add DELETE API ([0b8d7b5](0b8d7b5))
* regenerate project according to new schema ([a8ab497](a8ab497))
* rewrite build script to kotlin ([6f25c8d](6f25c8d))
* separate modules ([67cbdcf](67cbdcf))
* update schema ([ef44ffb](ef44ffb))
* use generated sources for build ([a59948b](a59948b))
* use java 11 for release build ([d186e3d](d186e3d))

### Bug Fixes

* dependency management ([e787ff6](e787ff6))
* functional tests ([be7e1cf](be7e1cf))
* tests ([ff912c6](ff912c6))

### Miscellaneous Chores

* update jakarta annotation api to 2.0.0 ([5c30ce2](5c30ce2))
  • Loading branch information
semantic-release-bot committed Aug 7, 2024
1 parent b0eca77 commit 722166b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 3 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## [6.0.0-develop.1](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/compare/v5.1.1...v6.0.0-develop.1) (2024-08-07)


### ⚠ BREAKING CHANGES

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

### Features

* add `remoteControl`, `velocity` and `developerTools` signals ([f46e242](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/f46e2428884059b1535d72589c8c23b4b61a2282))
* add `Webhook.IsValidWebhookSignature` function for validating webhook signature ([0922380](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/09223809229dba20897dd6eb0e516af99802d763))
* add DELETE API ([0b8d7b5](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/0b8d7b5cb6a90d42b07a94d2cfb6ad4f062a95c9))
* regenerate project according to new schema ([a8ab497](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/a8ab497adfaa589f7d40a7081e10bdc75395e53e))
* rewrite build script to kotlin ([6f25c8d](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/6f25c8d4db94012fa730acd65823a1551446023e))
* separate modules ([67cbdcf](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/67cbdcfd8a03f2fd36ef2b9adc9cd46099e0d369))
* update schema ([ef44ffb](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/ef44ffb85b0833c3ba4ee7439c00b83527d56bdf))
* use generated sources for build ([a59948b](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/a59948b21677585c5b1203d8794bd205ecc788ac))
* use java 11 for release build ([d186e3d](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/d186e3d334a2cd8c2dd3f006a2fb5c14ad9936af))


### Bug Fixes

* dependency management ([e787ff6](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/e787ff6919b1ff91caadbe9bb096e02a59ddad0b))
* functional tests ([be7e1cf](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/be7e1cfe92575a9e0bb01bc13362598996f42a52))
* tests ([ff912c6](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/ff912c63de390f818575ee27f9b4d9cfcd6fffa5))


### Miscellaneous Chores

* update jakarta annotation api to 2.0.0 ([5c30ce2](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/commit/5c30ce2e9b9596352520fea688cf731e31f6c02b))

## [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>vdev-6.0.0-1</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:vdev-6.0.0-1"
}
```

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-dev-6.0.0-1.jar`

## Getting Started

Expand Down

0 comments on commit 722166b

Please sign in to comment.