Sourced from github.com/onsi/gomega's releases.
v1.35.1
1.35.1
Fixes
- Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]
v1.35.0
1.35.0
Features
- You can now call
EnforceDefaultTimeoutsWhenUsingContexts()
to haveEventually
honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265]- You can call
StopTrying(message).Successfully()
to abort aConsistently
early without failure [eeca931]Fixes
- Stop memoizing the result of
HaveField
to avoid unexpected errors when used with async assertions. [3bdbc4e]Maintenance
- Bump all dependencies [a05a416]
Sourced from github.com/onsi/gomega's changelog.
1.35.1
Fixes
- Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]
1.35.0
Features
- You can now call
EnforceDefaultTimeoutsWhenUsingContexts()
to haveEventually
honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265]- You can call
StopTrying(message).Successfully()
to abort aConsistently
early without failure [eeca931]Fixes
- Stop memoizing the result of
HaveField
to avoid unexpected errors when used with async assertions. [3bdbc4e]Maintenance
- Bump all dependencies [a05a416]
9f5a208
v1.35.1ca36da1
Export EnforceDefaultTimeoutsWhenUsingContexts and
DisableDefaultTimeoutsWhen...d6331f9
v1.35.05deaf23
fix tests, but like actually this timeeeca931
Add Successfully() to StopTrying() to signal that Consistently can end
early ...3bdbc4e
stop memoizing result of HaveFielde35358d
sheepishly fix broken test. thanks CI1b717d7
grrr. go mod tidya05a416
bump all dependenciese4c4265
Add EnforceDefaultTimeoutsWhenUsingContexts()Sourced from actions/setup-go's releases.
v5.1.0
What's Changed
- Add workflow file for publishing releases to immutable action package by
@Jcambass
in actions/setup-go#500- Upgrade IA Publish by
@Jcambass
in actions/setup-go#502- Add architecture to cache key by
@Zxilly
in actions/setup-go#493 This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts. Note: This change may break previous cache keys as they will no longer be compatible with the new format.- Enhance workflows and Upgrade micromatch Dependency by
@priyagupta108
in actions/setup-go#510Bug Fixes
- Revise
isGhes
logic by@jww3
in actions/setup-go#511New Contributors
@Zxilly
made their first contribution in actions/setup-go#493@Jcambass
made their first contribution in actions/setup-go#500@jww3
made their first contribution in actions/setup-go#511@priyagupta108
made their first contribution in actions/setup-go#510Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.1.0
41dfa10
Enhance workflows and Upgrade micromatch Dependency (#510)9419772
Revise isGhes
logic (#511)d60b41a
Merge pull request #502
from actions/Jcambass-patch-1e09f57f
Upgrade IA Publishdf1a117
Merge pull request #500
from actions/Jcambass-patch-149582f6
Add workflow file for publishing releases to immutable action
packageb26d402
fix: add arch to cache key (#493)Sourced from github/codeql-action's releases.
v3.27.5
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.5 - 19 Nov 2024
No user facing changes.
See the full CHANGELOG.md for more information.
v3.27.4
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.4 - 14 Nov 2024
No user facing changes.
See the full CHANGELOG.md for more information.
v3.27.3
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.3 - 12 Nov 2024
No user facing changes.
See the full CHANGELOG.md for more information.
v3.27.2
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.2 - 12 Nov 2024
- Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". #2590
... (truncated)
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.[UNRELEASED]
No user facing changes.
3.27.5 - 19 Nov 2024
No user facing changes.
3.27.4 - 14 Nov 2024
No user facing changes.
3.27.3 - 12 Nov 2024
No user facing changes.
3.27.2 - 12 Nov 2024
- Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". #2590
3.27.1 - 08 Nov 2024
- The CodeQL Action now downloads bundles compressed using Zstandard on GitHub Enterprise Server when using Linux or macOS runners. This speeds up the installation of the CodeQL tools. This feature is already available to GitHub.com users. #2573
- Update default CodeQL bundle version to 2.19.3. #2576
3.27.0 - 22 Oct 2024
- Bump the minimum CodeQL bundle version to 2.14.6. #2549
- Fix an issue where the
upload-sarif
Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by theupload-sarif
Action. #2557- Update default CodeQL bundle version to 2.19.2. #2552
3.26.13 - 14 Oct 2024
No user facing changes.
3.26.12 - 07 Oct 2024
Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.14.5 and earlier. These versions of CodeQL were discontinued on 24 September 2024 alongside GitHub Enterprise Server 3.10, and will be unsupported by CodeQL Action versions 3.27.0 and later and versions 2.27.0 and later. #2520
If you are using one of these versions, please update to CodeQL CLI version 2.14.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
Alternatively, if you want to continue using a version of the CodeQL CLI between 2.13.5 and 2.14.5, you can replace
github/codeql-action/*@v3
bygithub/codeql-action/*@v3.26.11
andgithub/codeql-action/*@v2
bygithub/codeql-action/*@v2.26.11
in your code scanning workflow to ensure you continue using this version of the CodeQL Action.3.26.11 - 03 Oct 2024
... (truncated)
f09c1c0
Merge pull request #2616
from github/update-v3.27.5-a6c8729a567b73ea
Update changelog for v3.27.5a6c8729
Merge pull request #2614
from github/marcogario/per-platform-proxy8f3b487
Start-proxy: Fetch OS specific binarycba5fb5
Merge pull request #2613
from github/dependabot/npm_and_yarn/npm_and_yarn-018...e782c3a
Merge pull request #2612
from github/angelapwen/report-linux-runner-releasedb67881
Update checked-in dependenciesecde4d2
Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn groupe3c67a0
Merge pull request #2610
from github/dependabot/npm_and_yarn/npm-d2ca52e617f9ada54
Telemetry: report OS release for GitHub-hosted Linux runnersSourced from codecov/codecov-action's releases.
v5.0.7
What's Changed
- fix: use HEAD_REPO by
@thomasrockhu-codecov
in codecov/codecov-action#1690- chore(release): 5.0.7 by
@thomasrockhu-codecov
in codecov/codecov-action#1691Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.6...v5.0.7
v5.0.6
What's Changed
- fix: update CODECOV_TOKEN and fix tokenless by
@thomasrockhu-codecov
in codecov/codecov-action#1688- chore(release): 5.0.6 by
@thomasrockhu-codecov
in codecov/codecov-action#1689Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.5...v5.0.6
v5.0.5
What's Changed
- chore(release): wrapper-0.0.27 by
@codecov-releaser-app
in codecov/codecov-action#1685- chore(release): 5.0.5 by
@thomasrockhu-codecov
in codecov/codecov-action#1686New Contributors
@codecov-releaser-app
made their first contribution in codecov/codecov-action#1685Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.4...v5.0.5
v5.0.4
What's Changed
- fix: add action version by
@thomasrockhu-codecov
in codecov/codecov-action#1678- fix: strip out a trailing /n from input tokens by
@thomasrockhu-codecov
in codecov/codecov-action#1679- chore(deps): bump wrapper to 0.0.26 by
@thomasrockhu-codecov
in codecov/codecov-action#1681- chore(release): 5.0.4 by
@thomasrockhu-codecov
in codecov/codecov-action#1682Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.3...v5.0.4
v5.0.3
What's Changed
- fix: typo in
inputs.disable_safe_directory
by@mkroening
in codecov/codecov-action#1666- build(deps): bump github/codeql-action from 3.27.0 to 3.27.4 by
@dependabot
in codecov/codecov-action#1665- fix: bump to v5 and update README by
@thomasrockhu-codecov
in codecov/codecov-action#1655- fix: update CHANGELOG and automate by
@thomasrockhu-codecov
in codecov/codecov-action#1674- fix: prevent always setting tokenless to be true by
@thomasrockhu-codecov
in codecov/codecov-action#1673- fix: use double-quotes for OIDC by
@thomasrockhu-codecov
in codecov/codecov-action#1669- fix: update OIDC audience by
@thomasrockhu-codecov
in codecov/codecov-action#1675- chore(release): 5.0.3 by
@thomasrockhu-codecov
in codecov/codecov-action#1676Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.2...v5.0.3
... (truncated)
Sourced from codecov/codecov-action's changelog.
v5.0.7
What's Changed
- fix: use HEAD_REPO by
@thomasrockhu-codecov
in codecov/codecov-action#1690Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.6..v5.0.7
v5.0.6
What's Changed
- fix: update CODECOV_TOKEN and fix tokenless by
@thomasrockhu-codecov
in codecov/codecov-action#1688Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.5..v5.0.6
v5.0.5
What's Changed
- chore(release): wrapper-0.0.27 by
@app/codecov-releaser-app
in codecov/codecov-action#1685Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.4..v5.0.5
v5.0.4
What's Changed
- chore(deps): bump wrapper to 0.0.26 by
@thomasrockhu-codecov
in codecov/codecov-action#1681- fix: strip out a trailing /n from input tokens by
@thomasrockhu-codecov
in codecov/codecov-action#1679- fix: add action version by
@thomasrockhu-codecov
in codecov/codecov-action#1678Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.3..v5.0.4
v5.0.3
What's Changed
- fix: update OIDC audience by
@thomasrockhu-codecov
in codecov/codecov-action#1675- fix: use double-quotes for OIDC by
@thomasrockhu-codecov
in codecov/codecov-action#1669- fix: prevent always setting tokenless to be true by
@thomasrockhu-codecov
in codecov/codecov-action#1673- fix: update CHANGELOG and automate by
@thomasrockhu-codecov
in codecov/codecov-action#1674- fix: bump to v5 and update README by
@thomasrockhu-codecov
in codecov/codecov-action#1655- build(deps): bump github/codeql-action from 3.27.0 to 3.27.4 by
@app/dependabot
in codecov/codecov-action#1665- fix: typo in
inputs.disable_safe_directory
by@mkroening
in codecov/codecov-action#1666Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.2..v5.0.3
v5.0.2
What's Changed
- fix: override commit and pr values for PR cases by
@thomasrockhu-codecov
in codecov/codecov-action#1657Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.1...v5.0.2
... (truncated)
015f24e
chore(release): 5.0.7 (#1691)a76271d
fix: use HEAD_REPO (#1690)d168679
chore(release): 5.0.6 (#1689)373fd71
fix: update CODECOV_TOKEN and fix tokenless (#1688)288befb
chore(release): 5.0.5 (#1686)7e69d37
chore(release): wrapper-0.0.27 (#1685)985343d
chore(release): 5.0.4 (#1682)31d1900
chore(deps): bump wrapper to 0.0.26 (#1681)095cfe0
fix: strip out a trailing /n from input tokens (#1679)b542d5a
fix: add action version (#1678)