Releases: drallgood/jpasskit
Releases · drallgood/jpasskit
jPasskit 0.4.1
What's Changed
- Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.13 by @dependabot in #579
- Bump org.bouncycastle:bcpkix-jdk18on from 1.77 to 1.78.1 by @dependabot in #582
- Bump org.testng:testng from 7.9.0 to 7.10.1 by @dependabot in #581
Full Changelog: jpasskit-0.4.0...jpasskit-0.4.2
jPasskit 0.4.0
Removed
- !!! Support for Java 8 was removed. Please use 0.3.x on Java 8.
- !!! Maven build was removed. We're now using Gradle. It still publishes Maven Artifacts!
- jPasskit Parent artifact was removed as it's no longer needed
Fixed
- Tons of dependency upgrades to keep things secure
Changed
- Switched to Gradle for our builds
Merged PRs
- switch to Java 11 by @drallgood in #541
- Bump org.testng:testng from 7.5 to 7.9.0 by @dependabot in #537
- Bump org.mockito:mockito-core from 4.7.0 to 5.8.0 by @dependabot in #531
- Bump com.eatthepath:pushy from 0.15.2 to 0.15.3 by @dependabot in #544
- Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 by @dependabot in #543
- Bump slf4j.version from 2.0.9 to 2.0.10 by @dependabot in #542
- Switching to Gradle builds by @drallgood in #545
- Update dependencies with vulnerable transitive dependencies by @koenpunt in #552
- Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre by @dependabot in #577
- Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.17.0 by @dependabot in #572
- Bump org.mockito:mockito-core from 5.8.0 to 5.11.0 by @dependabot in #578
- Bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 by @dependabot in #574
- Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.16.1 to 2.17.0 by @dependabot in #573
- Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 by @dependabot in #575
- Bump com.eatthepath:pushy from 0.15.3 to 0.15.4 by @dependabot in #576
- Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.22.1 to 2.23.1 by @dependabot in #570
- Bump org.assertj:assertj-core from 3.24.2 to 3.25.3 by @dependabot in #571
- Bump commons-io:commons-io from 2.15.1 to 2.16.1 by @dependabot in #569
New Contributors
Full Changelog: jpasskit-0.3.4...jpasskit-0.4.0
jPasskit 0.3.4
Changed
- Many dependency updates
jPasskit 0.3.3
Changed
- many dependency updates
jPasskit 0.3.2
Changed
- many dependency updates
jPasskit 0.3.0
jPasskit 0.2.0
Added
- Builder pattern for main PK* classes (POJOs). BREAKING CHANGE!
- Support for semantic structures, both at the root and in fields. For more information see https://developer.apple.com/documentation/passkit/wallet/supporting_semantic_tags_in_wallet_passes#3080207
- Updated pushy to latest version
Deprecated
- none
Removed
- Main PK* classes (POJOs) no longer include verification and setter code BREAKING CHANGE!
Fixed
- none
jPasskit 0.1.1
Added
- Added filter to ignore all files starting with dot
Deprecated
- Removed deprecated methods that haven't been valid since iOS 9
Removed
- none
Fixed
- Security vulnerabilities by updating dependencies
- Possible ressource leaks in PKPassTemplates
- Removed static app identifier in
PKSendPushNotificationUtil
and replace it with a dynamic version extracted from the certificate
jpasskit-0.1.0
Added
- Adds
sharingProhibited
field to PKPass
Deprecated
- most methods in
PKSendPushNotificationUtil
deprecated
Removed
- Removed unsupported APNS dependency and replaced it with pushy
Fixed
- nothing
jpasskit-0.1.0-SNAPSHOT
untagged-fe4f0fb1be34266dce43 fixed paths to files