mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-13 12:52:24 +03:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/blevesearch/bleve/v2](https://github.com/blevesearch/bleve) from 2.4.0 to 2.4.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/blevesearch/bleve/releases">github.com/blevesearch/bleve/v2's releases</a>.</em></p> <blockquote> <h2>v2.4.4</h2> <h5>Bug Fixes</h5> <ul> <li>Identified root cause for <a href="https://redirect.github.com/blevesearch/bleve/issues/1662">blevesearch/bleve#1662</a> 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 <a href="https://redirect.github.com/blevesearch/bleve/pull/2117">blevesearch/bleve#2117</a> + <a href="https://redirect.github.com/blevesearch/bleve/pull/2121">blevesearch/bleve#2121</a> . Will work towards re-enabling in the near future once we've ironed out the several associated wrinkles.</li> <li>Introduced a guard rail with <a href="https://redirect.github.com/blevesearch/zapx/pull/282">blevesearch/zapx#282</a> while performing vector search queries with pre-filtering to avoid hitting a panic when qualified docs do not hold valid vector fields.</li> <li>Fixed an issue while applying <code>ivf_max_codes_pct</code> in vector search requests involving pre-filtering which can cause reduction in recall - <a href="https://redirect.github.com/blevesearch/go-faiss/pull/40">blevesearch/go-faiss#40</a></li> </ul> <p>Vector search continues to require same version of <code>faiss</code> dynamic library (as with <a href="https://github.com/blevesearch/bleve/releases/tag/v2.4.3">v2.4.3</a>) to be built from <a href="b747c55a93
">blevesearch/faiss@b747c55a</a> which is a modified version of <a href="https://github.com/facebookresearch/faiss/releases/tag/v1.8.0">v1.8.0</a></p> <h5>Milestone</h5> <ul> <li><a href="https://github.com/blevesearch/bleve/milestone/25">v2.4.4</a></li> </ul> <h2>v2.4.3</h2> <h5>Bug Fixes</h5> <ul> <li>Address a corner case with <code>ivf_nprobe_pct</code> query parameter (<a href="https://redirect.github.com/blevesearch/go-faiss/pull/34">blevesearch/go-faiss#34</a>)</li> <li>Several guard rails put in place to avoid array-out-of-bounds-access and divide-by-zero errors: (<a href="https://redirect.github.com/blevesearch/zapx/pull/263">blevesearch/zapx#263</a>, <a href="https://redirect.github.com/blevesearch/zapx/pull/270">blevesearch/zapx#270</a>, <a href="https://redirect.github.com/blevesearch/zapx/pull/271">blevesearch/zapx#271</a>, <a href="https://redirect.github.com/blevesearch/zapx/pull/273">blevesearch/zapx#273</a>) to overcome <a href="https://redirect.github.com/blevesearch/bleve/issues/1662">blevesearch/bleve#1662</a></li> <li>Handling early exits/optimization for boolean queries (<a href="https://redirect.github.com/blevesearch/bleve/pull/2065">blevesearch/bleve#2065</a>)</li> </ul> <h5>Improvements</h5> <ul> <li>Vector search requires <code>faiss</code> dynamic library to be built from <a href="b747c55a93
">blevesearch/faiss@b747c55a</a> which is a modified version of <a href="https://github.com/facebookresearch/faiss/releases/tag/v1.8.0">v1.8.0</a></li> <li>Support for cosine similarity distance metric to normalize vectors before indexing/querying for nearest neighbor search (<a href="https://redirect.github.com/blevesearch/bleve/pull/2051">blevesearch/bleve#2051</a>)</li> <li>Support for <a href="https://github.com/blevesearch/bleve/blob/v2.4.3/docs/vectors.md#querying-with-filters-v243">selectivity filters</a> as a pre-cursor to vector search (<a href="https://redirect.github.com/blevesearch/bleve/pull/2063">blevesearch/bleve#2063</a>)</li> </ul> <h5>Milestone</h5> <ul> <li><a href="https://github.com/blevesearch/bleve/milestone/23">v2.4.3</a></li> </ul> <h2>v2.4.2</h2> <h5>Bug Fixes</h5> <ul> <li>Set <code>MaxSegmentFileSize</code> for force merge when <code>SingleSegmentMergePlanOptions</code> goes into use (<a href="https://redirect.github.com/blevesearch/bleve/issues/2050">#2050</a>)</li> <li>Protect code against any bolt failures (<a href="https://redirect.github.com/blevesearch/bleve/issues/2043">#2043</a>)</li> <li>Fix size estimation for various field types (<a href="https://redirect.github.com/blevesearch/bleve/issues/2052">#2052</a>)</li> <li>Address an out-of-bounds panic that could occur with zapx/v16 in the event of a single non-vector field (<a href="https://redirect.github.com/blevesearch/bleve/issues/2058">#2058</a>) <ul> <li><a href="https://redirect.github.com/blevesearch/zapx/pull/252">blevesearch/zapx#252</a></li> </ul> </li> </ul> <h5>Improvements</h5> <ul> <li>Support new search params for vector search queries - [<code>ivf_probe_pct</code>, <code>ivf_max_codes_pct</code>] (<a href="https://redirect.github.com/blevesearch/bleve/issues/2049">#2049</a>)</li> </ul> <h5>Milestone</h5> <ul> <li><a href="https://github.com/blevesearch/bleve/milestone/22">v2.4.2</a></li> </ul> <h2>v2.4.1</h2> <h5>Bug Fixes</h5> <ul> <li>Addressed a bug where <code>ClientContextID</code> was missing from SearchRequest when library used with <code>vectors</code> (<a href="https://redirect.github.com/blevesearch/bleve/pull/2014">blevesearch/bleve#2014</a>)</li> <li>Fix to a memory leak in vector query path (<a href="https://redirect.github.com/blevesearch/bleve/pull/2023">blevesearch/bleve#2023</a>)</li> <li>Fix to issue <a href="https://redirect.github.com/blevesearch/bleve/issues/2027">blevesearch/bleve#2027</a>, error in parsing a certain datetime syntax (<a href="https://redirect.github.com/blevesearch/bleve/pull/2030">blevesearch/bleve#2030</a>)</li> <li>Fix that mitigates a race between persister's stale segment removal and index copy operations (<a href="https://redirect.github.com/blevesearch/bleve/pull/2032">blevesearch/bleve#2032</a>)</li> <li>Nested field mapping determination was broken (<a href="https://redirect.github.com/blevesearch/bleve/pull/2031">blevesearch/bleve#2031</a>)</li> </ul> <h5>Improvements</h5> <ul> <li>Vector search requires the <em>faiss</em> dynamic library to be built from <a href="d9db66a385
">blevesearch/faiss@d9db66a</a></li> <li>Support for new data type - <code>vector_base64</code> which allows for interpreting vector float32s encoded as base64 following littleEndian byte ordering (<a href="https://redirect.github.com/blevesearch/bleve/pull/2012">blevesearch/bleve#2012</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="137a21665e
"><code>137a216</code></a> MB-64513: Upgrade blevesearch/go-faiss, zapx/v16 for fix (<a href="https://redirect.github.com/blevesearch/bleve/issues/2123">#2123</a>)</li> <li><a href="5c53634221
"><code>5c53634</code></a> MB-64604: Remove unnecessary second map lookup (<a href="https://redirect.github.com/blevesearch/bleve/issues/2121">#2121</a>)</li> <li><a href="78cf78999e
"><code>78cf789</code></a> MB-64604: Fix interpreting scorch config: "fieldTFRCacheThreshold" (<a href="https://redirect.github.com/blevesearch/bleve/issues/2117">#2117</a>)</li> <li><a href="7d627b9f2d
"><code>7d627b9</code></a> MB-64360 - Upgrade zapx v16 (<a href="https://redirect.github.com/blevesearch/bleve/issues/2107">#2107</a>)</li> <li><a href="e72f7c2f22
"><code>e72f7c2</code></a> MB-62230 - Pre-filtering Optimisation (<a href="https://redirect.github.com/blevesearch/bleve/issues/2098">#2098</a>)</li> <li><a href="902051d4d4
"><code>902051d</code></a> MB-62230, MB-63992: Upgrade zapx/v16 (<a href="https://redirect.github.com/blevesearch/bleve/issues/2095">#2095</a>)</li> <li><a href="cb1810f0d3
"><code>cb1810f</code></a> MB-63334: Fix race condition in NormalizeVector (<a href="https://redirect.github.com/blevesearch/bleve/issues/2094">#2094</a>)</li> <li><a href="bed244cefd
"><code>bed244c</code></a> MB-57871: Upgrade zapx v15 and v16 (<a href="https://redirect.github.com/blevesearch/bleve/issues/2092">#2092</a>)</li> <li><a href="ab10172e2c
"><code>ab10172</code></a> MB-57871, MB-62230: Upgrade to zapx/v16@v16.1.7 + go-faiss@v1.0.23 (<a href="https://redirect.github.com/blevesearch/bleve/issues/2088">#2088</a>)</li> <li><a href="02d37a4fbc
"><code>02d37a4</code></a> MB-57871: Upgrade zapx/v16 and zapx/v15 for fixes (<a href="https://redirect.github.com/blevesearch/bleve/issues/2091">#2091</a>)</li> <li>Additional commits viewable in <a href="https://github.com/blevesearch/bleve/compare/v2.4.0...v2.4.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Devon Hudson <devon.dmytro@gmail.com>
162 lines
7.2 KiB
Modula-2
162 lines
7.2 KiB
Modula-2
module github.com/element-hq/dendrite
|
|
|
|
require (
|
|
github.com/Arceliar/phony v0.0.0-20220903101357-530938a4b13d
|
|
github.com/DATA-DOG/go-sqlmock v1.5.0
|
|
github.com/MFAshby/stdemuxerhook v1.0.0
|
|
github.com/Masterminds/semver/v3 v3.1.1
|
|
github.com/blevesearch/bleve/v2 v2.4.4
|
|
github.com/codeclysm/extract v2.2.0+incompatible
|
|
github.com/coder/websocket v1.8.12
|
|
github.com/cretz/bine v0.2.0
|
|
github.com/dgraph-io/ristretto v0.2.0
|
|
github.com/docker/docker v26.1.5+incompatible
|
|
github.com/docker/go-connections v0.5.0
|
|
github.com/eyedeekay/goSam v0.32.54
|
|
github.com/eyedeekay/onramp v0.33.8
|
|
github.com/getsentry/sentry-go v0.14.0
|
|
github.com/gologme/log v1.3.0
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/kardianos/minwinsvc v1.0.2
|
|
github.com/lib/pq v1.10.9
|
|
github.com/matrix-org/dugong v0.0.0-20210921133753-66e6b1c67e2e
|
|
github.com/matrix-org/go-sqlite3-js v0.0.0-20220419092513-28aa791a1c91
|
|
github.com/matrix-org/gomatrix v0.0.0-20220926102614-ceba4d9f7530
|
|
github.com/matrix-org/gomatrixserverlib v0.0.0-20250116181547-c4f1e01eab0d
|
|
github.com/matrix-org/pinecone v0.11.1-0.20230810010612-ea4c33717fd7
|
|
github.com/matrix-org/util v0.0.0-20221111132719-399730281e66
|
|
github.com/mattn/go-sqlite3 v1.14.24
|
|
github.com/nats-io/nats-server/v2 v2.10.25
|
|
github.com/nats-io/nats.go v1.38.0
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/opentracing/opentracing-go v1.2.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.20.5
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/tidwall/gjson v1.18.0
|
|
github.com/tidwall/sjson v1.2.5
|
|
github.com/uber/jaeger-client-go v2.30.0+incompatible
|
|
github.com/uber/jaeger-lib v2.4.1+incompatible
|
|
github.com/yggdrasil-network/yggdrasil-go v0.5.11
|
|
github.com/yggdrasil-network/yggquic v0.0.0-20241212194307-0d495106021f
|
|
go.uber.org/atomic v1.11.0
|
|
golang.org/x/crypto v0.32.0
|
|
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
|
|
golang.org/x/image v0.18.0
|
|
golang.org/x/mobile v0.0.0-20240520174638-fa72addaaa1b
|
|
golang.org/x/sync v0.10.0
|
|
golang.org/x/term v0.28.0
|
|
gopkg.in/h2non/bimg.v1 v1.1.9
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gotest.tools/v3 v3.5.1
|
|
maunium.net/go/mautrix v0.15.1
|
|
modernc.org/sqlite v1.34.5
|
|
)
|
|
|
|
require (
|
|
github.com/Arceliar/ironwood v0.0.0-20241210120540-9deb08d9f8f9 // indirect
|
|
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
|
github.com/RoaringBitmap/roaring v1.9.3 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/bits-and-blooms/bitset v1.13.0 // indirect
|
|
github.com/bits-and-blooms/bloom/v3 v3.7.0 // indirect
|
|
github.com/blevesearch/bleve_index_api v1.1.12 // indirect
|
|
github.com/blevesearch/geo v0.1.20 // indirect
|
|
github.com/blevesearch/go-faiss v1.0.24 // indirect
|
|
github.com/blevesearch/go-porterstemmer v1.0.3 // indirect
|
|
github.com/blevesearch/gtreap v0.1.1 // indirect
|
|
github.com/blevesearch/mmap-go v1.0.4 // indirect
|
|
github.com/blevesearch/scorch_segment_api/v2 v2.2.16 // indirect
|
|
github.com/blevesearch/segment v0.9.1 // indirect
|
|
github.com/blevesearch/snowballstem v0.9.0 // indirect
|
|
github.com/blevesearch/upsidedown_store_api v1.0.2 // indirect
|
|
github.com/blevesearch/vellum v1.0.10 // indirect
|
|
github.com/blevesearch/zapx/v11 v11.3.10 // indirect
|
|
github.com/blevesearch/zapx/v12 v12.3.10 // indirect
|
|
github.com/blevesearch/zapx/v13 v13.3.10 // indirect
|
|
github.com/blevesearch/zapx/v14 v14.3.10 // indirect
|
|
github.com/blevesearch/zapx/v15 v15.3.16 // indirect
|
|
github.com/blevesearch/zapx/v16 v16.1.9-0.20241217210638-a0519e7caf3b // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/containerd/log v0.1.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/distribution/reference v0.6.0 // indirect
|
|
github.com/docker/go-units v0.5.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/eyedeekay/i2pkeys v0.33.8 // indirect
|
|
github.com/eyedeekay/sam3 v0.33.8 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/pprof v0.0.0-20240409012703-83162a5b38cd // indirect
|
|
github.com/h2non/filetype v1.1.3 // indirect
|
|
github.com/hjson/hjson-go/v4 v4.4.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/juju/errors v1.0.0 // indirect
|
|
github.com/klauspost/compress v1.17.11 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/minio/highwayhash v1.0.3 // indirect
|
|
github.com/moby/docker-image-spec v1.3.1 // indirect
|
|
github.com/moby/term v0.5.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/mschoch/smat v0.2.0 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/nats-io/jwt/v2 v2.7.3 // indirect
|
|
github.com/nats-io/nkeys v0.4.9 // indirect
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.11.0 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.55.0 // indirect
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
github.com/quic-go/quic-go v0.46.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/rogpeppe/go-internal v1.13.1 // indirect
|
|
github.com/rs/zerolog v1.29.1 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
github.com/wlynxg/anet v0.0.5 // indirect
|
|
go.etcd.io/bbolt v1.3.7 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
|
|
go.opentelemetry.io/otel v1.32.0 // indirect
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.32.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.32.0 // indirect
|
|
go.opentelemetry.io/otel/sdk v1.32.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.32.0 // indirect
|
|
go.uber.org/mock v0.4.0 // indirect
|
|
golang.org/x/mod v0.19.0 // indirect
|
|
golang.org/x/net v0.33.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
golang.org/x/time v0.9.0 // indirect
|
|
golang.org/x/tools v0.23.0 // indirect
|
|
google.golang.org/protobuf v1.35.1 // indirect
|
|
gopkg.in/macaroon.v2 v2.1.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
maunium.net/go/maulogger/v2 v2.4.1 // indirect
|
|
modernc.org/libc v1.55.3 // indirect
|
|
modernc.org/mathutil v1.6.0 // indirect
|
|
modernc.org/memory v1.8.0 // indirect
|
|
nhooyr.io/websocket v1.8.7 // indirect
|
|
)
|
|
|
|
go 1.22
|
|
|
|
toolchain go1.23.2
|