Skip to content

Releases: cucumber/query

v14.0.1

11 Sep 14:39
v14.0.1
53ea411
Compare
Choose a tag to compare

Fixed

  • [Java] Fix typo in RepositoryFeature.INCLUDE_GHERKIN_DOCUMENTS

v14.0.0

11 Sep 13:49
v14.0.0
51c2c2d
Compare
Choose a tag to compare

Added

  • Update dependency messages up to v29 (#101)
  • Added more queries to find messages by TestCaseFinished and TestStepFinished (#77)
  • Added queries to find suggestions by Pickle and PickleStep (#102)

Changed

  • [Java] Split Query into a read only and write only components (#104)

Removed

  • [JavaScript] Remove Node.js 18 support (#84)
  • Removed support for messages below v29
  • Remove various lineage derived methods (#84, #103)

v13.6.0

11 Aug 11:51
v13.6.0
0eb486e
Compare
Choose a tag to compare

Changed

  • [Java] Replace redundant concurrent hashmap with regular hashmap (#89)

v13.5.0

10 Jul 12:00
v13.5.0
0d84179
Compare
Choose a tag to compare

Added

  • Add findStepDefinitionsBy and findUnambiguousStepDefinitionBy (#80)

v13.4.0

07 Jul 17:52
v13.4.0
bc078d7
Compare
Choose a tag to compare

Added

  • Update dependency messages to v28

v13.3.0

10 Jun 12:28
v13.3.0
6b2545a
Compare
Choose a tag to compare

Added

  • Made Lineage APIs public (#76)
  • New method findPickleBy(TestStepStarted) (#76)
  • New method findTestCaseBy(TestStepStarted) (#76)
  • New method findTestCaseStartedBy(TestStepStarted) (#76)
  • New method findTestStepBy(TestStepStarted) (#76)
  • New method findTestStepsStartedBy(TestCaseStarted) (#76)

Fixed

  • Query.findAllTestCaseStarted orders events by timestamp and id (#76)

v13.2.0

02 Feb 16:37
v13.2.0
0a7908a
Compare
Choose a tag to compare

Changed

  • Update dependency messages to support v27

v13.1.0

14 Jan 14:52
v13.1.0
949ddf2
Compare
Choose a tag to compare

Added

  • New method findAttachmentsBy(TestStepFinished) (#67)
  • New method findHookBy(TestStep) (#67)
  • New method findMeta() (#67)

Fixed

  • [JavaScript] Attachments are not presumed to have a related test step (#67)

v13.0.3

22 Dec 18:31
v13.0.3
e5dffd6
Compare
Choose a tag to compare

Fixed

  • [JavaScript] Remove dependency on assert package (#66)

v13.0.2

15 Nov 00:39
v13.0.2
ef176d2
Compare
Choose a tag to compare

Fixed

  • [Java] Don't expose EnumMap implementation detail