Sourced from dawidd6/action-download-artifact's releases.
v6
Full Changelog: https://github.com/dawidd6/action-download-artifact/compare/v5...v6
v5
Full Changelog: https://github.com/dawidd6/action-download-artifact/compare/v4...v5
v4
What's Changed
- VERSIONING CHANGE: now there will only be major releases of this action, e.g. v5, v6 and so on
- build(deps): bump undici from 5.28.3 to 5.28.4 by
@dependabot
in dawidd6/action-download-artifact#284- build(deps): bump
@actions/artifact
from 2.1.4 to 2.1.5 by@dependabot
in dawidd6/action-download-artifact#285- build(deps): bump
@actions/artifact
from 2.1.5 to 2.1.7 by@dependabot
in dawidd6/action-download-artifact#287- build(deps): bump adm-zip from 0.5.12 to 0.5.13 by
@dependabot
in dawidd6/action-download-artifact#289- Set allow_forks to false by default by
@timweri
in dawidd6/action-download-artifact#290New Contributors
@timweri
made their first contribution in dawidd6/action-download-artifact#290Full Changelog: https://github.com/dawidd6/action-download-artifact/compare/v3...v4
v3.1.4
What's Changed
- build(deps): bump adm-zip from 0.5.10 to 0.5.12 by
@dependabot
in dawidd6/action-download-artifact#282- build(deps): bump
@actions/artifact
from 2.1.2 to 2.1.4 by@dependabot
in dawidd6/action-download-artifact#280- fix: accept expired artifacts with documentation url by
@wdconinc
in dawidd6/action-download-artifact#283New Contributors
@wdconinc
made their first contribution in dawidd6/action-download-artifact#283Full Changelog: https://github.com/dawidd6/action-download-artifact/compare/v3...v3.1.4
v3.1.3
What's Changed
- node_modules: upgrade by
@dawidd6
in dawidd6/action-download-artifact#276- build(deps): bump
@actions/artifact
from 2.1.1 to 2.1.2 by@dependabot
in dawidd6/action-download-artifact#277Full Changelog: https://github.com/dawidd6/action-download-artifact/compare/v3.1.2...v3.1.3
v3.1.2
What's Changed
- Read workflow_search input as a boolean by
@klutchell
in dawidd6/action-download-artifact#273New Contributors
@klutchell
made their first contribution in dawidd6/action-download-artifact#273Full Changelog: https://github.com/dawidd6/action-download-artifact/compare/v3.1.1...v3.1.2
v3.1.1
What's Changed
... (truncated)
bf251b5
node_modules: upgrade93c6296
README: v5deb3bb8
node_modules: upgrade1d93f37
README: v4854e2de
Set allow_forks to false by default (#290)436c9d3
build(deps): bump adm-zip from 0.5.12 to 0.5.13 (#289)1404052
build(deps): bump @actions/artifact
from 2.1.5 to 2.1.7
(#287)8a9be73
build(deps): bump @actions/artifact
from 2.1.4 to 2.1.5
(#285)df593bb
build(deps): bump undici from 5.28.3 to 5.28.4 (#284)Sourced from Npgsql's releases.
v8.0.6
The full list of changes is available here.
Full Changelog: https://github.com/npgsql/npgsql/compare/v8.0.5...v8.0.6
c4c9d0d
Sync CI macos setup to latest mainf5a7042
Stop testing on netcoreapp3.1 (doesn't work on modern mac)3ad6b5d
Test tweaksd3a9b18
Disallow dotnet SDK major version roll forwardc607726
Some dependency versions changes to get rid of transitive CVE
errorse1ae4b3
Bump dotnet SDK to 8.0.4047232c93
Bump macos version to 15 in CI82c6926
Make the default value for json with Json.NET a string (#5914)882eab9
Fix compilation after e6c166b56688dd
Fix not throwing due to overflow while writing NodaTime's period (#5894)Sourced from Roslynator.Formatting.Analyzers's releases.
v4.12.9
Fixed
Changed
- Update analyzer RCS1077 (PR)
- Do not suggest to change
list.FirstOrDefault(predicate)
tolist.Find(predicate)
. Performance gain is negligible and actuallyFirstOrDefault
can be even faster on .NET 9 (see related issue for more details).v4.12.8
Fixed
- Fix analyzer RCS0053 (PR)
- Fix analyzer RCS1223 (PR)
- Fix analyzer RCS1140 (PR)
- Fix analyzer RCS1096 (PR)
- [CLI] Improve removing of unused symbols (PR)
- [CLI] Fix command
generate-doc
(PR)v4.12.7
Fixed
- Fix analyzer RCS1202 (PR)
- Fix analyzer RCS1246 (PR)
- Fix analyzer RCS1140 (PR by
@Qluxzz
)- Fix analyzer RCS1077 (PR)
Changed
- Add support for duck-typed awaitables and task-like types for Task/Async-related analyzers (PR by
@Govorunb
)v4.12.6
Added
- Analyzer RCS1077 now suggests to use
Order
instead ofOrderBy
(PR by@BenjaminBrienen
)Fixed
... (truncated)
Sourced from Roslynator.Formatting.Analyzers's changelog.
[4.12.9] - 2024-10-25
Fixed
Changed
- Update analyzer RCS1077 (PR)
- Do not suggest to change
list.FirstOrDefault(predicate)
tolist.Find(predicate)
. Performance gain is negligible and actuallyFirstOrDefault
can be even faster on .NET 9 (see related issue for more details).[4.12.8] - 2024-10-11
Fixed
- Fix analyzer RCS0053 (PR)
- Fix analyzer RCS1223 (PR)
- Fix analyzer RCS1140 (PR)
- Fix analyzer RCS1096 (PR)
- [CLI] Improve removing of unused symbols (PR)
- [CLI] Fix command
generate-doc
(PR)[4.12.7] - 2024-10-01
Fixed
- Fix analyzer RCS1202 (PR)
- Fix analyzer RCS1246 (PR)
- Fix analyzer RCS1140 (PR by
@Qluxzz
)- Fix analyzer RCS1077 (PR)
Changed
- Add support for duck-typed awaitables and task-like types for Task/Async-related analyzers (PR by
@Govorunb
)[4.12.6] - 2024-09-23
Added
... (truncated)
8c69b9e
Release 4.12.9 (#1573)702b9f7
Fix analyzer RCS1124 - Do not cast if not necessary (#1572)55f220e
[CLI] Fix command generate-doc (#1570)f4e77da
[CLI] Fix command generate-doc (#1568)28bd21d
Fix analyzer RCS1090 - Check ConfigureAwait argument value (#1566)6153c9e
[CLI] Fix command generate-doc - handle <para> tags (#1565)ea6971e
Update analyzer RCS1077 - Remove suggestion to change FirstOrDefault to
Find ...c37e24e
Use Ubuntu 24.04 (#1561)4be87c4
Release 4.12.8 (#1560)8ffe904
[CLI] Fix command generate-doc (#1559)