Sourced from actions/setup-node's releases.
v4.0.0
What's Changed
In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in actions/setup-node#866
Besides, release contains such changes as:
- Upgrade actions/checkout to v4 by
@gmembre-zenika
in actions/setup-node#868- Update actions/checkout for documentation and yaml by
@dmitry-shibanov
in actions/setup-node#876New Contributors
@gmembre-zenika
made their first contribution in actions/setup-node#868Full Changelog: https://github.com/actions/setup-node/compare/v3...v4.0.0
v3.8.2
What's Changed
- Update semver by
@dmitry-shibanov
in actions/setup-node#861- Update temp directory creation by
@nikolai-laevskii
in actions/setup-node#859- Bump
@babel/traverse
from 7.15.4 to 7.23.2 by@dependabot
in actions/setup-node#870- Add notice about binaries not being updated yet by
@nikolai-laevskii
in actions/setup-node#872- Update toolkit cache and core by
@dmitry-shibanov
and@seongwon-privatenote
in actions/setup-node#875Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.2
v3.8.1
What's Changed
In scope of this release, the filter was removed within the cache-save step by
@dmitry-shibanov
in actions/setup-node#831. It is filtered and checked in the toolkit/cache library.Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.1
v3.8.0
What's Changed
Bug fixes:
- Add check for existing paths by
@dmitry-shibanov
in actions/setup-node#803- Resolve SymbolicLink by
@dmitry-shibanov
in actions/setup-node#809- Change passing logic for cache input by
@dmitry-shibanov
in actions/setup-node#816- Fix armv7 cache issue by
@louislam
in actions/setup-node#794- Update check-dist workflow name by
@sinchang
in actions/setup-node#710Feature implementations:
- feat: handling the case where "node" is used for tool-versions file. by
@xytis
in actions/setup-node#812Documentation changes:
- Refer to semver package name in README.md by
@olleolleolle
in actions/setup-node#808Update dependencies:
- Update toolkit cache to fix zstd by
@dmitry-shibanov
in actions/setup-node#804- Bump tough-cookie and
@azure/ms-rest-js
by@dependabot
in actions/setup-node#802- Bump semver from 6.1.2 to 6.3.1 by
@dependabot
in actions/setup-node#807
... (truncated)
39370e3
fix: add arch to cached path (#843)abb238b
Revise isGhes
logic (#1148)aca7b64
Merge pull request #1134
from actions/Jcambass-patch-188de2a3
Resolve High Security Alerts by upgrading Dependencies (#1132)0a44ba7
Correct version string (#1124)d6ebc7b
Upgrade IA Publish97ca147
Merge pull request #1125
from actions/add-is-release-workflowaa363de
Create publish-immutable-action.yml1c7b2db
Fix: windows arm64 setup (#1126)26961cf
Documentation update in the README file (#1106)Sourced from github.com/blevesearch/bleve/v2's releases.
v2.4.4
Bug Fixes
- Identified root cause for blevesearch/bleve#1662 to be recycling of TermFieldReaders that was causing illegal/incorrect access of several in-memory structures in certain scenarios. We've gone ahead and disabled this feature with blevesearch/bleve#2117 + blevesearch/bleve#2121 . Will work towards re-enabling in the near future once we've ironed out the several associated wrinkles.
- Introduced a guard rail with blevesearch/zapx#282 while performing vector search queries with pre-filtering to avoid hitting a panic when qualified docs do not hold valid vector fields.
- Fixed an issue while applying
ivf_max_codes_pct
in vector search requests involving pre-filtering which can cause reduction in recall - blevesearch/go-faiss#40Vector search continues to require same version of
faiss
dynamic library (as with v2.4.3) to be built from blevesearch/faiss@b747c55a which is a modified version of v1.8.0Milestone
v2.4.3
Bug Fixes
- Address a corner case with
ivf_nprobe_pct
query parameter (blevesearch/go-faiss#34)- Several guard rails put in place to avoid array-out-of-bounds-access and divide-by-zero errors: (blevesearch/zapx#263, blevesearch/zapx#270, blevesearch/zapx#271, blevesearch/zapx#273) to overcome blevesearch/bleve#1662
- Handling early exits/optimization for boolean queries (blevesearch/bleve#2065)
Improvements
- Vector search requires
faiss
dynamic library to be built from blevesearch/faiss@b747c55a which is a modified version of v1.8.0- Support for cosine similarity distance metric to normalize vectors before indexing/querying for nearest neighbor search (blevesearch/bleve#2051)
- Support for selectivity filters as a pre-cursor to vector search (blevesearch/bleve#2063)
Milestone
v2.4.2
Bug Fixes
- Set
MaxSegmentFileSize
for force merge whenSingleSegmentMergePlanOptions
goes into use (#2050)- Protect code against any bolt failures (#2043)
- Fix size estimation for various field types (#2052)
- Address an out-of-bounds panic that could occur with zapx/v16 in the event of a single non-vector field (#2058)
Improvements
- Support new search params for vector search queries - [
ivf_probe_pct
,ivf_max_codes_pct
] (#2049)Milestone
v2.4.1
Bug Fixes
- Addressed a bug where
ClientContextID
was missing from SearchRequest when library used withvectors
(blevesearch/bleve#2014)- Fix to a memory leak in vector query path (blevesearch/bleve#2023)
- Fix to issue blevesearch/bleve#2027, error in parsing a certain datetime syntax (blevesearch/bleve#2030)
- Fix that mitigates a race between persister's stale segment removal and index copy operations (blevesearch/bleve#2032)
- Nested field mapping determination was broken (blevesearch/bleve#2031)
Improvements
- Vector search requires the faiss dynamic library to be built from blevesearch/faiss@d9db66a
- Support for new data type -
vector_base64
which allows for interpreting vector float32s encoded as base64 following littleEndian byte ordering (blevesearch/bleve#2012)
... (truncated)
137a216
MB-64513: Upgrade blevesearch/go-faiss, zapx/v16 for fix (#2123)5c53634
MB-64604: Remove unnecessary second map lookup (#2121)78cf789
MB-64604: Fix interpreting scorch config:
"fieldTFRCacheThreshold" (#2117)7d627b9
MB-64360 - Upgrade zapx v16 (#2107)e72f7c2
MB-62230 - Pre-filtering Optimisation (#2098)902051d
MB-62230, MB-63992: Upgrade zapx/v16 (#2095)cb1810f
MB-63334: Fix race condition in NormalizeVector (#2094)bed244c
MB-57871: Upgrade zapx v15 and v16 (#2092)ab10172
MB-57871, MB-62230: Upgrade to zapx/v16@v16.1.7 + go-faiss@v1.0.23 (#2088)02d37a4
MB-57871: Upgrade zapx/v16 and zapx/v15 for fixes (#2091)Sourced from helm/chart-testing-action's releases.
v2.7.0
For
ct
change see https://github.com/helm/chart-testing/releases/tag/v3.12.0What's Changed
- docs: update all version references to latest versions by
@froblesmartin
in helm/chart-testing-action#141- update ct to v3.11.0 / yamlint to 1.33.0 / yamale to 4.0.4 / add e2e test by
@cpanato
in helm/chart-testing-action#144- use ct 3.12.0 as default by
@cpanato
in helm/chart-testing-action#165- clean up and fix cr action next release by
@cpanato
in helm/chart-testing-action#166New Contributors
@froblesmartin
made their first contribution in helm/chart-testing-action#141Full Changelog: https://github.com/helm/chart-testing-action/compare/v2.6.1...v2.7.0
0d28d31
clean up and fix cr action next release (#166)ef3072d
use ct 3.12.0 as default (#165)66b7521
Bump the actions group across 1 directory with 3 updates (#164)5aa1c68
Bump actions/setup-python from 5.1.0 to 5.1.1 in the actions group (#154)9c98eaa
Bump actions/checkout in the actions group across 1 directory (#152)4f62db1
Bump actions/checkout from 4.1.4 to 4.1.5 in the actions group (#147)16c6be3
update ct to v3.11.0 / yamlint to 1.33.0 / yamale to 4.0.4 / add e2e
test (#144)af96d80
docs: update all version references to latest versions (#141)dbd7bf1
Bump sigstore/cosign-installer from 3.3.0 to 3.5.0 in the actions group
(#143)df9dfa7
Bump the actions group with 1 update (#138)Sourced from helm/chart-releaser-action's releases.
v1.7.0
For
cr
changes see https://github.com/helm/chart-releaser/releases/tag/v1.7.0What's Changed
- Add --skip-upload input with latest helm/chart-releaser-action by
@acuD1
in helm/chart-releaser-action#143- Update checkout action to v4 tag in README.md by
@maarten-blokker
in helm/chart-releaser-action#187- Fix indention by
@3schwartz
in helm/chart-releaser-action#203- update cr to v1.7.0 by
@cpanato
in helm/chart-releaser-action#220New Contributors
@acuD1
made their first contribution in helm/chart-releaser-action#143@maarten-blokker
made their first contribution in helm/chart-releaser-action#187@3schwartz
made their first contribution in helm/chart-releaser-action#203Full Changelog: https://github.com/helm/chart-releaser-action/compare/v1...v1.7.0
cae68fe
update cr to v1.7.0 (#220)d1e09fd
Fix indention (#203)653ba94
Bump actions/checkout in the actions group across 1 directory (#201)45af99f
Bump actions/checkout from 4.1.4 to 4.1.5 in the actions group (#192)95930dc
Update checkout action to v4 tag in README.md (#187)0eba7f5
Bump actions/checkout from 4.1.3 to 4.1.4 in the actions group (#190)09492f4
Bump actions/checkout from 4.1.2 to 4.1.3 in the actions group (#189)13fe82a
Bump the actions group with 1 update (#182)6203d70
Add --skip-upload input with latest helm/chart-releaser-action (#143)Sourced from cypress-io/github-action's releases.
v6.7.10
6.7.10 (2025-01-23)
Bug Fixes
v6.7.9
6.7.9 (2025-01-16)
Bug Fixes
v6.7.8
6.7.8 (2024-12-09)
Bug Fixes
v6.7.7
6.7.7 (2024-11-04)
Bug Fixes
v6.7.6
6.7.6 (2024-09-07)
Bug Fixes
v6.7.5
6.7.5 (2024-08-30)
Bug Fixes
v6.7.4
6.7.4 (2024-08-28)
... (truncated)
7271bed
test(deps): update vite to 6.0.11 in examples (#1347)433264a
fix(deps): update undici to 5.28.5 (#1348)61a39d7
test(deps): update examples/component-tests to vite 6.0.8 (#1346)119099f
chore(deps): update cypress to 14.0.0 (#1343)b86ab8d
fix(deps): update @actions/cache
to 4.0.0 (#1342)4b9ec6b
test(deps): update examples to pnpm 10 (#1339)9c49190
chore(deps): update dependency @types/node
to v22.10.5 (#1337)6bd027c
test(deps): mitigate vulnerabilities in examples (#1334)f541cf2
chore(deps): update cypress to 13.17.0 (#1332)34ec0a6
chore(deps): update dependency @types/node
to v22.10.2 (#1331)Sourced from github.com/yggdrasil-network/yggdrasil-go's releases.
Version 0.5.12
- Go 1.22 is now required to build Yggdrasil
Changed
- The
latency_ms
field in the admin socketgetPeers
response has been renamed tolatency
Fixed
- A timing regression which causes a higher level of idle protocol traffic on each peering has been fixed
- The
-user
flag now correctly detects an empty user/group specification
Sourced from github.com/yggdrasil-network/yggdrasil-go's changelog.
[0.5.12] - 2024-12-18
- Go 1.22 is now required to build Yggdrasil
Changed
- The
latency_ms
field in the admin socketgetPeers
response has been renamed tolatency
Fixed
- A timing regression which causes a higher level of idle protocol traffic on each peering has been fixed
- The
-user
flag now correctly detects an empty user/group specification
213f72b
Yggdrasil 0.5.121fbcf3b
Rename latency_ms
to latency
in
getPeers
response since it isn't even m...22bc9c4
genkeys print the number of generated keys (#1217)9c73bac
Update to Go 1.22, quic-go/quic-go@v0.48.2 (#1218)04be129
Update to Arceliar/ironwood@743fe2f657f7e0
Fix empty user/group detection on chuser