Skip to content

Latest commit

 

History

History
504 lines (273 loc) · 24.6 KB

CHANGELOG.md

File metadata and controls

504 lines (273 loc) · 24.6 KB

Changelog

Unreleased

8.1.0

  • Warn when KNAPSACK_PRO_* environment variables are set manually if their values could be automatically determined from supported CI environments.

8.0.1

  • Replace gulp (and babel) with tsc
  • Update tsconfig to target node 18
  • Bump glob from ^8.0.3 to ^10.3.4
  • Bump minimatch from ^5.1.0 to ^9.0.3
  • Bump typescript from ^4.7.3 to ^5.2.2
  • Bump @knapsack-pro/core from ^6.4.0 to ^7.0.0

8.0.0 (YANKED)

  • Replace gulp (and babel) with tsc
  • Update tsconfig to target node 18
  • Bump glob from ^8.0.3 to ^10.3.4
  • Bump minimatch from ^5.1.0 to ^9.0.3
  • Bump typescript from ^4.7.3 to ^5.2.2

7.4.0

  • Update @knapsack-pro/core to 6.4.0

7.3.0

Minor Changes

  • 8752b75: Update @knapsack-pro/core to 6.3.0

7.2.1

Patch Changes

  • e8d55ce: Update @knapsack-pro/core to 6.2.1

7.2.0

Minor Changes

  • a26ca99: Update @knapsack-pro/core to 6.2.0

Unreleased

Minor

  • 05e7276: bump @babel/core from 7.22.1 to 7.22.5
  • 5734c9f: bump @babel/register from 7.21.0 to 7.22.5
  • 7a747d2: bump uuid from 8.3.2 to 9.0.0

7.1.1

Patch Changes

  • c53267b: Update @knapsack-pro/core to 6.1.1

Full Changelog

Merged pull requests:

  • deps(cypress): update @knapsack-pro/core to 6.1.0 #8 (shadre)

Full Changelog

Merged pull requests:

  • [breaking change] Update @knapsack-pro/core to 6.0.0 #5 (3v0k4)

Full Changelog

  • Update @knapsack-pro/core to 5.2.0 (3v0k4)
  • Monorepo (3v0k4)

v6.1.0 (2023-05-23)

Full Changelog

Merged pull requests:

  • Update @knapsack-pro/core to 5.1.0 #95 (ArturT)

v6.0.0 (2023-05-22)

Full Changelog

Merged pull requests:

  • Update @knapsack-pro/core to 5.0.0 #94 (3v0k4)

v5.6.0 (2023-05-04)

Full Changelog

Merged pull requests:

  • Update @knapsack-pro/core to 4.1.0 #93 (ArturT)

v5.5.0 (2023-03-01)

Full Changelog

Closed issues:

  • Update for Cypress 12 #89

Merged pull requests:

v5.4.0 (2023-02-22)

Full Changelog

Merged pull requests:

  • Update peerDependencies and update Cypress version #91 (ArturT)
  • Tweak readme #90 (3v0k4)

v5.3.1 (2023-01-31)

Full Changelog

Fixed bugs:

  • Search for test files on the disk only if needed by the @knapsack-pro/core #88 (ArturT)

v5.3.0 (2023-01-30)

Full Changelog

Implemented enhancements:

  • Update @knapsack-pro/core to 3.3.1 #87 (ArturT)

Merged pull requests:

v5.2.0 (2023-01-16)

Full Changelog

Implemented enhancements:

  • Feature: Support exclusion pattern with KNAPSACK_PRO_TEST_FILE_EXCLUDE_PATTERN env var #84
  • Support env KNAPSACK_PRO_TEST_FILE_EXCLUDE_PATTERN #85 (renehernandez)

Fixed bugs:

  • Improvements: make project compile again #86 (ArturT)

Merged pull requests:

  • Point installation to docs on knapsackspro.com #82 (3v0k4)

v5.1.0 (2022-06-17)

Full Changelog

Implemented enhancements:

  • Remove tracking legacy wallClockDuration for Cypress 3.x and 4.x #78 (ArturT)

Fixed bugs:

  • Catch an exception from cypress.run to handle UnhandledPromiseRejectionWarning #79 (ArturT)

v5.0.0 (2022-06-13)

Full Changelog

Closed issues:

  • [Security] Upgrade axios dependency in @knapsack-pro/core to 0.21.2 or later #70

Merged pull requests:

  • [breaking change] Add support for Cypress 10.x #77 (ArturT)

v4.6.0 (2022-06-13)

Full Changelog

Merged pull requests:

  • Update dependencies and development ESLint config #75 (ArturT)
  • Fix the link to test file pattern examples in README #74 (ArturT)
  • Add component testing instructions to readme #69 (mattvague)

v4.5.0 (2021-11-17)

Full Changelog

Implemented enhancements:

  • Can't force disable Cypress recording #66

Merged pull requests:

  • Allow Cypress 9.x as peer dependency #68 (ArturT)

v4.4.1 (2021-08-19)

Full Changelog

Implemented enhancements:

  • Allow user to disable recording with --record false flag #67 (ArturT)

v4.4.0 (2021-08-11)

Full Changelog

Closed issues:

  • Bitbucket Guideline - Issues to know exactly how I have to install this by using bitbucket #56
  • Rerunning pipelines may not work with --project flag. #53

Merged pull requests:

v4.3.1 (2021-04-14)

Full Changelog

Merged pull requests:

  • Remove FAQ questions from readme and update link to FAQ in an error message #58 (ArturT)
  • Add BitBucket Pipeline info to readme #57 (ArturT)

v4.3.0 (2021-04-09)

Full Changelog

Merged pull requests:

v4.2.1 (2021-01-07)

Full Changelog

Merged pull requests:

v4.2.0 (2020-11-28)

Full Changelog

Implemented enhancements:

  • Update @knapsack-pro/core 3.1.0 - Add support for an attempt to connect to existing Queue on API side to reduce slow requests number #49 (ArturT)

v4.1.0 (2020-11-28)

Full Changelog

Merged pull requests:

  • Update cypress peerDependencies to allow Cypress 6.x version #48 (ArturT)

v4.0.2 (2020-11-12)

Full Changelog

Fixed bugs:

  • When you use --record flag to send data to Cypress Dashboard then generate a unique group name for each set of tests fetched from Knapsack Pro Queue API to make Cypress Dashboard accept recorded data. #47 (ArturT)

Closed issues:

  • Missing build id environment variable for github actions #45
  • False positive (zero exit code) returned when versions mismatch #43

Merged pull requests:

  • Add Github Actions build ID to FAQ #46 (ArturT)

v4.0.1 (2020-09-18)

Full Changelog

Merged pull requests:

v4.0.0 (2020-08-26)

Full Changelog

v4.0.0-beta.0 (2020-08-26)

Full Changelog

Implemented enhancements:

  • Add cypress >=3.0.0 <6.0.0 to peerDependencies #40 (ArturT)
  • Add support to read test duration time for Cypress 5.x #39 (ArturT)
  • Use @knapsack-pro/core 3.0.0 #36 (ArturT)

Closed issues:

  • Update cypress dependency #32

Merged pull requests:

  • Update packages #38 (ArturT)
  • Update formatting related configs (prettier etc) #37 (ArturT)
  • Use Node 12.18.3 LTS in development and update README requirements #35 (ArturT)

v3.1.0 (2020-07-30)

Full Changelog

Merged pull requests:

  • Update cypress dependency to >= 4.9.0 #33 (ArturT)

v3.0.0 (2020-06-27)

Full Changelog

Implemented enhancements:

  • [breaking change] Update to @knapsack-pro/core 2.0.0 - read PR description how to migrate for Github Actions #31 (ArturT)

Merged pull requests:

v2.0.0 (2020-02-20)

Full Changelog

Merged pull requests:

  • Update dependency to use Cypress 4.x #26 (ArturT)

v1.7.0 (2019-11-22)

Full Changelog

Implemented enhancements:

  • Run tests only when they are detected on the disk. Do not run tests when the test file pattern is invalid. Require to set KNAPSACK_PRO_TEST_FILE_PATTERN #21 (ArturT)

Merged pull requests:

v1.6.0 (2019-10-13)

Full Changelog

Implemented enhancements:

  • Add support for Codefresh.io CI provider #19 (ArturT)

v1.5.1 (2019-09-26)

Full Changelog

Fixed bugs:

  • fix(bug): When Cypress crashed then exit code should be 1 #18 (ArturT)

v1.5.0 (2019-09-15)

Full Changelog

Implemented enhancements:

  • Update @knapsack-pro/core 1.5.0 to add support for GitHub Actions #17 (ArturT)

v1.4.1 (2019-09-04)

Full Changelog

Fixed bugs:

  • Update @knapsack-pro/core 1.4.1 #16 (ArturT)

v1.4.0 (2019-08-23)

Full Changelog

Implemented enhancements:

  • Update @knapsack-pro/core 1.4.0 and update docs for Semaphore 2.0 #15 (ArturT)

v1.3.1 (2019-07-06)

Full Changelog

Fixed bugs:

  • Update @knapsack-pro/core 1.3.1 #14 (ArturT)

v1.3.0 (2019-04-14)

Full Changelog

Implemented enhancements:

  • Reduce data transfer and speed up usage of Knapsack Pro API for Queue Mode #13 (ArturT)

v1.2.0 (2019-03-15)

Full Changelog

Implemented enhancements:

  • Pass CLI arguments to cypress.run #10
  • Add support for Semaphore CI 2.0 #12 (ArturT)

v1.1.0 (2019-03-07)

Full Changelog

Implemented enhancements:

  • Add support for Cypress CLI arguments and update Cypress to ^3.1.5 #11 (ArturT)

Merged pull requests:

v1.0.1 (2018-12-29)

Full Changelog

v1.0.0 (2018-12-29)

Full Changelog

Implemented enhancements:

  • Add changes related to fallback mode #8 (ArturT)

Merged pull requests:

  • Add ESLint with Airbnb base config #7 (ArturT)
  • Add Prettier and configure TSLint #6 (ArturT)

v0.3.1 (2018-11-15)

Full Changelog

v0.3.0 (2018-11-15)

Full Changelog

Implemented enhancements:

  • Add support for GitLab >= 11.5 env variables #5 (ArturT)

v0.2.1 (2018-10-22)

Full Changelog

Fixed bugs:

  • Update @knapsack-pro/core to 0.2.1 to fix problem with wrong Knapsack Pro API endpoint url #3 (ArturT)
  • Fix security vulnerability with npm audit fix #2 (ArturT)
  • Filter bin files from proper out dir #1 (ArturT)

v0.2.0 (2018-09-15)

Full Changelog

v0.1.2 (2018-09-14)

Full Changelog

v0.1.1 (2018-09-14)

Full Changelog