Skip to content

Releases: openziti/ziti-sdk-jvm

v0.22.4

03 Sep 13:18
cc1d22e
Compare
Choose a tag to compare

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

v0.22.3

18 Aug 20:47
e70cf44
Compare
Choose a tag to compare

Changes

Dependencies

v0.22.2

29 Jun 14:50
66493c0
Compare
Choose a tag to compare

Changes

Dependencies

v0.22.1

03 Jun 12:44
b375095
Compare
Choose a tag to compare

Changes

  • collect more diagnostic information for feedback @ekoby (#195)

v0.22.0

27 May 18:05
c507cc4
Compare
Choose a tag to compare

Changes

  • get API version prefix and re-write following request URLs @ekoby (#193)

Features

Dependencies

v0.21.1

17 May 20:05
d8ed28c
Compare
Choose a tag to compare

Changes

  • make sure AsyncSocketImpl.write() throws only IOException @ekoby (#183)
  • add MFA status to ZitiContext @ekoby (#173)

Maintenance

Dependencies

v0.21.0

20 Apr 16:16
acb6986
Compare
Choose a tag to compare

Changes

Features

MFA support @ekoby (#169)

implemented:

  • enrollment/verification into MFA
  • MFA authentication
  • reset via recovery code

v0.20.0

14 Apr 14:35
28cf8fd
Compare
Choose a tag to compare

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 to darwin-$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 ids jna-jpms and jna-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 ids jna-jpms and jna-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 from darwin to darwin-$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.0
  • 58bc0a0 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_memory
  • 5d23330 Ensure pointers indirected from Memory and pointing into Memory retain origin...
  • 308a59f Improve NetBeans Freeform integration
  • 25194e1 Handle 0-length domain names in Advapi32Util#getAccountBySid (#1322)
  • 3dc3015 Merge pull request #1321 from matthiasblaesing/pr-1318
  • 1b4f54f Add linux-riscv64 support
  • 95923c1 Merge pull request #1316 from matthiasblaesing/darwin-normalization
  • Additional commits viewable in compare view

Dependabot compatibility score

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

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 (
Read more

v0.19.1

26 Mar 02:43
5f990d0
Compare
Choose a tag to compare

Changes

  • add project name/description/url to published POMs @ekoby (#159)

v0.19.0

25 Mar 20:40
c182daa
Compare
Choose a tag to compare

Changes

Maintenance

Dependencies