Update module github.com/cucumber/messages/go/v21 to v34#757
Open
renovate[bot] wants to merge 1 commit into
Open
Update module github.com/cucumber/messages/go/v21 to v34#757renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Go API Changes# github.com/cucumber/godog ## incompatible changes AfterScenarioHook: changed from func(context.Context, *Scenario, error) (context.Context, error) to func(context.Context, *Scenario, error) (context.Context, error) AfterStepHook: changed from func(context.Context, *Step, StepResultStatus, error) (context.Context, error) to func(context.Context, *Step, StepResultStatus, error) (context.Context, error) BeforeScenarioHook: changed from func(context.Context, *Scenario) (context.Context, error) to func(context.Context, *Scenario) (context.Context, error) BeforeStepHook: changed from func(context.Context, *Step) (context.Context, error) to func(context.Context, *Step) (context.Context, error) DocString: changed from github.com/cucumber/messages/go/v21.PickleDocString to github.com/cucumber/messages/go/v34.PickleDocString GherkinDocument: changed from github.com/cucumber/messages/go/v21.GherkinDocument to github.com/cucumber/messages/go/v34.GherkinDocument Scenario: changed from github.com/cucumber/messages/go/v21.Pickle to github.com/cucumber/messages/go/v34.Pickle ScenarioContext.AfterScenario: changed from func(func(sc *Scenario, err error)) to func(func(sc *Scenario, err error)) ScenarioContext.AfterStep: changed from func(func(st *Step, err error)) to func(func(st *Step, err error)) ScenarioContext.BeforeScenario: changed from func(func(sc *Scenario)) to func(func(sc *Scenario)) ScenarioContext.BeforeStep: changed from func(func(st *Step)) to func(func(st *Step)) Step: changed from github.com/cucumber/messages/go/v21.PickleStep to github.com/cucumber/messages/go/v34.PickleStep Table: changed from github.com/cucumber/messages/go/v21.PickleTable to github.com/cucumber/messages/go/v34.PickleTable # github.com/cucumber/godog/formatters ## incompatible changes Formatter.Ambiguous: changed from func(*github.com/cucumber/messages/go/v21.Pickle, *github.com/cucumber/messages/go/v21.PickleStep, *StepDefinition, error) to func(*github.com/cucumber/messages/go/v34.Pickle, *github.com/cucumber/messages/go/v34.PickleStep, *StepDefinition, error) Formatter.Defined: changed from func(*github.com/cucumber/messages/go/v21.Pickle, *github.com/cucumber/messages/go/v21.PickleStep, *StepDefinition) to func(*github.com/cucumber/messages/go/v34.Pickle, *github.com/cucumber/messages/go/v34.PickleStep, *StepDefinition) Formatter.Failed: changed from func(*github.com/cucumber/messages/go/v21.Pickle, *github.com/cucumber/messages/go/v21.PickleStep, *StepDefinition, error) to func(*github.com/cucumber/messages/go/v34.Pickle, *github.com/cucumber/messages/go/v34.PickleStep, *StepDefinition, error) Formatter.Feature: changed from func(*github.com/cucumber/messages/go/v21.GherkinDocument, string, []byte) to func(*github.com/cucumber/messages/go/v34.GherkinDocument, string, []byte) Formatter.Passed: changed from func(*github.com/cucumber/messages/go/v21.Pickle, *github.com/cucumber/messages/go/v21.PickleStep, *StepDefinition) to func(*github.com/cucumber/messages/go/v34.Pickle, *github.com/cucumber/messages/go/v34.PickleStep, *StepDefinition) Formatter.Pending: changed from func(*github.com/cucumber/messages/go/v21.Pickle, *github.com/cucumber/messages/go/v21.PickleStep, *StepDefinition) to func(*github.com/cucumber/messages/go/v34.Pickle, *github.com/cucumber/messages/go/v34.PickleStep, *StepDefinition) Formatter.Pickle: changed from func(*github.com/cucumber/messages/go/v21.Pickle) to func(*github.com/cucumber/messages/go/v34.Pickle) Formatter.Skipped: changed from func(*github.com/cucumber/messages/go/v21.Pickle, *github.com/cucumber/messages/go/v21.PickleStep, *StepDefinition) to func(*github.com/cucumber/messages/go/v34.Pickle, *github.com/cucumber/messages/go/v34.PickleStep, *StepDefinition) Formatter.Undefined: changed from func(*github.com/cucumber/messages/go/v21.Pickle, *github.com/cucumber/messages/go/v21.PickleStep, *StepDefinition) to func(*github.com/cucumber/messages/go/v34.Pickle, *github.com/cucumber/messages/go/v34.PickleStep, *StepDefinition) # summary Inferred base version: v0.15.1 Suggested version: v0.16.0 |
fb94a2d to
6fd206e
Compare
6fd206e to
1356d3b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v21.0.1→v34.0.2Release Notes
cucumber/messages (github.com/cucumber/messages/go/v21)
v34.0.2Compare Source
Added
from_json. (#462)Changed
Fixed
v34.0.1Compare Source
Fixed
v34.0.0Compare Source
Added
cucumber_messagespackage. (#431, #470)Changed
DataTableandDocString. (#468)v33.0.4Compare Source
Fixed
v33.0.3Compare Source
Added
#typeclassification (Returning hashified response), for all messages (Including envelopes) (#447)Changed
Fixed
v33.0.2Compare Source
Fixed
v33.0.1Compare Source
Fixed
v33.0.0Compare Source
Changed
parseEnvelopeno longer defaults missing values (#287)v32.3.1Compare Source
Fixed
v32.3.0Compare Source
Added
v32.2.0Compare Source
Added
v32.1.0Compare Source
Added
v32.0.1Compare Source
Fixed
v32.0.0Compare Source
Added
ExternalAttachmentfor externalised attachments (#372)Changed
Attachment.urlandAttachment.source(#372)v31.2.0Compare Source
Added
NdjsonToMessageReader(#344)Fixed
MessageToNdjsonWriteron each write (#344)v31.1.0Compare Source
Added
TestStepResultmessages (To be used in query) (#365)Fixed
TimeConversionhelper file generating a non-conformantTimestampmessageTimeConversionhelper for translating back from a Timestamp by avoiding a rounding errorRemoved
TimeConversionhelpers that did not serve a purpose in message buildingv31.0.1Compare Source
Fixed
v31.0.0Compare Source
Added
locationtoPickle(#308)v30.1.0Compare Source
Added
v30.0.0Compare Source
Changed
Removed
v29.0.1Compare Source
Fixed
v29.0.0Compare Source
Added
workerIdtoTestRunHookStarted(#332)Changed
TestStepResult.message(#315)TestStep.stepMatchArgumentsLists(#330)uuidpackage (#289v28.1.0Compare Source
Added
v28.0.0Compare Source
Changed
Attachment.testRunHookStartedIdfor traceability of attachments to test run hooks (#301)Attachment.timestamp(#305)Fixed
v27.2.0Compare Source
Added
v27.1.0Compare Source
Added
Changed
v27.0.2Compare Source
Fixed
v27.0.1Compare Source
Fixed
v27.0.0Compare Source
Added
TestRunHookStartedandTestRunHookFinishedmessages (#102)Changed
idproperty toTestRunStarted, optionally reference inTestCase,AttachmentandTestRunFinished(#102)typeproperty toHook(#102)v26.0.1Compare Source
Changed
Fixed
v26.0.0Compare Source
Added
Changed
generation logic is now contained in /codegen (#228 luke-hill)
v25.0.1Compare Source
Fixed
v25.0.0Compare Source
Changed
Fixed
v24.1.0Compare Source
Added
v24.0.1Compare Source
Fixed
v24.0.0Compare Source
Added
stackTraceprop toExceptionmessage (#182)v23.0.0Compare Source
Added
Changed
v22.0.0Compare Source
Added
Fixed
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.