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 (#1766)
- Update dependency com.google.errorprone:error_prone_core to v2.6.0 (#1769, #1840)
- Update log4j2.version to v2.14.1 (#1804)
- Bump jdbi3-core from 3.18.0 to 3.18.1 (#1829)
- Bump jcstress-core from 0.7 to 0.8 (#1825)
- Bump jmh.version from 1.27 to 1.29 (#1774, #1824)
- Bump maven-bundle-plugin from 5.1.1 to 5.1.2 (#1833)
- Bump Maven to version 3.8.1
- Bump actions/stale from v3.0.17 to v3.0.18 (#1785)
Assorted
- Configure Renovate (#1747)
Commits
f2cd4b9
[maven-release-plugin] prepare release v4.1.19b3071f1
Update dependency com.google.errorprone:error_prone_core to v2.6.0 (release/4...52cf731
Bump Maven to version 3.8.15232a81
Bumpsjetty9.version
from 9.4.38.v20210224 to 9.4.39.v20210325. (#1835)06579f9
Bump maven-bundle-plugin from 5.1.1 to 5.1.2 (#1833)e330f82
Bump jdbi3-core from 3.18.0 to 3.18.1 (#1829)6bdb023
Bump jmh.version from 1.28 to 1.29 (#1824)045f670
Bump jcstress-core from 0.7 to 0.8 (#1825)e89d58e
Update log4j2.version to v2.14.1 (release/4.1.x) (#1804)6965ed4
Revert "Bump jackson-databind from 2.9.10.8 to 2.12.2" (#1786)- 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)
Bump fat-aar from 1.3.3 to 1.3.4 @dependabot (#146)
Bumps fat-aar from 1.3.3 to 1.3.4.
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)
Bump netty-all from 4.1.60.Final to 4.1.63.Final @dependabot (#162)
Bumps netty-all from 4.1.60.Final to 4.1.63.Final.
Commits
b78d8f2
[maven-release-plugin] prepare release netty-4.1.63.Final6b48e69
SslHandler wrap reentry bug fix (#11133)e4dd6ee
[maven-release-plugin] prepare for next development iteration573d1f4
[maven-release-plugin] prepare release netty-4.1.62.Final41ef4e4
AbstractKQueueChannel#writeFilter is invoked with the correct boolean dependi...ff0c014
Skip deployment of testsuite jars (#11127)3706b73
Also build modules we depend on when finish the release7192ab0
[maven-release-plugin] prepare for next development iterationccb3ff3
[maven-release-plugin] prepare release netty-4.1.61.Finalb0fa4d5
Merge pull request from GHSA-f256-j965-7f32- 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)