Releases: checkly/checkly-cli
Releases · checkly/checkly-cli
4.2.0
What's Changed
- With the typescript-eslint parser upgrade, the min supported TS version is 4.3.5
Other Changes
- fix(frequency): fix typo to handle
EVERY_3H
frequency [sc-00] by @shiini2 in #846 - chore: update module to node16 [gh-0] by @umutuzgur in #854
- chore: upgrade typescript eslint parser to support typescript 5 [gh-848] by @umutuzgur in #857
Full Changelog: 4.1.0...4.2.0
4.1.0
What's Changed
Other Changes
- fix: use correct spelling for AssertionBuilder.responseTime() by @clample in #816
- chore: create-cli cleanup by @danielpaulus in #792
- test: improve e2e test for win32 [gh-0] by @nahuelon in #817
- chore: add sslCheckDomain property [gh-0] by @nahuelon in #819
- feat(heartbeat): print
pingUrl
in the console after deploy for heartbeat checks [sc-17085] by @shiini2 in #820 - feat(heartbeat): add Heartbeat checks to example projects [sc-17054] by @shiini2 in #818
- fix: use ipv4 for local setup by @clample in #827
- chore: handle 408 error and show message [gh-824] by @nahuelon in #825
- chore: add test-session link on github reporter [gh-822] by @nahuelon in #828
- feat: add support for retry strategies by @clample in #830
- feat: add retryStrategy to checkly config defaults by @clample in #832
- fix(heartbeats): addSubscriptions to alert channels [sc-17522] by @maxigimenez in #833
- feat: adjust default grace and period for heartbeat checks [sc-17531] by @miliberlin in #834
- chore: adds CI name as header to API by @tnolet in #835
- chore: adjust checkly.config repoUrl in boilerplate projects by @stefanjudis in #821
- feat: deprecate doubleCheck property by @clample in #836
- feat: add retryStrategy to the advanced examples by @clample in #837
- refactor: rename maxAttempts to maxRetries [gh-0] by @umutuzgur in #838
- feat: allow no options for RetryStrategyBuilder by @clample in #839
- feat: update sameRegion default to true by @clample in #840
Improvements
- chore(deps): Bump ci-info from 3.7.1 to 3.8.0 by @dependabot in #811
- chore(deps-dev): Bump eslint from 8.41.0 to 8.48.0 by @dependabot in #831
New Contributors
- @miliberlin made their first contribution in #834
Full Changelog: 4.0.14...4.1.0
v4.0.14
v4.0.13
What's Changed
Other Changes
- chore: update GitHub actions examples by @stefanjudis in #801
- fix: override ts-node module behaviour [gh-768] by @clample in #804
- fix: allow strings to be passed as urls [gh-0] by @umutuzgur in #807
Improvements
- chore(deps-dev): Bump @types/ws from 8.5.3 to 8.5.5 by @dependabot in #795
- chore(deps): Bump luxon and @types/luxon by @dependabot in #796
- chore(deps): Bump axios from 1.2.1 to 1.4.0 by @dependabot in #809
Full Changelog: v4.0.12...4.0.13
v4.0.12
What's Changed
Other Changes
- fix: allow users to disable the schedule on deploy [gh-0] by @umutuzgur in #790
- fix: use the http tunnel proxy [sc-0] by @umutuzgur in #797
Improvements
- chore(deps-dev): Bump lint-staged from 13.2.2 to 13.2.3 by @dependabot in #789
- chore(deps-dev): Bump @typescript-eslint/parser from 5.59.8 to 5.61.0 by @dependabot in #788
Full Changelog: v4.0.11...v4.0.12
v4.0.11
What's Changed
- feat: add phone call alert channel [gh-775] by @maxigimenez in #787
- feat: sms & phone call alert channels optional name support [sc-00] by @maxigimenez in #791
- feat: add proxy support to the auth flow [gh-0] by @umutuzgur in #793
Improvements
- chore(deps): Bump glob from 8.0.3 to 10.3.1 by @dependabot in #777
Full Changelog: v2.8.11...v4.0.11
v4.0.10
What's Changed
Other Changes
- feat: allow users to disable schedule on deploy [gh-779] by @umutuzgur in #780
- chore: refactor create-cli package [gh-761] by @nahuelon in #774
- feat: automatic versioning when release published [gh-516] by @nahuelon in #769
- chore: enhance and reuse prompt to select account [gh-0] by @nahuelon in #782
- feat: add proxy support to the cli [gh-0] by @umutuzgur in #786
- chore(deps-dev): Bump @types/node from 18.11.18 to 20.3.3 by @danielpaulus in #785
Improvements
- chore(deps): Bump @oclif/core from 2.0.7 to 2.8.11 by @dependabot in #784
Full Changelog: v4.0.9...v4.0.10
v4.0.9
What's Changed
- chore: update help messages by @stefanjudis in #739
- feat: add development env and remove test env [gh-0] by @umutuzgur in #741
- chore: replace login success logo [gh-0] by @nahuelon in #738
- chore: open browser for login as default [gh-740] by @nahuelon in #742
- chore: remove login command flags [gh-588] by @nahuelon in #737
- feat: add git hooks and lint staged [gh-516] by @nahuelon in #731
- feat: add MaintenanceWindow construct [gh-735] by @nahuelon in #746
- feat: add --provenance flag to npm publish in GH action by @ndom91 in #743
- feat: display testOnly checks in deployment summary by @clample in #755
- feat: remove autocomplete from the CLI by @clample in #758
- chore: loosen commit linting for issue references by @clample in #756
- feat: add improved error message when no constructs found for deploy by @clample in #757
- chore: add URL validation and checks existence error [gh-748] by @nahuelon in #750
- fix: lazily initialize config file by @clample in #762
- fix: re-introduce @oclif/plugin-help dependency by @clample in #764
- feat: add javascript project options [gh-752] by @nahuelon in #760
- feat: add Dashboard construct [gh-734] by @nahuelon in #759
- feat: add scheduling messages for a better DX when checks take more t… by @Antoine-C in #751
- docs: tweaks to dashes and maintenance window jsdocs by @tnolet in #766
- feat: add PrivateLocation construct [gh-736] by @nahuelon in #747
- feat: propagate repo info on checkly deploy by @clample in #767
- fix: properly close scheduling timer to avoid checkly test hanging by @clample in #770
- feat: release CLI v4.0.9 by @clample in #763
- fix: gh actions release build job by @nahuelon in #771
New Contributors
- @Antoine-C made their first contribution in #751
Full Changelog: v4.0.8...v4.0.9
v4.0.8
What's Changed
- fix: use the write input type for account names [gh-732] by @umutuzgur in #733
Full Changelog: v4.0.7...v4.0.8
v4.0.7
What's Changed
- feat: add mjs support to the cli by @umutuzgur in #628
- feat: add --test-session-name arg to test command by @nahuelon in #719
- feat: enhance empty script or env var value error by @nahuelon in #717
- fix: replace inquirer with prompts by @nahuelon in #720
- feat: adds --tags filter to test command by @tnolet in #721
- fix: switch command by @nahuelon in #727
- refactor: replace /public-stats usage by @shiini2 in #728
- chore: show help info with sorted commands by @nahuelon in #724
- feat: use group frequency as fallback value for checks by @nahuelon in #593
Full Changelog: v4.0.6...v4.0.7