Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sbe-all from 1.20.2 to 1.25.2 #47

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 21, 2022

Bumps sbe-all from 1.20.2 to 1.25.2.

Release notes

Sourced from sbe-all's releases.

1.25.2

  • [Java] Calling toString() on decoder should not disturb repeating group. PR #892.
  • [All] Generate NULL_VALUE for enums based on correct type. Issue #889.
  • [C++] Check for version before outputting to stream for composites and bitsets. PR #888.
  • [Java] Charset handling improvements for more efficient string decoding. PR #887.
  • Add descriptions to schema for IR.
  • Set warnings as errors in build and clean up existing warnings.
  • Add ability to set the error stream in ParserOptions.
  • Remove some unnecessary checks in XmlSchemaParser to improve generation performance.
  • Upgrade to Versions 0.42.0.
  • Upgrade to Checkstyle 9.3.
  • Upgrade to JMH 1.34.
  • Upgrade to Mockito 4.4.0.
  • Upgrade to Shadow 7.1.2.
  • Upgrade to JUnit 5.8.2.
  • Upgrade to Gradle 7.4.1.
  • Upgrade to Agrona 1.15.0.

Java binaries can be found here...

1.25.1

  • Upgrade to Mockito 4.1.0.
  • Upgrade to Agrona 1.14.0.

Java binaries can be found here...

1.25.0

  • [C#] Add support for wrapping ArraySegment in DirectBuffer. [PR #878](real-logic/agrona#878).
  • [Java] Add @Deprecated annotation to message codecs that have been marked as deprecated in SBE schema. [PR #876](real-logic/agrona#876).
  • [C++] Only generate necessary macros and includes for enum types.
  • [Rust] Reinstate improved Rust codec generation.
  • [Java] Add sbeSkip and sbeDecodedLength methods to codecs. [PR #865](real-logic/agrona#865).
  • Upgrade to JUnit 5.8.1.
  • Upgrade to Shadow 7.1.0.
  • Upgrade to Mockito 4.0.0.
  • Upgrade to Checkstyle 9.1.
  • Upgrade to JMH 1.33.
  • Upgrade to Gradle 7.2.
  • Upgrade to Agrona 1.13.0.

Java binaries can be found here...

1.24.0

  • [Java] Improve efficiency of encoding CharSequence when ASCII character encoding is used.
  • [Java] Check that IR codecs are regenerated on codec change.
  • [Java/C++/C] Add sbeRewind to decoders so they can rewind to the beginning of a message and begin decoding again.
  • Upgrade to Google Test 1.11.0
  • Upgrade to ByteBuddy 1.11.3
  • Upgrade to Mockito 3.11.2.
  • Upgrade to Gradle 7.1.1.

... (truncated)

Commits
  • ce68063 1.25.2 released.
  • 488167b [Java] Upgrade to Agrona 1.15.0.
  • 05d9c45 [Java] Upgrade to Gradle 7.4.1.
  • 36ca5b4 [Java] Upgrade to Mockito 4.4.0.
  • c24b793 [Java] Tidy up generated code style. PR #892.
  • 9b8c5db toString() shouldn't disturb repeating groups #890 (#892)
  • 595d73c [C] Check for specialised null value when generated enum. PR #889.
  • 71bb045 [C++] Check for specialised null value when generated enum. PR #889.
  • 2f1b555 [Java] Generate null value for enums based on specialised type when provided ...
  • 585cb9d [Java] Avoid use of String.format.
  • 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 [sbe-all](https://github.com/real-logic/simple-binary-encoding) from 1.20.2 to 1.25.2.
- [Release notes](https://github.com/real-logic/simple-binary-encoding/releases)
- [Commits](aeron-io/simple-binary-encoding@1.20.2...1.25.2)

---
updated-dependencies:
- dependency-name: uk.co.real-logic:sbe-all
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 21, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 15, 2022

Superseded by #49.

@dependabot dependabot bot closed this Apr 15, 2022
@dependabot dependabot bot deleted the dependabot/gradle/uk.co.real-logic-sbe-all-1.25.2 branch April 15, 2022 08:05
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