Skip to content

Releases: cucumber/messages

v31.1.0

22 Dec 20:54
v31.1.0
b39dfc2

Choose a tag to compare

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

18 Dec 16:05
v31.0.1
e459dcf

Choose a tag to compare

Fixed

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

v31.0.0

18 Nov 18:13
v31.0.0
c881a81

Choose a tag to compare

Added

  • Add location to Pickle (#308)

v30.1.0

08 Oct 12:40
v30.1.0
f52d96e

Choose a tag to compare

Added

  • [Java] Add OSGi metadata (#344)

v30.0.0

03 Oct 16:35
v30.0.0
bfc8201

Choose a tag to compare

Changed

Removed

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

v29.0.1

08 Sep 13:55
v29.0.1
841cf13

Choose a tag to compare

Fixed

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

v29.0.0

08 Sep 12:34
v29.0.0
beb80eb

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

Choose a tag to compare

Added

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

v28.0.0

07 Jul 11:10
v28.0.0
f5b1f30

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

Choose a tag to compare

Added

  • [python] Added Python implementation (#165)