Releases: openziti/ziti-sdk-jvm
v0.22.4
Changes
- avoid reverse DNS lookup for literal IP addresses @ekoby (#226)
- use proper maven syntax, also set the example to just use the latest @dovholuknf (#225)
- initial commit for a zitified postgres example @dovholuknf (#221)
Dependencies
- Bump versions.coroutines from 1.5.1 to 1.5.2 @dependabot (#230)
- Bump versions.kotlin from 1.5.21 to 1.5.30 @dependabot (#228)
- Bump org.jetbrains.kotlin.jvm from 1.5.21 to 1.5.30 @dependabot (#229)
- Bump gson from 2.8.7 to 2.8.8 @dependabot (#223)
v0.22.3
Changes
Dependencies
- Bump versions.coroutines from 1.5.0 to 1.5.1 @dependabot (#214)
- Bump versions.kotlin from 1.5.20 to 1.5.21 @dependabot (#218)
- Bump core-ktx from 1.5.0 to 1.6.0 @dependabot (#217)
- Bump versions.slf4j from 1.7.31 to 1.7.32 @dependabot (#216)
- Bump espresso-core from 3.3.0 to 3.4.0 @dependabot (#204)
- Bump metrics-core from 4.2.2 to 4.2.3 @dependabot (#215)
- Bump netty-all from 4.1.65.Final to 4.1.67.Final @dependabot (#211)
- Bump junit from 1.1.2 to 1.1.3 @dependabot (#212)
- Bump org.jetbrains.kotlin.jvm from 1.5.10 to 1.5.21 @dependabot (#206)
- Bump versions.kotlin from 1.5.10 to 1.5.20 @dependabot (#200)
v0.22.2
Changes
Dependencies
- Bump metrics-core from 4.2.0 to 4.2.2 @dependabot (#198)
- Bump versions.slf4j from 1.7.30 to 1.7.31 @dependabot (#201)
- Bump bcpkix-jdk15to18 from 1.68 to 1.69 @dependabot (#196)
- Bump netty-all from 4.1.63.Final to 4.1.65.Final @dependabot (#187)
v0.22.1
v0.22.0
Changes
Features
Dependencies
- Bump org.jetbrains.kotlin.jvm from 1.5.0 to 1.5.10 @dependabot (#194)
- Bump clikt from 2.7.0 to 2.8.0 @dependabot (#186)
- Bump gson from 2.8.6 to 2.8.7 @dependabot (#191)
- Bump versions.kotlin from 1.5.0 to 1.5.10 @dependabot (#190)
- Bump core-ktx from 1.3.2 to 1.5.0 @dependabot (#189)
- Androidx @ekoby (#188)
v0.21.1
Changes
- make sure AsyncSocketImpl.write() throws only IOException @ekoby (#183)
- add MFA status to ZitiContext @ekoby (#173)
Maintenance
Dependencies
- Upgrade gradle @ekoby (#184)
- Bump org.jetbrains.kotlin.jvm from 1.4.32 to 1.5.0 @dependabot (#180)
- Bump versions.jupiter from 5.7.1 to 5.7.2 @dependabot (#182)
- Bump dokka-gradle-plugin from 1.4.30 to 1.4.32 @dependabot (#174)
- Bump metrics-core from 4.1.19 to 4.2.0 @dependabot (#179)
- Bump versions.kotlin from 1.4.32 to 1.5.0 @dependabot (#176)
- Bump io.github.gradle-nexus.publish-plugin from 1.0.0 to 1.1.0 @dependabot (#172)
v0.21.0
v0.20.0
Changes
add InterceptConfig.toString() @ekoby (#171)
add meaningful toString()
Global service updates @ekoby (#165)
implement Ziti.serviceUpdates(): SharedFlow<Pair<ZitiContext.ServiceEvent>>
rename netty samples @ekoby (#163)
rename
Features
Intercept.v1 @ekoby (#161)
Maintenance
publish pre-release artifacts as SNAPSHOTs @ekoby (#168)
Create mattermost-ziti-webhook.yml @ekoby (#164)
gimme more notifications!
Dependencies
Bump jna from 5.7.0 to 5.8.0 @dependabot (#156)
Bumps jna from 5.7.0 to 5.8.0.
Changelog
Sourced from jna's changelog.
Release 5.8.0
Features
- #1313: Normalize
RESOURCE_PREFIX
for darwin todarwin-$arch
and split jnidispatch library per architecture -@matthiasblaesing
.- #1318: Add support for linux-riscv64 -
@thentschel
.- #1327: Add partial support for future values of
c.s.j.p.win32.WinNT.LOGICAL_PROCESSOR_RELATIONSHIP
enum present in Windows Insider builds -@dbwiddis
.Bug Fixes
- #1317: Change the maven coordinates of the JPMS artifacts from classifier
jpms
to custom artifact idsjna-jpms
andjna-platform-jpms
-@matthiasblaesing
.- #1322: Handle 0-length domain names in
c.s.j.p.win32.Advapi32Util#getAccountBySid
-@dbwiddis
.- #1326: Ensure pointers indirected from Memory and pointing into Memory retain originating object -
@matthiasblaesing
.Important Changes
The maven coordinates of the experimental JPMS (java module system) artifacts were moved from using the classifier
jpms
to custom artifact idsjna-jpms
andjna-platform-jpms
, without an classifier. The reason for this is, that the platform artifacts depend on the jna artifacts and need to pull in the right variant. This is not possible if the classifier is used.
RESOURCE_PREFIX
for darwin (mac OS) was changed fromdarwin
todarwin-$arch
as the fat binaries on mac OS causes various problems: It was reported, that binaries were rejected from the appstore because x86 binaries were found in the application (jnidispatch for mac OS x86) and that builds needed to be special cased so that the native library can be assembled. The latter is also true for JNA. While the prefix is changed, the old prefix is still searched as a fallback location, so if only a fat binary is present, it can still be loaded.
Commits
cc4ce71
Release 5.8.058bc0a0
Add partial support for future values of LOGICAL_PROCESSOR_RELATIONSHIP (#1327)7f4a33e
JDK16 is now GA. Test on JDK17-ea (#1328)0de51b3
Merge pull request #1326 from matthiasblaesing/share_internal_memory5d23330
Ensure pointers indirected from Memory and pointing into Memory retain origin...308a59f
Improve NetBeans Freeform integration25194e1
Handle 0-length domain names in Advapi32Util#getAccountBySid (#1322)3dc3015
Merge pull request #1321 from matthiasblaesing/pr-13181b4f54f
Add linux-riscv64 support95923c1
Merge pull request #1316 from matthiasblaesing/darwin-normalization- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
update lazysodium to 5.0.1 @ekoby (#170)
Bump metrics-core from 4.1.18 to 4.1.19 @dependabot (#166)
Bumps metrics-core from 4.1.18 to 4.1.19.
Release notes
Sourced from metrics-core's releases.
v4.1.19
⚠️ Security fixes
- Bump jetty9.version from 9.4.37.v20210219 to 9.4.39.v20210325 (#1767, #1835)
- This is addressing various security issues (Jetty 9.4.39.v20210325 release notes).
- GHSA-j6qj-j888-vvgq
- GHSA-26vr-8j45-3r4w
- GHSA-v7ff-8wcx-gmc5
Improvements
- Make metrics-caffeine compatible with Caffeine 2.x and 3.x (#1765)
Dependency updates
- Bump ehcache from 3.9.1 to 3.9.2 (
v0.19.1
v0.19.0
Changes
Maintenance
Dependencies
- Bump org.jetbrains.kotlin.jvm from 1.4.31 to 1.4.32 @dependabot (#157)
- Bump versions.kotlin from 1.4.31 to 1.4.32 @dependabot (#155)
- Bump dokka-gradle-plugin from 1.4.20 to 1.4.30 @dependabot (#153)
- Bump gradle from 4.1.2 to 4.1.3 @dependabot (#154)
- Bump netty-all from 4.1.59.Final to 4.1.60.Final @dependabot (#152)
- Bump versions.kotlin from 1.4.30 to 1.4.31 @dependabot (#150)
- Bump jna from 5.6.0 to 5.7.0 @dependabot (#141)
- Bump org.jetbrains.kotlin.jvm from 1.4.30 to 1.4.31 @dependabot (#148)
- Bump metrics-core from 4.1.17 to 4.1.18 @dependabot (#147)