Sourced from github/codeql-action's releases.
v3.30.7
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.7 - 06 Oct 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.30.6
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.6 - 02 Oct 2025
- Update default CodeQL bundle version to 2.23.2. #3168
See the full CHANGELOG.md for more information.
v3.30.5
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.5 - 26 Sep 2025
- We fixed a bug that was introduced in
3.30.4withupload-sarifwhich resulted in files without a.sarifextension not getting uploaded. #3160See the full CHANGELOG.md for more information.
v3.30.4
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.4 - 25 Sep 2025
- We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the
codeql-action/initstep if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of thecodeql-action/initstep. #3099 and #3100- We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. #3107
- You can now run the latest CodeQL nightly bundle by passing
tools: nightlyto theinitaction. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #3130- Update default CodeQL bundle version to 2.23.1. #3118
See the full CHANGELOG.md for more information.
v3.30.3
CodeQL Action Changelog
... (truncated)
Sourced from github/codeql-action's changelog.
3.29.4 - 23 Jul 2025
No user facing changes.
3.29.3 - 21 Jul 2025
No user facing changes.
3.29.2 - 30 Jun 2025
- Experimental: When the
quality-queriesinput for theinitaction is provided with an argument, separate.quality.sariffiles are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. #29353.29.1 - 27 Jun 2025
- Fix bug in PR analysis where user-provided
includequery filter fails to exclude non-included queries. #2938- Update default CodeQL bundle version to 2.22.1. #2950
3.29.0 - 11 Jun 2025
- Update default CodeQL bundle version to 2.22.0. #2925
- Bump minimum CodeQL bundle version to 2.16.6. #2912
3.28.21 - 28 July 2025
No user facing changes.
3.28.20 - 21 July 2025
- Remove support for combining SARIF files from a single upload for GHES 3.18, see the changelog post. #2959
3.28.19 - 03 Jun 2025
- The CodeQL Action no longer includes its own copy of the extractor for the
actionslanguage, which is currently in public preview. Theactionsextractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled theactionslanguage and you have pinned yourtools:property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disableactionsanalysis.- Update default CodeQL bundle version to 2.21.4. #2910
3.28.18 - 16 May 2025
- Update default CodeQL bundle version to 2.21.3. #2893
- Skip validating SARIF produced by CodeQL for improved performance. #2894
- The number of threads and amount of RAM used by CodeQL can now be set via the
CODEQL_THREADSandCODEQL_RAMrunner environment variables. If set, these environment variables override thethreadsandraminputs respectively. #28913.28.17 - 02 May 2025
- Update default CodeQL bundle version to 2.21.2. #2872
3.28.16 - 23 Apr 2025
... (truncated)
aac66ec
Remove update-proxy-release workflow91a63dc
Remove undefined values from results of
unsafeEntriesInvariantd25fa60
ESLint: Disable no-unused-vars for parameters starting with
_3adb1ff
Reorder supported tags in descending orderSourced from pytest-codspeed's releases.
v4.1.1
What's Changed?
- fix: build on macos with instrument-hooks by
@not-matthiasin CodSpeedHQ/pytest-codspeed#90Full Changelog: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.1.0...v4.1.1
v4.1.0
What's New?
🚀 The new version of CodSpeedHQ/instrument-hooks will improve the quality of the walltime profiling!
Details
✨ Features
- Bump instrument-hooks (#87) by
@not-matthiasin #87🐛 Bug Fixes
- Use ParamSpec in instrument definition instead of tuple and dict by
@art049- Use ParamSpec in the plugin call definition by
@flying-sheep📚 Documentation
- Add pull_request trigger comment by
@adriencaccia⚙️ Internals
- Exclude beta tags in changelog by
@art049- Switch to sharded upload (#75) by
@art049in #75- Fix changelog generation by
@art049Full Changelog: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.0.0...v4.1.0
Sourced from pytest-codspeed's changelog.
[4.1.1] - 2025-10-07
🐛 Bug Fixes
- Wheel installation due to file system loop
- Use ParamSpec in instrument definition instead of tuple and dict by
@art049- Use ParamSpec in the plugin call definition by
@flying-sheep📚 Documentation
- Add pull_request trigger comment by
@adriencaccia⚙️ Internals
- Remove the beta versions from the changelog by
@art049- Exclude beta tags in changelog by
@art049- Bump instrument-hooks (#87) by
@not-matthiasin #87- Switch to sharded upload (#75) by
@art049in #75- Fix changelog generation by
@art049[4.1.0] - 2025-10-06
🐛 Bug Fixes
- Use ParamSpec in instrument definition instead of tuple and dict by
@art049- Use ParamSpec in the plugin call definition by
@flying-sheep📚 Documentation
- Add pull_request trigger comment by
@adriencaccia⚙️ Internals
58ee9e9
Release v4.1.1 🚀01742c8
fix: wheel installation due to file system loop791bed2
chore: remove the beta versions from the changelog0a3c31b
Release v4.1.0 🚀6cb7a88
chore: exclude beta tags in changelog63eec3b
chore: bump instrument-hooks (#87)192d881
ci: switch to sharded upload (#75)5f6971d
fix: use ParamSpec in instrument definition instead of tuple and
dict44071fc
fix: use ParamSpec in the plugin call definition475be0c
docs: add pull_request trigger commentSourced from pydantic's releases.
v2.12.0 2025-10-07
v2.12.0 (2025-10-07)
[!NOTE] Check out the blog post for release highlights.
This is the final 2.12 release. It features the work of 20 external contributors and provides useful new features, along with initial Python 3.14 support. Several minor changes (considered non-breaking changes according to our versioning policy) are also included in this release. Make sure to look into them before upgrading.
Changes (see the 2.12.0a1 and 2.12.0b1 releases for additional changes since 2.11):
Packaging
New Features
- Add
extraparameter to the validate functions by@anvilpetein #12233- Add
exclude_computed_fieldsserialization option by@Viicosin #12334- Add
preverse_empty_pathURL options by@Viicosin #12336- Add
union_formatparameter to JSON Schema generation by@Viicosin #12147- Add
__qualname__parameter forcreate_modelby@Atryin #12001Fixes
- Do not try to infer name from lambda definitions in pipelines API by
@Viicosin #12289- Use proper namespace for functions in
TypeAdapterby@Viicosin #12324- Use
Anyfor context type annotation inTypeAdapterby@inducerin #12279- Expose
FieldInfoinpydantic.fields.__all__by@Viicosin #12339- Respect
validation_aliasin@validate_callby@Viicosin #12340- Use
Anyas context annotation in plugin API by@Viicosin #12341- Use proper
stacklevelin warnings when possible by@Viicosin #12342New Contributors
@anvilpetemade their first contribution in #12233@JonathanWindellmade their first contribution in #12327@inducermade their first contribution in #12279@Atrymade their first contribution in #12001Full Changelog: https://github.com/pydantic/pydantic/compare/v2.11.10...v2.12.0
v2.12.0b1 2025-10-03
v2.12.0b1 (2025-10-03)
This is the first beta release of the upcoming 2.12 release.
What's Changed
... (truncated)
Sourced from pydantic's changelog.
v2.12.0 (2025-10-07)
What's Changed
This is the final 2.12 release. It features the work of 20 external contributors and provides useful new features, along with initial Python 3.14 support. Several minor changes (considered non-breaking changes according to our versioning policy) are also included in this release. Make sure to look into them before upgrading.
Changes (see the alpha and beta releases for additional changes since 2.11):
Packaging
New Features
- Add
extraparameter to the validate functions by@anvilpetein #12233- Add
exclude_computed_fieldsserialization option by@Viicosin #12334- Add
preverse_empty_pathURL options by@Viicosin #12336- Add
union_formatparameter to JSON Schema generation by@Viicosin #12147- Add
__qualname__parameter forcreate_modelby@Atryin #12001Fixes
- Do not try to infer name from lambda definitions in pipelines API by
@Viicosin #12289- Use proper namespace for functions in
TypeAdapterby@Viicosin #12324- Use
Anyfor context type annotation inTypeAdapterby@inducerin #12279- Expose
FieldInfoinpydantic.fields.__all__by@Viicosin #12339- Respect
validation_aliasin@validate_callby@Viicosin #12340- Use
Anyas context annotation in plugin API by@Viicosin #12341- Use proper
stacklevelin warnings when possible by@Viicosin #12342New Contributors
@anvilpetemade their first contribution in #12233@JonathanWindellmade their first contribution in #12327@inducermade their first contribution in #12279@Atrymade their first contribution in #12001v2.12.0b1 (2025-10-03)
This is the first beta release of the upcoming 2.12 release.
What's Changed
Packaging
... (truncated)
a7928e6
Update Python version in documentation publishing CI job (#12344)0e188d0
Prepare release 2.12.0 (#12343)1231eee
Use proper stacklevel in warnings when possible (#12342)94989e0
Use Any as context annotation in plugin API (#12341)3f59a03
Add __qualname__ parameter for create_model
(#12001)28c62c3
Rewrite std types, fields and strict mode documentation (#12287)34baf12
Add union_format parameter to JSON Schema generation (#12147)495b03f
Add preverse_empty_path URL options (#12336)82d4254
Respect validation_alias in @validate_call (#12340)4bd8418
Expose FieldInfo in pydantic.fields.__all__
(#12339)