Skip to content

Bump aeron-driver from 1.30.0 to 1.36.0#32

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2021

Bumps aeron-driver from 1.30.0 to 1.36.0.

Release notes

Sourced from aeron-driver's releases.

1.36.0

  • [C/C++] Handle SIGINT in code samples.
  • [Java] Retry adding cluster member publication in election canvass to address late name registration in containers such as Kubernetes.
  • [Java] Log resolution failures in Cluster as warning event rather than exception.
  • [Java] Fix timestamp when publishing new leadership terms. [PR #1254](real-logic/aeron#1254).
  • [C] Use separate transport bindings for the conductor doing name resolution. [PR #1253](real-logic/aeron#1253).
  • [Java/C++] Allow the setting of a RecordingSignalConsumer in the archive client context which is delegated to when processing control channel responses.
  • [C] Improve error handling and logging on Windows when dealing with network system calls.
  • [Java] Verify cluster log is always contiguous when joining a new image in a service.
  • [Java] Fix race condition when sending RecordingSignal.SYNC during archive replication. [PR #1252](real-logic/aeron#1252).
  • [Java/C] Improve choice of subscription for choosing channel URI when labelling receiver counters.
  • [Java] Sort counters displayed with StreamStat so they are logically grouped.
  • [Java] Improve error messages so they are more contextual.
  • [Java] Extend debugging logging for archive and cluster operations.
  • [Java] Check for errors when cluster snapshots are replayed.
  • [Java] Improve tracking of cluster commit position when replicating during an election.
  • [Java] Allow replication to skip over empty leadership terms due to failed elections when initially starting cluster.
  • [C] Better handling of finding user for default aeron.dir when USER is not set in environment.
  • [Java/C++] Reduce cache invalidations when using pollers for archive and cluster response streams.
  • [Java] Add support for changing cluster log params by truncated to the latest snapshot and resetting configuration. [PR #1233](real-logic/aeron#1233).
  • [Java] Don't catch subclasses of Throwable and instead catch Exception so that the JVM can handle subclasses of Error.
  • [Java/C] Improve validation of ports used in channel URIs.
  • [C] Support building on Apple ARM.
  • [Java] Add priority heap backing implementation for cluster timers as an alternative to the default timer wheel implementation
  • Upgrade to Mockito 4.0.0.
  • Upgrade to Shadow 7.1.0.
  • Upgrade to BND 6.0.0.
  • Upgrade to Gradle 7.2.
  • Upgrade to ByteBuddy 1.12.1.
  • Upgrade to Checkstyle 9.1.
  • Upgrade to SBE 1.25.0.
  • Upgrade to Agrona 1.13.0.

Java binaries can be found here.

1.35.1

  • [Java] Fix selection of channel based on add publication registration id rather than original registration id. [Issue #1218](real-logic/aeron#1218).

Java binaries can be found here.

1.35.0

  • [Java] Fix truncation of linger timeout in ChannelUriStringBuilder which lead to a short linger of Archive replays.
  • [Java] Remove incorrect publication linger validation.
  • [C] Add sanitize build for MSVC and fix issues found.
  • [C] Add missing free of counters associated with Cubic congestion control.
  • [C++] Fix missing use of FragmentAssembler in Archive response and clean up type warnings.
  • [Java] Fix packaging declaration in POM file.
  • [Java] Separate thread factories for replay and recording agents in Archive for when setting thread affinity is required.
  • [Java] Javadoc improvements.
  • [C] Agent logging fixes. [PR #1198](real-logic/aeron#1198).

... (truncated)

Commits
  • e3e989e 1.36.0 released.
  • ebd6a7e [Java] Upgrade to SBE 1.25.0.
  • fa512e5 [Java] Fix failing tests which used Errors instead of RuntimeExceptions, i.e....
  • 998224e Merge remote-tracking branch 'origin/master'
  • 4b1bd75 [Java] Upgrade to Agrona 1.13.0.
  • 1d2fb3f Sample code interrupts. (#1256)
  • 72119dc [Java] Reduce frequency of sending canvass messages and try add member public...
  • c5f0aca [Java] Upgrade to Checkstyle 9.1.
  • 44f35a2 [Java] Log resolution failure as an event rather than exception for cluster m...
  • 177b60b [Java] Upgrade to ByteBuddy 1.12.1.
  • 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.36.0.
- [Release notes](https://github.com/real-logic/aeron/releases)
- [Commits](aeron-io/aeron@1.30.0...1.36.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 Nov 22, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2021

Superseded by #37.

@dependabot dependabot bot closed this Dec 2, 2021
@dependabot dependabot bot deleted the dependabot/gradle/io.aeron-aeron-driver-1.36.0 branch December 2, 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