Releases: cucumber/messages
Releases · cucumber/messages
v29.0.1
Fixed
- [JavaScript] Include schemas in npm package (#333)
v29.0.0
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
Added
- [java] Add comparators for comparable objects (#312)
v28.0.0
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
Added
- [python] Added Python implementation (#165)
v27.1.0
Added
- [cpp] use VERSION file to version ABI and shared libraries #268
Changed
- [JavaScript] Expand tested Node.js versions (#274)
v27.0.2
Fixed
- [Elixir] Fix release process
v27.0.1
Fixed
- [Elixir] Restored test and release process
v27.0.0
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
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])