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.26.0 #56

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 12, 2022

Bumps sbe-all from 1.20.2 to 1.26.0.

Release notes

Sourced from sbe-all's releases.

1.26.0

  • [Java] Provide raw access to type for bitset. Issue #893.
  • [C++] Generate skip function with loop rather than lambda to avoid compilation errors on some compilers. Issue #903.
  • Check sinceVersion is valid on elements against schema version. Issue #902.
  • [Rust] Fix generated comparator when value is NaN. PR #896.
  • [Rust] Fix resource leak in Rust generator running in Java SBE compiler.
  • [Java] Generate @SuppressWarnings annotation on enums types. Issue #894.
  • Upgrade to Mockito 4.6.1.
  • Upgrade to Agrona 1.16.0.

Java binaries can be found here...

1.25.3

Set correct version range for Agrona dependency check. Upgrade to Gradle 7.4.2. Upgrade to JMH 1.35. Upgrade to Agrona 1.15.1.

Java binaries can be found here...

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.

... (truncated)

Commits
  • 9100ce6 1.26.0 released.
  • 8aa6cae [Java] Provide raw access to field containing a bitset via a getRaw() method ...
  • b0f91d5 [Java] Upgrade to Agrona 1.16.0.
  • cc441b0 [C++] Generate skip function without use of lambdas or templates. Issue #903.
  • d5966bf [C++] Revert use of auto in lambdas. Issue #903.
  • 57dd44d [C++] Use universal ref in forEach and set min to C++11. Issue #903.
  • 6afe100 [C++] Type.
  • c93cdea [Java] Formatting.
  • 727281a [Java] Check sinceVersion on elements are valid in the context of message sch...
  • b9c60ae [Java] Upgrade to Mockito 4.6.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 [sbe-all](https://github.com/real-logic/simple-binary-encoding) from 1.20.2 to 1.26.0.
- [Release notes](https://github.com/real-logic/simple-binary-encoding/releases)
- [Commits](real-logic/simple-binary-encoding@1.20.2...1.26.0)

---
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 Jul 12, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 12, 2022

Superseded by #63.

@dependabot dependabot bot closed this Oct 12, 2022
@dependabot dependabot bot deleted the dependabot/gradle/uk.co.real-logic-sbe-all-1.26.0 branch October 12, 2022 08:04
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