Skip to content

Bump aeron-driver from 1.30.0 to 1.34.0#24

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/io.aeron-aeron-driver-1.34.0
Closed

Bump aeron-driver from 1.30.0 to 1.34.0#24
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/io.aeron-aeron-driver-1.34.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2021

Bumps aeron-driver from 1.30.0 to 1.34.0.

Release notes

Sourced from aeron-driver's releases.

1.34.0

  • [Java]: added nanoClock to AeronArchive.Context to control time more directly. PR #1188 .
  • [Java]: added ClusterBackup.Context.toString.
  • Various changes for Cubic congestion control, Status Message generation, and overrun determination to handle high loss scenarios with congestion control better.
  • [Java]: use separate archive contexts for local and remote archive clients in cluster backup. Local archive must be configured to use IPC.
  • [Java]: relocated ByteBuddy in agent jar.
  • [Java]: support constructing a ChannelUriStringBuilder from an existing URI. PR #1186 .
  • Several improvements to handling initial name resolution failures for cluster and cluster clients when using name resolution from containers.
  • [Java]: improve tag usage for IndexedReplicatedRecording example.
  • [Java]: more information included in extendRecoding failures.
  • Added name resolution logging to agents.
  • Append cycle time threshold to counter label.
  • [Java]: support connecting to a cluster when a minority of the members are not active in a name service.
  • [C]: retain entropy in large collections for hashing and include full range of possible masks for UINT32.
  • [Java]: timeout Archive replication if recording subscription endpoint fails to resolve.
  • [Java]: added AeronEvent exception type that does not generate a stack trace.
  • MDC manual destinations can now be initially unresolved.
  • [Java]: Fix NPE on cluster client after multiple redirects. PR #1179.
  • [C]: improve common hash functions. PR #1178.
  • Various fixes for re-resolution of endpoints and adding more tests to re-resolution scenarios.
  • [C]: add interface URI param to MDC publication channels.
  • [Java]: MDS will now use the base subscription URI for congestion control, receive window, and socket buffer URI params.
  • Upgrade to SBE 1.23.0
  • Upgrade to Agrona 1.11.0
  • Upgrade to Versions 0.39.0
  • Upgrade to Unit 5.7.2
  • Upgrade to Gradle 7.0.2
  • Upgrade to Shadow 7.0.0
  • Upgrade to Mockito 3.10.0, then to 3.11.1
  • Upgrade to ByteBuddy 1.11.0, then to 1.11.2

Java binaries can be found here.

1.33.1

  • [C] Fix clean up in CSV name resolver on error.
  • Improve error messages for channel URI configuration and clash errors.
  • [Java/C++] Add missing arguments for full replicate and tagged replication API to Archive.
  • [Java] Avoid channel leak on error configuring send and receive channel.
  • [Java] Avoid double suffix of exception category to message for RegistationException.
  • [Java] Allow setting of socket and receiver buffer lengths in ChannelUriStringBuilder from ChannelUri with short form human friendly names.

Java binaries can be found here...

1.33.0

  • The focus for this release has been a significant rework of cluster to make consensus more robust especially in recovery scenarios. We consider this the penultimate release to cluster being GA. As of this release we plan to stabilise the API and only make breaking changes if a significant issue is raised by a customer on commercial support.
  • Expand the range of channel URI params supported by the archive on a per stream basis.
  • Add support for dynamically switching debug logging on and off. [PR #1155](real-logic/aeron#1167).
  • Add debug logging support for flow control.
  • [C] Fix memory leak and reassembly of fragmented message greater than 8K in client.
  • Fix short send of recording start event when tracking recording progress. [PR #1155](real-logic/aeron#1155).

... (truncated)

Commits
  • 11990b3 1.34.0 released.
  • 95dff4f [CI] Disable Gradle's auto-detect feature when selecting the Java toolchain...
  • 63c571d [Java] Revert forcing the build script to use Zulu.
  • cd4c7aa [Java] Use vendor = AZUL when selecting Java toolchain in order to guarante...
  • 79eb3b1 [Java] Upgrade to SBE 1.23.0.
  • b35635c [Java] Upgrade to Agrona 1.11.0.
  • 3a0ed9b [Java] Use more appropriate buffer for cluster tutorial.
  • 01c5e09 [Java] Fix warning.
  • 2a5e758 [Java] More debug information when cluster connect fails.
  • bd1d84e [Java] Upgrade to Mockito 3.11.1 and ByteBuddy 1.11.2.
  • 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)

Bumps [aeron-driver](https://github.com/real-logic/aeron) from 1.30.0 to 1.34.0.
- [Release notes](https://github.com/real-logic/aeron/releases)
- [Commits](aeron-io/aeron@1.30.0...1.34.0)

---
updated-dependencies:
- dependency-name: io.aeron:aeron-driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 17, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 10, 2021

Superseded by #26.

@dependabot dependabot bot closed this Aug 10, 2021
@dependabot dependabot bot deleted the dependabot/gradle/io.aeron-aeron-driver-1.34.0 branch August 10, 2021 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants