Sourced from mkdocs-material's releases.
mkdocs-material-9.5.31
- Fixed #7405: DockerHub missing images > 9.5.27 due to change in Alpine/APK
Sourced from mkdocs-material's changelog.
mkdocs-material-9.5.31+insiders-4.53.12 (2024-08-02)
- Fixed #7410: Instant previews jump on content tabs with anchor links
- Fixed #7408: Instant previews jump on content tabs
mkdocs-material-9.5.31 (2024-08-02)
- Fixed #7405: DockerHub missing images > 9.5.27 due to change in Alpine/APK
mkdocs-material-9.5.30 (2024-07-23)
- Fixed #7380: Navigation icons disappearing on hover in Safari
- Fixed #7367: Blog readtime computation includes SVG text content
mkdocs-material-9.5.29 (2024-07-14)
- Updated Galician translations
- Fixed #7362: Annotations in figure captions rendering incorrectly
mkdocs-material-9.5.28 (2024-07-02)
- Fixed #7313: Improved tooltips mounted in sidebar when feature is disabled
mkdocs-material-9.5.27 (2024-06-16)
- Updated Estonian translations
mkdocs-material-9.5.26 (2024-06-06)
- Fixed #7232: Tab switches on scroll when linking tabs (9.5.19 regression)
- Fixed #7230: Blog author avatar broken when referring to local file
mkdocs-material-9.5.25+insiders-4.53.11 (2024-05-27)
- Fixed projects plugin crashing when serving before building subprojects
mkdocs-material-9.5.25 (2024-05-27)
- Fixed #7209: Tags plugin crashing on numeric tags
mkdocs-material-9.5.24+insiders-4.53.10 (2024-05-20)
- Fixed projects plugin crashing in serve mode when disabled
- Fixed projects plugin crashing when building nested projects
mkdocs-material-9.5.24+insiders-4.53.9 (2024-05-20)
- Fixed #7191: Tags listings not rendering when toc_depth is changed
mkdocs-material-9.5.24 (2024-05-20)
... (truncated)
a5438a6
Prepare 9.5.31 release0e2195d
Updated dependencies32cf9eb
Updated dependencies627eb88
Fixed Docker build on arm/v7570b90a
Bump version to 1.11b3a102e
Fix RawExpressionType.accept
crash with --cache-fine-grained
(#17588)aec04c7
Fix PEP 604 isinstance caching (#17563)cb44e4d
Fix typing.TypeAliasType
being undefined on python < 3.12 (#17558)6cf9180
Fix types.GenericAlias lookup crash (#17543)64c1ebf
Bump version to 1.11.1+devSourced from wheel's releases.
0.44.0
- Canonicalized requirements in METADATA file (PR by Wim Jeantine-Glenn)
- Deprecated the
bdist_wheel
module, as the code was migrated tosetuptools
itself
Sourced from wheel's changelog.
Release Notes
0.44.0 (2024-08-04)
- Canonicalized requirements in METADATA file (PR by Wim Jeantine-Glenn)
- Deprecated the
bdist_wheel
module, as the code was migrated tosetuptools
itself0.43.0 (2024-03-11)
- Dropped support for Python 3.7
- Updated vendored
packaging
to 24.00.42.0 (2023-11-26)
- Allowed removing build tag with
wheel tags --build ""
- Fixed
wheel pack
andwheel tags
writing updatedWHEEL
fields after a blank line, causing other tools to ignore them- Fixed
wheel pack
andwheel tags
writingWHEEL
with CRLF line endings or a mix of CRLF and LF- Fixed
wheel pack --build-number ""
not removing build tag fromWHEEL
(above changes by Benjamin Gilbert)0.41.3 (2023-10-30)
- Updated vendored
packaging
to 23.2- Fixed ABI tag generation for CPython 3.13a1 on Windows (PR by Sam Gross)
0.41.2 (2023-08-22)
- Fixed platform tag detection for GraalPy and 32-bit python running on an aarch64 kernel (PR by Matthieu Darbois)
- Fixed
wheel tags
to not list directories inRECORD
files (PR by Mike Taves)- Fixed ABI tag generation for GraalPy (PR by Michael Simacek)
0.41.1 (2023-08-05)
- Fixed naming of the
data_dir
directory in the presence of local version segment given viaegg_info.tag_build
(PR by Anderson Bravalheri)- Fixed version specifiers in
Requires-Dist
being wrapped in parentheses0.41.0 (2023-07-22)
- Added full support of the build tag syntax to
wheel tags
(you can now set a build tag like123mytag
)- Fixed warning on Python 3.12 about
onerror
deprecation. (PR by Henry Schreiner)- Support testing on Python 3.12 betas (PR by Ewout ter Hoeven)
... (truncated)
7bb46d7
Created a new release0add7d6
Deprecated bdist_wheel and updated the README (#631)46c2389
chore: make sure local ruff runs don't touch vendored (#618)78b9ea9
Updated Cirrus CI config to use FreeBSD 143d3916a
[pre-commit.ci] pre-commit autoupdate (#627)1e00742
Revert "Apply new ruff/pyupgrade rule UP032 (#617)"16206e6
Apply new ruff/pyupgrade rule UP032 (#617)0b7771e
Updated pre-commit modules and applied ruff fixesbd8ab85
Extended the ruff rule list and applied fixes376373b
Allow bdist_wheel working without ctypes (#613)Sourced from black's releases.
24.8.0
Stable style
- Fix crash when
# fmt: off
is used before a closing parenthesis or bracket. (#4363)Packaging
- Packaging metadata updated: docs are explictly linked, the issue tracker is now also linked. This improves the PyPI listing for Black. (#4345)
Parser
- Fix regression where Black failed to parse a multiline f-string containing another multiline string (#4339)
- Fix regression where Black failed to parse an escaped single quote inside an f-string (#4401)
- Fix bug with Black incorrectly parsing empty lines with a backslash (#4343)
- Fix bugs with Black's tokenizer not handling
\{
inside f-strings very well (#4422)- Fix incorrect line numbers in the tokenizer for certain tokens within f-strings (#4423)
Performance
- Improve performance when a large directory is listed in
.gitignore
(#4415)Blackd
- Fix blackd (and all extras installs) for docker container (#4357)
Sourced from black's changelog.
24.8.0
Stable style
- Fix crash when
# fmt: off
is used before a closing parenthesis or bracket. (#4363)Packaging
- Packaging metadata updated: docs are explictly linked, the issue tracker is now also linked. This improves the PyPI listing for Black. (#4345)
Parser
- Fix regression where Black failed to parse a multiline f-string containing another multiline string (#4339)
- Fix regression where Black failed to parse an escaped single quote inside an f-string (#4401)
- Fix bug with Black incorrectly parsing empty lines with a backslash (#4343)
- Fix bugs with Black's tokenizer not handling
\{
inside f-strings very well (#4422)- Fix incorrect line numbers in the tokenizer for certain tokens within f-strings (#4423)
Performance
- Improve performance when a large directory is listed in
.gitignore
(#4415)Blackd
- Fix blackd (and all extras installs) for docker container (#4357)
24.4.2
This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1.
Parser
- Fix regression where certain complex f-strings failed to parse (#4332)
Performance
- Fix bad performance on certain complex string literals (#4331)
24.4.1
Highlights
- Add support for the new Python 3.12 f-string syntax introduced by PEP 701 (#3822)
Stable style
... (truncated)
b965c2a
Prepare release 24.8.0 (#4426)9ccf279
Document find_project_root
ignoring pyproject.toml
without [tool.black]
...14b6e61
fix: Enhace black efficiently to skip directories listed in .gitignore (#4415)b1c4dd9
fix: respect braces better in f-string parsing (#4422)4b4ae43
Fix incorrect linenos on fstring tokens with escaped newlines (#4423)7fa1faf
docs: fix the installation command of extra for blackd (#4413)8827acc
Bump sphinx from 7.3.7 to 7.4.0 in /docs (#4404)b0da11d
Bump furo from 2024.5.6 to 2024.7.18 in /docs (#4409)721dff5
fix: avoid formatting backslash strings inside f-strings (#4401)7e2afc9
Update actions/checkout
to v4 to stop node deprecation warnings (#4379)3057be8
go.mod: update golang.org/x dependencies4653e48
gopls/internal/analysis: add skipped analysis simplify on generated codef855a53
gopls/internal/telemetry/cmd/stacks: use authentication token3ffd605
gopls/doc/features: fix prominent typoa5df6ad
go/analysis/passes/printf: report non-constant format, no argsc03e5c2
go/packages: do not nullify Fset when NeedSyntax is set6a6fd99
go/ssa: substitute type parameterized aliasesf6a2390
gopls/doc: delete commands.md2154cbf
gopls/internal/golang: add "Browse gopls features" code actionead76ab
go/analysis: Add modules to PassSourced from axios's releases.
Release v1.7.4
Release notes:
Bug Fixes
- sec: CVE-2024-39338 (#6539) (#6543) (6b6b605)
- sec: disregard protocol-relative URL to remediate SSRF (#6539) (07a661a)
Contributors to this release
Sourced from axios's changelog.
1.7.4 (2024-08-13)
Bug Fixes
- sec: CVE-2024-39338 (#6539) (#6543) (6b6b605)
- sec: disregard protocol-relative URL to remediate SSRF (#6539) (07a661a)
Contributors to this release
Sourced from Microsoft.CodeAnalysis.CSharp.Workspaces's releases.
.NET 6.0.1
.NET 5.0.4
.NET 5.0.2
Release Notes Install Instructions
Repos
Sourced from mkdocs-material's releases.
mkdocs-material-9.5.32
- Fixed RXSS vulnerability via deep link in search results
- Added support for fetching latest release from GitLab
Thanks go to
@joaopalmeiro
for their contributions
Sourced from mkdocs-material's changelog.
mkdocs-material-9.5.32 (2024-08-19)
- Fixed RXSS vulnerability via deep link in search results
- Added support for fetching latest release from GitLab
mkdocs-material-9.5.31+insiders-4.53.12 (2024-08-02)
- Fixed #7410: Instant previews jump on content tabs with anchor links
- Fixed #7408: Instant previews jump on content tabs
mkdocs-material-9.5.31 (2024-08-02)
- Fixed #7405: DockerHub missing images > 9.5.27 due to change in Alpine/APK
mkdocs-material-9.5.30 (2024-07-23)
- Fixed #7380: Navigation icons disappearing on hover in Safari
- Fixed #7367: Blog readtime computation includes SVG text content
mkdocs-material-9.5.29 (2024-07-14)
- Updated Galician translations
- Fixed #7362: Annotations in figure captions rendering incorrectly
mkdocs-material-9.5.28 (2024-07-02)
- Fixed #7313: Improved tooltips mounted in sidebar when feature is disabled
mkdocs-material-9.5.27 (2024-06-16)
- Updated Estonian translations
mkdocs-material-9.5.26 (2024-06-06)
- Fixed #7232: Tab switches on scroll when linking tabs (9.5.19 regression)
- Fixed #7230: Blog author avatar broken when referring to local file
mkdocs-material-9.5.25+insiders-4.53.11 (2024-05-27)
- Fixed projects plugin crashing when serving before building subprojects
mkdocs-material-9.5.25 (2024-05-27)
- Fixed #7209: Tags plugin crashing on numeric tags
mkdocs-material-9.5.24+insiders-4.53.10 (2024-05-20)
- Fixed projects plugin crashing in serve mode when disabled
- Fixed projects plugin crashing when building nested projects
... (truncated)
4030f53
Prepare 9.5.32 releasea06cf10
Fixed RXSS vulnerability in search results89c1d1c
Updated blog post5bc9d32
Updated dependenciesabb8f33
Updated blog post22bb926
Added new blog post68332de
Updated dependenciesd5363ad
Updated dependenciesfde6040
Added support for fetching latest release from GitLab (#7418)3057be8
go.mod: update golang.org/x dependencies4653e48
gopls/internal/analysis: add skipped analysis simplify on generated codef855a53
gopls/internal/telemetry/cmd/stacks: use authentication token3ffd605
gopls/doc/features: fix prominent typoa5df6ad
go/analysis/passes/printf: report non-constant format, no argsc03e5c2
go/packages: do not nullify Fset when NeedSyntax is set6a6fd99
go/ssa: substitute type parameterized aliasesf6a2390
gopls/doc: delete commands.md2154cbf
gopls/internal/golang: add "Browse gopls features" code actionead76ab
go/analysis: Add modules to PassSourced from setuptools's changelog.
v73.0.1
Bugfixes
- Remove
abc.ABCMeta
metaclass from abstract classes.pypa/setuptools#4503 <https://github.com/pypa/setuptools/pull/4503>
_ had an unintended consequence of causing potentialTypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
-- by :user:Avasam
(#4579)v73.0.0
Features
- Mark abstract base classes and methods with
abc.ABC
andabc.abstractmethod
-- by :user:Avasam
(#4503)- Changed the order of type checks in
setuptools.command.easy_install.CommandSpec.from_param
to support anycollections.abc.Iterable
ofstr
param -- by :user:Avasam
(#4505)Bugfixes
- Prevent an error in
bdist_wheel
ifcompression
is set to astr
(even if valid) after finalizing options but before running the command. -- by :user:Avasam
(#4383)- Raises an exception when
py_limited_api
is used in a build withPy_GIL_DISABLED
python/cpython#111506
#4420)pypa/distutils#284
Deprecations and Removals
setuptools
is replacing the usages of :pypi:ordered_set
with simple instances ofdict[Hashable, None]
. This is done to remove the extra dependency and it is possible because since Python 3.7,dict
maintain insertion order. (#4574)Misc
v72.2.0
Features
pypa/distutils#272
pypa/distutils#237pypa/distuils#228
#4538)
... (truncated)
ebddeb3
Bump version: 73.0.0 → 73.0.118963fb
Merge pull request #4580 from Avasam/no-ABCMetab7ee00d
Remove ABCMeta metaclass, keep abstractmethods477f713
Override distribution attribute type in all distutils-based commands (#4577)429ac58
Override distribution attribute type in all distutils-based commands4147b09
Bump version: 72.2.0 → 73.0.02ad8c10
Merge pull request #4576 from pypa/bugfix/distutils-2848afe0c3
Merge pull request #4574 from abravalheri/ordered_setad611bc
Merge https://github.com/pypa/distutils into bugfix/distutils-28430b7331
Ensure a missing target is still indicated as 'sources are newer' even when t...Sourced from micromatch's changelog.
[4.0.8] - 2024-08-22
- backported CVE-2024-4067 fix (from v4.0.6) over to 4.x branch
8bd704e
4.0.8a0e6841
run verb to generate README documentation4ec2884
Merge branch 'v4' into hauserkristof-feature/v4.0.803aa805
Merge pull request #266 from hauserkristof/feature/v4.0.8814f5f7
lint67fcce6
fix: CHANGELOG about braces & CVE-2024-4068, v4.0.5113f2e3
fix: CVE numbers in CHANGELOGd9dbd9a
feat: updated CHANGELOG2ab1315
fix: use actions/setup-node@v41406ea3
feat: rework test to work on macos with node 10,12 and 14Sourced from mkdocs-material's releases.
mkdocs-material-9.5.33
- Fixed #7453: Incorrect position of tooltip when sorting table
Sourced from mkdocs-material's changelog.
mkdocs-material-9.5.33 (2024-08-23)
- Fixed #7453: Incorrect position of tooltip when sorting table
mkdocs-material-9.5.32 (2024-08-19)
- Fixed RXSS vulnerability via deep link in search results
- Added support for fetching latest release from GitLab
mkdocs-material-9.5.31+insiders-4.53.12 (2024-08-02)
- Fixed #7410: Instant previews jump on content tabs with anchor links
- Fixed #7408: Instant previews jump on content tabs
mkdocs-material-9.5.31 (2024-08-02)
- Fixed #7405: DockerHub missing images > 9.5.27 due to change in Alpine/APK
mkdocs-material-9.5.30 (2024-07-23)
- Fixed #7380: Navigation icons disappearing on hover in Safari
- Fixed #7367: Blog readtime computation includes SVG text content
mkdocs-material-9.5.29 (2024-07-14)
- Updated Galician translations
- Fixed #7362: Annotations in figure captions rendering incorrectly
mkdocs-material-9.5.28 (2024-07-02)
- Fixed #7313: Improved tooltips mounted in sidebar when feature is disabled
mkdocs-material-9.5.27 (2024-06-16)
- Updated Estonian translations
mkdocs-material-9.5.26 (2024-06-06)
- Fixed #7232: Tab switches on scroll when linking tabs (9.5.19 regression)
- Fixed #7230: Blog author avatar broken when referring to local file
mkdocs-material-9.5.25+insiders-4.53.11 (2024-05-27)
- Fixed projects plugin crashing when serving before building subprojects
mkdocs-material-9.5.25 (2024-05-27)
- Fixed #7209: Tags plugin crashing on numeric tags
mkdocs-material-9.5.24+insiders-4.53.10 (2024-05-20)
... (truncated)
a91ee70
Prepare 9.5.33 release4104faf
Updated dependencies8ee7137
Updated premium sponsorse1c1bad
Updated blog post2445537
Removed pyodide_macros plugin's schema (#7468)47f7f63
Added plugins to "external-community" in plugins.json (#7465)42ab11f
Added edit_uri_template
to docs/schema.json (#7466)e5c9575
Fixed invalid tooltip position in tables when using table sort7a770dc
Updated blog post789f02c
Bump version to 1.11.2917cc75
An alternative fix for a union-like literal string (#17639)7d805b3
Unwrap TypedDict item types before storing (#17640)32675dd
Revert "Fix Literal strings containing pipe characters" (#17638)778542b
Revert "Fix RawExpressionType.accept
crash with --cache-fine-grained
" (#1...14ab742
Bump version to 1.11.2+dev789f02c
Bump version to 1.11.2917cc75
An alternative fix for a union-like literal string (#17639)7d805b3
Unwrap TypedDict item types before storing (#17640)32675dd
Revert "Fix Literal strings containing pipe characters" (#17638)778542b
Revert "Fix RawExpressionType.accept
crash with --cache-fine-grained
" (#1...14ab742
Bump version to 1.11.2+devSourced from Microsoft.NET.Test.Sdk's releases.
v17.11.0
What's Changed
- Add reference to the AdapterUtilities library in the spec docs. by
@peterwald
in microsoft/vstest#4958- Stack trace when localized, and new messages by
@nohwnd
in microsoft/vstest#4944- Fix single quote and space in F# pretty methods by
@nohwnd
in microsoft/vstest#4969- Update .NET runtimes to latest patch version by
@Evangelink
in microsoft/vstest#4975- Update dotnetcoretests.md by
@DickBaker
in microsoft/vstest#4977- Add list of known TestingPlatform dlls by
@nohwnd
in microsoft/vstest#4983- Update framework version used for testing, and test matrix by
@nohwnd
in microsoft/vstest#4970- Add output forwarding for .NET by
@nohwnd
in microsoft/vstest#4988- Remove usage of pt images before decomissioning by
@nohwnd
in microsoft/vstest#4994- chore: Add more details to acquistion section. by
@voroninp
in microsoft/vstest#4999- Simplify banner by
@nohwnd
in microsoft/vstest#5013- Forward standard output of testhost by
@nohwnd
in microsoft/vstest#4998- Add missing copyright header by
@MichaelSimons
in microsoft/vstest#5020- Add option to not share .NET Framework testhosts by
@nohwnd
in microsoft/vstest#5018- GetTypesToLoad Attribute cant be null by
@SimonCropp
in microsoft/vstest#5054- rawArgument in GetArgumentList cant be null by
@SimonCropp
in microsoft/vstest#5056- fix Atribute typo by
@SimonCropp
in microsoft/vstest#5057- remove unnecessary list alloc for 2 scenarios in TestRequestManager.GetSources by
@SimonCropp
in microsoft/vstest#5058- fix incompatiblity typo by
@SimonCropp
in microsoft/vstest#5059- remove redundant inline method in IsPlatformIncompatible by
@SimonCropp
in microsoft/vstest#5060- fix Sucess typo by
@SimonCropp
in microsoft/vstest#5061- use some null coalescing by
@SimonCropp
in microsoft/vstest#5062- Add cts into friends of TranslationLayer by
@jakubch1
in microsoft/vstest#5075- Use built in sha1 for id generation by
@nohwnd
in microsoft/vstest#5081- All output in terminal logger by
@nohwnd
in microsoft/vstest#5083- Ignore env test by
@nohwnd
in microsoft/vstest#5095- Dispose XmlReader in XmlRunSettingsUtilities by
@omajid
in microsoft/vstest#5094- Bump to macos-12 build image by
@akoeplinger
in microsoft/vstest#5101- Handle ansi escape in terminal logger reporter by
@nohwnd
in microsoft/vstest#5084- remove disable interactive auth by
@nohwnd
in microsoft/vstest#5110- Error output as info in terminal logger by
@nohwnd
in microsoft/vstest#5113- Write dll instead of target on abort, rename errors by
@nohwnd
in microsoft/vstest#5115
- [rel/17.11] Update dependencies from devdiv/DevDiv/vs-code-coverage by
@dotnet-maestro
in microsoft/vstest#5152New Contributors
@peterwald
made their first contribution in microsoft/vstest#4958@DickBaker
made their first contribution in microsoft/vstest#4977@voroninp
made their first contribution in microsoft/vstest#4999@akoeplinger
made their first contribution in microsoft/vstest#5101Full Changelog: https://github.com/microsoft/vstest/compare/v17.10.0...v17.11.0-release-24352-06
v17.11.0-release-24373-02
What's Changed
- [rel/17.11] Update dependencies from devdiv/DevDiv/vs-code-coverage by
@dotnet-maestro
in microsoft/vstest#5152
... (truncated)
c6ad3e3
Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov...910ca0d
Fix output based test (#5131)0518cea
Rebrand to 17.11-release (#5128)5b69fd3
Write dll instead of target on abort, rename errors (#5115)7264afa
Error output as info in terminal logger (#5113)3d2ea06
remove disable interactive auth (#5110)e4da2c1
Add option to ignore tests (#5109)6b3b959
Ignore dump failing test while I investigate (#5107)24b992f
Ignore dispose error (#5105)bfdaf0b
Object disposed flaky (#5104)