Skip to content

Releases: cucumber/messages

v29.0.1

08 Sep 13:55
v29.0.1
841cf13
Compare
Choose a tag to compare

Fixed

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

v29.0.0

08 Sep 12:34
v29.0.0
beb80eb
Compare
Choose a tag to compare

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

21 Jul 14:38
v28.1.0
6a089fb
Compare
Choose a tag to compare

Added

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

v28.0.0

07 Jul 11:10
v28.0.0
f5b1f30
Compare
Choose a tag to compare

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

31 Jan 12:58
v27.2.0
759941d
Compare
Choose a tag to compare

Added

  • [python] Added Python implementation (#165)

v27.1.0

28 Jan 07:24
v27.1.0
fd080d9
Compare
Choose a tag to compare

Added

  • [cpp] use VERSION file to version ABI and shared libraries #268

Changed

  • [JavaScript] Expand tested Node.js versions (#274)

v27.0.2

15 Nov 20:29
v27.0.2
252d599
Compare
Choose a tag to compare

Fixed

  • [Elixir] Fix release process

v27.0.1

15 Nov 00:54
v27.0.1
b1cc10f
Compare
Choose a tag to compare

Fixed

  • [Elixir] Restored test and release process

v27.0.0

26 Oct 11:26
v27.0.0
5ea9ae5
Compare
Choose a tag to compare

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

22 Sep 14:03
v26.0.1
feac15d
Compare
Choose a tag to compare

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])