Skip to content

Bump aeron-driver from 1.30.0 to 1.31.1#10

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2020

Bumps aeron-driver from 1.30.0 to 1.31.1.

Release notes

Sourced from aeron-driver's releases.

1.31.1

  • Fix bug in C++ client managing images under a subscriptions due to bug with GCC 7.3.1 failing to emit an acquire fence.
  • Fix bug with cleaning up log buffers which could result in segfault in native driver.
  • Fix bug in C++ client with putValueVolatile.
  • Add AeronException.Category name to the beginning of error message to indicate the severity in the DistinctErrorLog.
  • Improved Javadoc.
  • Schedule Status Messages with more relaxed memory ordering for a ~3% throughput improvement in the Java driver.
  • Memory order fix for scheduling NAKs and Status Messages in native C driver.
  • Enable higher-resolution timers on Windows for native driver so sleep periods less than 16ms.
  • Upgrade to Mockito 3.5.15.

Java binaries can be found here...

1.31.0

  • Handle failed log buffer delete in C media driver on Windows. This can happen when a client holds a mapped file open and the driver tries to delete it. [PR #1073](real-logic/aeron#1073).
  • Increase default client liveness timeout from 5->10s and publication unblock timeout from 10-15s to be softer on clients that experience bad GC pauses or run in resource starved environments.
  • Add C++ ChannelUriStringBuilder#initialPosition method to set the initial position of a publication.
  • Add ownerId to publication limit counters for being able to track which client created a publication.
  • Improve javadoc and reduce the scope of some methods that should not have been public.
  • Fix C++ AtomicCounter::getAndSet.
  • Fix timer cancellation when scheduling in cluster. [Issue #1071](real-logic/aeron#1071).
  • ReplayMerge now substitutes the endpoint from the replayDestination into the replayChannel to simplify configuration.
  • Support using a port of 0 on the replay destination for ReplayMerge so that it is assigned by the OS from the ephemeral range.
  • Support using a port of 0 on the replication channel between archives so that it is assigned by the OS from the ephemeral range.
  • Fix the ability to add and remove a destination with port 0 to an MDS Subscription.
  • New subscriptions now late join a stream at the min of existing subscriptions rather than max.
  • Fix implementation of ExclusivePublication::tryClaim in C++ wrapper client.
  • Add Cubic congestion control support to the C media driver. [PR #1065](real-logic/aeron#1065).
  • Default to building the C++ archive client as part of the native build.
  • Improve the native Windows build for CLion.
  • Remove the need for having 7-Zip installed for native build on Windows.
  • Improve error handling for archive errors in the consensus module so warnings can be issued and retried.
  • Set media driver heartbeat to -1 on clean shutdown so it can be immediately restarted without waiting for driver timeout.
  • Add Clang 11 to build mix.
  • Add Java 15 to build mix.
  • Change stop replay failures in the cluster from errors to warnings.
  • Improve ExtendRecordingTest to be a better example.
  • Fix cluster tutorial scripts.
  • Improve samples code.
  • Upgrade to Checkstyle 8.36.2.
  • Upgrade to Shadow 6.1.0.
  • Upgrade to ByteBuddy 1.10.17.
  • Upgrade to HdrHistogram_c 0.11.2.
  • Upgrade to SBE 1.20.3.
  • Upgrade to Agrona 1.8.0.

Java binaries can be found here...

Commits
  • 5d922f7 1.31.1 released.
  • c9de8a5 [C++] Remove redundant flag.
  • b6445f9 [C++] Update label for the CentOS build.
  • 6f6f026 [C++] Change CentOS build to use devtoolset-7.
  • 4ad37bd [C++] Use ASM fence instead of atomics for GCC versions <= 7. (#1084)
  • aa6b0b4 [Java] Fix doc about triggering snapshot on the leader.
  • 7dd9771 [Java] More cluster tutorial fixes. (#1082)
  • 7886f0e [Java] Remove MacOS from Java build matrix.
  • 9819f19 [C] Add volatile where appropriate in error log.
  • 118156f [Java] Add the exception category to the beginning on the message detail.
  • 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.31.1.
- [Release notes](https://github.com/real-logic/aeron/releases)
- [Commits](aeron-io/aeron@1.30.0...1.31.1)

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

dependabot bot commented on behalf of github Jan 27, 2021

Superseded by #14.

@dependabot dependabot bot closed this Jan 27, 2021
@dependabot dependabot bot deleted the dependabot/gradle/io.aeron-aeron-driver-1.31.1 branch January 27, 2021 06:17
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