Skip to content

fix(deps): update module github.com/cucumber/messages/go/v24 to v34 - #6

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-cucumber-messages-go-v24-34.x
Open

fix(deps): update module github.com/cucumber/messages/go/v24 to v34#6
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-cucumber-messages-go-v24-34.x

Conversation

@renovate

@renovate renovate Bot commented Aug 29, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
github.com/cucumber/messages/go/v24 v24.1.0v34.2.1 age confidence

Release Notes

cucumber/messages (github.com/cucumber/messages/go/v24)

v34.2.1

Compare Source

Fixed
  • [Java] Use version range for org.jspecify:jspecify

v34.2.0

Compare Source

Added
  • [dart] Add equals, hashCode, and toString to generated messages (#​474)
Fixed
  • [jsonschema] Fix PickleTable.argumentIndex docs (#​488)

v34.1.0

Compare Source

Added
  • [Ruby] Re-added a new improved #seconds_to_duration method using strings to correctly determine floating point amounts. (#​487)
Fixed
  • [cpp] Allow building tests with system GTest when fetching dependencies is disabled. (#​483)

v34.0.2

Compare Source

Added
  • [cpp] Add deserialization using from_json. (#​462)
Changed
  • [cpp] CUCUMBER_MESSAGES_FETCH_DEPS always defaults to Off. (#​462)
Fixed
  • [jsonschema] Define minimum and maximum argument index values. (#​479)
  • [cpp] When fetching dependencies is disabled, still try to find them. (#​478)

v34.0.1

Compare Source

Fixed
  • [Dart] Fix automated release process?

v34.0.0

Compare Source

Added
Changed
  • [Ruby] Updated minimum Ruby version to 3.3 (#​472
  • [cpp] Replaced custom cmate script with native cmake and CPM. (#​432)
  • [cpp] Moved all generated files to their own folder, does not change includes paths for dependent projects. (#​432)
  • [jsonschema] Allow steps to contain both DataTable and DocString. (#​468)

v33.0.4

Compare Source

Fixed
  • [JavaScript] Update static version file at release time (#​459)

v33.0.3

Compare Source

Added
  • [Ruby] Added #type classification (Returning hashified response), for all messages (Including envelopes) (#​447)
Changed
  • [PHP] Require PHP 8.4
Fixed
  • [JavaScript] Mark package as side-effect free (#​449)

v33.0.2

Compare Source

Fixed
  • [.Net] Fix release workflow filename (#​443)

v33.0.1

Compare Source

Fixed
  • [JavaScript] Fix release process

v33.0.0

Compare Source

Changed
  • [Elixir] Generate messages from json schema instead of protobuf (#​29
  • [JavaScript] BREAKING CHANGE: Emit types instead of classes (#​287)
  • [JavaScript] BREAKING CHANGE: parseEnvelope no longer defaults missing values (#​287)
  • [JavaScript] BREAKING CHANGE: Switch to ESM (#​438)

v32.3.1

Compare Source

Fixed
  • [Java] Fix broken Javadoc

v32.3.0

Compare Source

Added
  • [Java] Annotate constructor arguments with property names (#​399

v32.2.0

Compare Source

Added
  • [JavaScript] Add export path for bundled schema (#​383)

v32.1.0

Compare Source

Added
  • Generated bundled JSON schema (#​382)

v32.0.1

Compare Source

Fixed
  • Fix field order for ExternalAttachment (#​377)

v32.0.0

Compare Source

Added
  • Add ExternalAttachment for externalised attachments (#​372)
Changed
  • Deprecate Attachment.url and Attachment.source (#​372)
  • Make StepMatchArgument.Group.children optional (#​370)
  • [Java] Set release version to 17 (#​352)
  • [Java] Copy lists efficiently (#​282, #​352)
  • [Java] Use Integers in addition to Longs (#​310, #​352)

v31.2.0

Compare Source

Added
  • [Java] Add NdjsonToMessageReader (#​344)
Fixed
  • [Java] Don't flush MessageToNdjsonWriter on each write (#​344)

v31.1.0

Compare Source

Added
  • [Ruby] Add a way to analyse and compare the strength of TestStepResult messages (To be used in query) (#​365)
Fixed
  • [Ruby] Fix the TimeConversion helper file generating a non-conformant Timestamp message
  • [Ruby] Improve the TimeConversion helper for translating back from a Timestamp by avoiding a rounding error
Removed
  • [Ruby] Removed the TimeConversion helpers that did not serve a purpose in message building

v31.0.1

Compare Source

Fixed
  • Removed circular dependency between messages and compatibility-kit(#​362)

v31.0.0

Compare Source

Added

v30.1.0

Compare Source

Added
  • [Java] Add OSGi metadata (#​344)

v30.0.0

Compare Source

Changed
Removed
  • [Python] Dropped legacy .egg-info metadata distribution artifacts (#​324)

v29.0.1

Compare Source

Fixed
  • [JavaScript] Include schemas in npm package (#​333)

v29.0.0

Compare Source

Added
  • Add workerId to TestRunHookStarted (#​332)
  • Add Suggestion message (#​329)
Changed
  • Update documentation for TestStepResult.message (#​315)
  • Clarify documentation around TestStep.stepMatchArgumentsLists (#​330)
  • [JavaScript] Drop dependency on uuid package (#​289

v28.1.0

Compare Source

Added
  • [java] Add comparators for comparable objects (#​312)

v28.0.0

Compare Source

Changed
  • Add Attachment.testRunHookStartedId for traceability of attachments to test run hooks (#​301)
  • Add Attachment.timestamp (#​305)
Fixed
  • [python] Add a LICENSE file for Python (#​278)
  • [.NET] Fix NuGet package generation

v27.2.0

Compare Source

Added
  • [python] Added Python implementation (#​165)

v27.1.0

Compare Source

Added
  • [cpp] use VERSION file to version ABI and shared libraries #​268
Changed
  • [JavaScript] Expand tested Node.js versions (#​274)

v27.0.2

Compare Source

Fixed
  • [Elixir] Fix release process

v27.0.1

Compare Source

Fixed
  • [Elixir] Restored test and release process

v27.0.0

Compare Source

Added
  • Add new TestRunHookStarted and TestRunHookFinished messages (#​102)
Changed
  • BREAKING CHANGE: Add id property to TestRunStarted, optionally reference in TestCase, Attachment and TestRunFinished (#​102)
  • BREAKING CHANGE: Add type property to Hook (#​102)

v26.0.1

Compare Source

Changed
  • [Go] Switch to Google's UUID module (#​251)
Fixed
  • [Dotnet] Fixed code generation for types that accept List as parameters. Constructors were not properly handling null input. (#​249 [clrudolphi])
  • Moved contents of the description of the StepDefinitionIds field from the StepMatchArgumentsList field where it had been mistakenly placed. (#​252 [clrudolphi])

v26.0.0

Compare Source

Added
  • [Dotnet] Added support classes aligned with what is provided for the Java implementation (#​233 clrudolphi)
Changed
  • Internal breaking change The code generation has undergone a large refactor (No visible changes expected). All new code
    generation logic is now contained in /codegen (#​228 luke-hill)
  • [Dotnet] Rewritten to align with the code generation techniques used for the other languages (#​233 clrudolphi)
  • [Dotnet] Upgraded from .NET 5 to .NET 8. Dropped .NET Framework 4.x as a target while retaining .NET Standard 2.0 as the primary target framework (#​233 clrudolphi)

v25.0.1

Compare Source

Fixed
  • [Php] Fixed a workflow issue with publishing the package

v25.0.0

Compare Source

Changed
Fixed
  • [cpp] Don't rely on GitHub API for latest versions and implement a simple download retry loop

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/github.com-cucumber-messages-go-v24-34.x branch 11 times, most recently from 19d859b to a08c36c Compare September 3, 2026 14:27
@renovate
renovate Bot force-pushed the renovate/github.com-cucumber-messages-go-v24-34.x branch from a08c36c to f83a1af Compare September 8, 2026 10:09
@renovate
renovate Bot force-pushed the renovate/github.com-cucumber-messages-go-v24-34.x branch from f83a1af to 07416ee Compare September 8, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants