b637f27
errgroup: drop support for Go versions before 1.20960bf1f
all: upgrade go directive to at least 1.23.0 [generated]85d1d54
go.mod: update golang.org/x dependenciescde1dda
proxy, http/httpproxy: do not mismatch IPv6 zone ids against hostsfe7f039
publicsuffix: spruce up code gen and speed up PublicSuffix459513d
internal/http3: move more common stream processing to genericConnaad0180
http2: fix flakiness from t.Log when GOOS=jsb73e574
http2: don't log expected errors from writing invalid trailers5f45c77
internal/http3: make read-data tests usable for server handlers43c2540
http2, internal/httpcommon: reject userinfo in :authority1d78a08
http2, internal/httpcommon: factor out server header logic for
h2/h30d7dc54
quic: add Conn.ConnectionState6a5b66b
go.mod: update golang.org/x dependencies25a90be
gopls/internal/golang: Implementations for func typesdb6008c
go/types/internal/play: show Cursor.Stack of selected nodeece9e9b
gopls/doc/generate: add status in codelenses and inlayhints340f21a
gopls: move gopls/doc/generate package0721940
gopls/internal/analysis/modernize: strings.Fields -> FieldsSeq8d38122
gopls/internal/cache: reproduce and fix crash on if cond overflowd81d6fc
gopls/internal/util/asm: better assembly parsing455db21
gopls/internal/cache/parsego: fix OOB crash in fixInitStmt2b1f550
gopls/internal/analysis/gofix: allow literal array lengthsSourced from github.com/golang/snappy's releases.
v1.0.0
Latest stable version, as of March 2025.
43d5d4c
Merge pull request #68 from
MarkLodato/cli-readme470b9ed
README: update instructions to install CLIfa58105
Ensure arm64 frame sizes are 8 (mod 16)Sourced from actions/upload-artifact's releases.
v4.6.2
What's Changed
- Update to use artifact 2.3.2 package & prepare for new upload-artifact release by
@salmanmkc
in actions/upload-artifact#685New Contributors
@salmanmkc
made their first contribution in actions/upload-artifact#685Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.2
ea165f8
Merge pull request #685
from salmanmkc/salmanmkc/3-new-upload-artifacts-release0839620
Prepare for new release of actions/upload-artifact with new toolkit
cache ver...Sourced from actions/setup-go's releases.
v5.4.0
What's Changed
Dependency updates :
- Upgrade semver from 7.6.0 to 7.6.3 by
@dependabot
in actions/setup-go#535- Upgrade eslint-config-prettier from 8.10.0 to 10.0.1 by
@dependabot
in actions/setup-go#536- Upgrade
@action/cache
from 4.0.0 to 4.0.2 by@aparnajyothi-y
in actions/setup-go#568- Upgrade undici from 5.28.4 to 5.28.5 by
@dependabot
in actions/setup-go#541New Contributors
@aparnajyothi-y
made their first contribution in actions/setup-go#568Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.4.0
Sourced from actions/download-artifact's releases.
v4.2.1
What's Changed
- Add unit tests by
@GhadimiR
in actions/download-artifact#392- Fix bug introduced in 4.2.0 by
@GhadimiR
in actions/download-artifact#391Full Changelog: https://github.com/actions/download-artifact/compare/v4.2.0...v4.2.1
v4.2.0
What's Changed
- Update README.md by
@lkfortuna
in actions/download-artifact#384- Bump artifact version, do digest check by
@GhadimiR
in actions/download-artifact#383New Contributors
@lkfortuna
made their first contribution in actions/download-artifact#384@GhadimiR
made their first contribution in actions/download-artifact#383Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.9...v4.2.0
95815c3
Merge pull request #391
from GhadimiR/main278fca4
Move log statements6890984
Merge branch 'main' into mainf9415c0
Run unit tests in CI76a6eb5
Merge pull request #392
from GhadimiR/add_unit_testsa2426d7
Merge branch 'main' into add_unit_tests3ffa694
lint53f6aa5
Add extra assertion to download single artifact testb456700
lint9eab798
Configure tsconfigSourced from gonum.org/v1/gonum's releases.
v0.16.0
Release v0.16.0 is a minor release in the v0.16 branch.
API breaking changes:
cf3307fa bc349ecf 061ef9d2 all: migrate to math/rand/v2
Improvements since v0.15.1:
0dd167ea graph/flow: add algorithm for finding intervals in flow graphs 0c3ed0bb dsp/transform: new package and initial Hilbert transform ef1ae5e4 graph/path: improve performance of YenKShortestPaths
7826ba4
github: add reading check instruction to pr templatebbabe75
A+C: add Zhan Shan Mao808cbd4
lapack: fix eigenvector normalization residual calculation3b4190a
all: bump gonum/plot@v0.15.27f45d71
graph/iterator: reflect the swiss map iterator shaped39b80c
ci: bump WillAbides/setup-go-faster@1.14571acd8
blas/testblas,optimize: apply staticcheck suggestions23cc2a7
ci: bump staticcheck@2025.172d9f39
all: use Go-1.24, drop Go-1.223f7594a
graph/formats/rdf: regenerate with new ragel versionSourced from actions/setup-python's releases.
v5.5.0
What's Changed
Enhancements:
- Support free threaded Python versions like '3.13t' by
@colesbury
in actions/setup-python#973- Enhance Workflows: Include ubuntu-arm runners, Add e2e Testing for free threaded and Upgrade
@action/cache
from 4.0.0 to 4.0.3 by@priya-kinthali
in actions/setup-python#1056- Add support for .tool-versions file in setup-python by
@mahabaleshwars
in actions/setup-python#1043Bug fixes:
- Fix architecture for pypy on Linux ARM64 by
@mayeut
in actions/setup-python#1011 This update maps arm64 to aarch64 for Linux ARM64 PyPy installations.Dependency updates:
- Upgrade
@vercel/ncc
from 0.38.1 to 0.38.3 by@dependabot
in actions/setup-python#1016- Upgrade
@actions/glob
from 0.4.0 to 0.5.0 by@dependabot
in actions/setup-python#1015New Contributors
@colesbury
made their first contribution in actions/setup-python#973@mahabaleshwars
made their first contribution in actions/setup-python#1043Full Changelog: https://github.com/actions/setup-python/compare/v5...v5.5.0
8d9ed9a
Add e2e Testing for free threaded and Bump @action/cache
from 4.0.0 to 4.0.3 ...19e4675
Add support for .tool-versions file in setup-python (#1043)6fd11e1
Bump @actions/glob
from 0.4.0 to 0.5.0 (#1015)9e62be8
Support free threaded Python versions like '3.13t' (#973)6ca8e85
Bump @vercel/ncc
from 0.38.1 to 0.38.3 (#1016)8039c45
fix: install PyPy on Linux ARM64 (#1011)NnC~Fp2?i+~if_nmmtl563a0^8sNn65RsR>aF)>D{&YMSN%pl
z2aoZ2RK89ZO=r&c7wkEom;o!Yq=ffxnotMQZuQO*DpkG+>Ef)Y0&-$FtR(jaWA06A
zB6tl(v%(y0<-{y3n|& hX2X7>Vr?CZQg+rO~vD>W^j=3dutY)AfA
z@{=!%e|X^Y-`bc*k3^?UuJJ$pZq7_!UG%tQULE ~UK65C
zCph74y=&)}jnbp~=xGtG+j>oEC!}WBf!=;-_SQ&)2%|v|t9+lK1>HW;$(0(Bp)I8Q
zG1crZBvN89VgZfL&S;M)5+devoYahV*TVg0G}%v=6lTg7JC@IZdA*s;%J;8j$al?!
zj=0}X
z*x#HkX@xyYdI)>cU5#>#xF;2*C+^?uA@1q_Y;kW@jF%4Hzc;SW5ci*>Up#;o(Xek{A_9T+yfXCtGa&iJVpSC3@N$qt-0LQ(ol+2Fx?6s*nL23UISq$1C*k
zKlnTyo-DQGfD|~6)n|Q2BLusH`L}E~7UnR+UWFzgtK
x!~Ai<7d3!GS0A|o+gyh}cLyhBx$^eoi&j`D#LkRL%5mj^fO>qu
z#1+_rBv97~>fCu7@xPg<#FwYx0*E!u13X+JYYjDxwq!2o5P8Q%-hs$y1Pu!YH}>5C
z3NT;5#|ZO262r~o5fz6%qZ*^zubN=6kdwmURvS)$&nAEb1f7x*TzXOjy4HYaeAE1U
z@YTX?qJAUDYY|$}c0u3T^dIkZZzpW}&~hi5)n9iQJ61WfFA|~4en8EfqR&BbXuIgN
zPi#Bt{{qYTnU9EtN0uY^?4MPlgQqvD+g@
z>~9rxKS_Vj6kFd?-G9Ca8z4}