| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| weaviate-v1.35.0-linux-amd64.tar.gz.sha256 | 2025-12-18 | 65 Bytes | |
| weaviate-v1.35.0-linux-amd64.tar.gz.md5 | 2025-12-18 | 33 Bytes | |
| weaviate-v1.35.0-linux-amd64.tar.gz | 2025-12-18 | 66.9 MB | |
| weaviate-v1.35.0-linux-arm64.tar.gz.md5 | 2025-12-18 | 33 Bytes | |
| weaviate-v1.35.0-linux-arm64.tar.gz.sha256 | 2025-12-18 | 65 Bytes | |
| weaviate-v1.35.0-linux-arm64.tar.gz | 2025-12-18 | 63.9 MB | |
| weaviate-v1.35.0-darwin-all.zip.md5 | 2025-12-18 | 33 Bytes | |
| weaviate-v1.35.0-darwin-all.zip.sha256 | 2025-12-18 | 65 Bytes | |
| weaviate-v1.35.0-darwin-all.zip | 2025-12-18 | 133.0 MB | |
| README.md | 2025-12-18 | 25.1 kB | |
| v1.35.0 - Operational Modes, Object TTL source code.tar.gz | 2025-12-18 | 5.5 MB | |
| v1.35.0 - Operational Modes, Object TTL source code.zip | 2025-12-18 | 8.7 MB | |
| Totals: 12 Items | 278.1 MB | 0 | |
Breaking Changes
none
Object TTL (Time To Live)
New feature for automatic object expiration with configurable time-to-live settings, including status endpoints, search filters, and automatic index timestamp management.
- Object ttl status endpoint by @dirkkul in https://github.com/weaviate/weaviate/pull/9931
- Object ttl extra remote endpoint by @dirkkul in https://github.com/weaviate/weaviate/pull/9937
- Add more object TTL tests by @dirkkul in https://github.com/weaviate/weaviate/pull/9942
- Post search filter for object TTL by @dirkkul in https://github.com/weaviate/weaviate/pull/9891
- Object ttl merge latest main by @dirkkul in https://github.com/weaviate/weaviate/pull/9944
- Object TTL: Remove dead code by @dirkkul in https://github.com/weaviate/weaviate/pull/9945
- Auto enable index timestamps for creation+update time object ttl by @dirkkul in https://github.com/weaviate/weaviate/pull/9962
- Refactor object ttl schema handling by @dirkkul in https://github.com/weaviate/weaviate/pull/9970
- Add object ttl by @aliszka in https://github.com/weaviate/weaviate/pull/9852
- Update object ttl param names by @databyjp in https://github.com/weaviate/weaviate/pull/9985
- Object ttl remove Todos by @dirkkul in https://github.com/weaviate/weaviate/pull/9993
- Add object ttl update acceptance tests by @dirkkul in https://github.com/weaviate/weaviate/pull/9995
- Object ttl status endpoint by @dirkkul in https://github.com/weaviate/weaviate/pull/9931
- Object ttl extra remote endpoint by @dirkkul in https://github.com/weaviate/weaviate/pull/9937
- cleanup/refactor/improvements by @aliszka in https://github.com/weaviate/weaviate/pull/9943
HFresh
Major improvements to the HFresh indexing system (formerly SPFresh), including compression optimizations, performance enhancements, metadata storage improvements, and the official rename from SPFresh to HFresh.
- Spfresh fix compression by @abdelr in https://github.com/weaviate/weaviate/pull/9652
- spfresh_rescore by @abdelr in https://github.com/weaviate/weaviate/pull/9688
- spfresh: fix metrics by @asdine in https://github.com/weaviate/weaviate/pull/9695
- feature: SPFresh persist version map on disk by @robbespo00 in https://github.com/weaviate/weaviate/pull/9630
- fix: SPFresh run tombstone cleanup by @robbespo00 in https://github.com/weaviate/weaviate/pull/9726
- SPFresh recall test with HF parquet datasets by @trengrj in https://github.com/weaviate/weaviate/pull/9747
- fix: SPFresh Compression Stats by @robbespo00 in https://github.com/weaviate/weaviate/pull/9750
- metrics: Update SPFresh dashboards by @robbespo00 in https://github.com/weaviate/weaviate/pull/9739
- fix: SPFresh merge counter by @robbespo00 in https://github.com/weaviate/weaviate/pull/9771
- SPFresh compress centroids by @abdelr in https://github.com/weaviate/weaviate/pull/9706
- spfresh: remove uncompressed code by @asdine in https://github.com/weaviate/weaviate/pull/9770
- spfresh: add dedicated merge queue by @asdine in https://github.com/weaviate/weaviate/pull/9792
- spfresh: simplify posting implementation by @asdine in https://github.com/weaviate/weaviate/pull/9789
- hfresh: fix iteration during garbage collection by @asdine in https://github.com/weaviate/weaviate/pull/9824
- spfresh: improve split logic by @asdine in https://github.com/weaviate/weaviate/pull/9791
- HFresh: Add additional recall tests by @trengrj in https://github.com/weaviate/weaviate/pull/9796
- hfresh: remove bruteforce centroid index by @asdine in https://github.com/weaviate/weaviate/pull/9829
- hfresh: rename SPfresh to HFresh by @asdine in https://github.com/weaviate/weaviate/pull/9831
- Fix missing SPFresh -> HFresh by @trengrj in https://github.com/weaviate/weaviate/pull/9859
- rename: spfresh to hfresh by @robbespo00 in https://github.com/weaviate/weaviate/pull/9864
- hfresh: shared bucket by @asdine in https://github.com/weaviate/weaviate/pull/9893
- hfresh: remove vector size parameter by @asdine in https://github.com/weaviate/weaviate/pull/9908
- hfresh: store metadata in LSM store by @asdine in https://github.com/weaviate/weaviate/pull/9914
- hfresh: introduce sequences by @asdine in https://github.com/weaviate/weaviate/pull/9922
- hfresh: limit the size of HFresh's queue chunks by @asdine in https://github.com/weaviate/weaviate/pull/9986
- Hfresh rq1 by @abdelr in https://github.com/weaviate/weaviate/pull/10010
- Update HFresh defaults by @rlmanrique in https://github.com/weaviate/weaviate/pull/10030
- Revert "Merge pull request [#10010] from weaviate/hfresh_rq1" by @abdelr in https://github.com/weaviate/weaviate/pull/10036
- metrics: count background operations - HFresh by @robbespo00 in https://github.com/weaviate/weaviate/pull/10042
- HFresh removing extra allocation in the UnRotate method by @abdelr in https://github.com/weaviate/weaviate/pull/10040
Modules & Integrations
Enhanced support for vectorizer and reranker modules including VoyageAI v3.5, Cohere dimensions and BaseURL settings, Google batch API, batch processing for text2vec/multi2vec modules, and new multi2multivec-weaviate module.
- feat: add kagome tokenizer per class user dict support by @amourao in https://github.com/weaviate/weaviate/pull/9545
- modules: Introduce VoyageAI's v3.5 models by @antas-marcin in https://github.com/weaviate/weaviate/pull/9700
- Adapt to new jina reranker return by @dirkkul in https://github.com/weaviate/weaviate/pull/9709
- fix: lowercase on tagome tokenizer by @aliszka in https://github.com/weaviate/weaviate/pull/9702
- modules: add support for dimensions setting in Cohere modules by @antas-marcin in https://github.com/weaviate/weaviate/pull/9727
- backport(modules): Introduce VoyageAI's v3.5 models by @antas-marcin in https://github.com/weaviate/weaviate/pull/9725
- feat(modules): add support for batch API in text2vec-google module by @antas-marcin in https://github.com/weaviate/weaviate/pull/9722
- feat(modules): add naive batch logic for text2vec and multi2vec modules by @antas-marcin in https://github.com/weaviate/weaviate/pull/9765
- feat(usage): add retry logic to usage GCS module during metrics upload by @antas-marcin in https://github.com/weaviate/weaviate/pull/9732
- modules: introduce multi2multivec-weaviate module by @augustas1 in https://github.com/weaviate/weaviate/pull/9520
- fix: Gemini API batch request implementation by @antas-marcin in https://github.com/weaviate/weaviate/pull/9818
- fix: take into account empty objects when using batch text vectorizer by @antas-marcin in https://github.com/weaviate/weaviate/pull/9819
- modules: voyage-3-large support by @fzowl in https://github.com/weaviate/weaviate/pull/9817
- modules: adjust Contextual AI API error message format and add support for knowledge setting by @antas-marcin in https://github.com/weaviate/weaviate/pull/9828
- fix(modules): add missing generative-aws module setting to proto definition by @antas-marcin in https://github.com/weaviate/weaviate/pull/9888
- backport(modules): voyage-3-large support by @antas-marcin in https://github.com/weaviate/weaviate/pull/9865
- modules: use generic type aliases in Modules API by @antas-marcin in https://github.com/weaviate/weaviate/pull/9858
- modules: add support for BaseURL setting in Cohere's reranker by @antas-marcin in https://github.com/weaviate/weaviate/pull/9969
- fix query vectorizing on batch clip vectorizer by @augustas1 in https://github.com/weaviate/weaviate/pull/9786
Replication & Scaling
Replication scaling features with configurable file chunk sizes, improved retry logic, better error handling, and enhanced synchronization capabilities for distributed deployments.
- Increase eventual consistency timeout of RBAC replication by @tsmith023 in https://github.com/weaviate/weaviate/pull/9678
- feat: replication scaling plan by @jeroiraz in https://github.com/weaviate/weaviate/pull/9548
- feat: update replication scale URL to include collection and replication factor parameters by @jeroiraz in https://github.com/weaviate/weaviate/pull/9729
- refact(replication): simplify retry logic and avoid pushing to queue with respect to ctx.Cancelled() by @moogacs in https://github.com/weaviate/weaviate/pull/9669
- feat: make file chunk size configurable for file replication service by @jeroiraz in https://github.com/weaviate/weaviate/pull/9823
- fix: skip global auth handler for FileReplicationService in gRPC stream interceptor by @jeroiraz in https://github.com/weaviate/weaviate/pull/9779
- fix(replication): reject replication requests if not ready by @moogacs in https://github.com/weaviate/weaviate/pull/9670
- refactor(replication): remove not needed interface and adjust methods signature by @moogacs in https://github.com/weaviate/weaviate/pull/10031
- chore: change log level from Info to debug for async replication stats updates by @jeroiraz in https://github.com/weaviate/weaviate/pull/9964
- fix: refactor inactivity timer reset logic in HaltForTransfer by @jeroiraz in https://github.com/weaviate/weaviate/pull/9984
- Fix EC and blocking of
SyncShardby @tsmith023 in https://github.com/weaviate/weaviate/pull/10012
Backups & Restore
Backup system improvements including zstd compression support, better error handling for S3 and GCS, improved logging, and queue file management.
- Make backups delete safe by @dirkkul in https://github.com/weaviate/weaviate/pull/9562
- Fix action in backup restore log line by @dirkkul in https://github.com/weaviate/weaviate/pull/9784
- Add zstd compression for backups by @dirkkul in https://github.com/weaviate/weaviate/pull/9748
- Remove backup chunksize by @dirkkul in https://github.com/weaviate/weaviate/pull/9787
- Fix multipart s3 uploads by @dirkkul in https://github.com/weaviate/weaviate/pull/9785
- Better error returns for GCS by @dirkkul in https://github.com/weaviate/weaviate/pull/9798
- Revert "Fix multipart s3 uploads" by @antas-marcin in https://github.com/weaviate/weaviate/pull/9805
- backup: add lost backup producer error logs by @antas-marcin in https://github.com/weaviate/weaviate/pull/9806
- backups: list queue files by @asdine in https://github.com/weaviate/weaviate/pull/9884
- Return error from failed S3 backups by @dirkkul in https://github.com/weaviate/weaviate/pull/9926
- backup: list queue files by @asdine in https://github.com/weaviate/weaviate/pull/9921
Internal gRPC
Internal gRPC server implementation as REST cluster API equivalent, with connection management, maintenance mode interceptor, gzip compression, and improved file copy methods.
- feat(grpc): implement connection manager and update gRPC client handling by @jeroiraz in https://github.com/weaviate/weaviate/pull/8884
- Introduce internal gRPC server as REST clusterapi equivalent by @tsmith023 in https://github.com/weaviate/weaviate/pull/9696
- Introduce
Ackssub-message toBatchStreamReplymessage by @tsmith023 in https://github.com/weaviate/weaviate/pull/9781 - Revert introduce internal grpc server by @dirkkul in https://github.com/weaviate/weaviate/pull/9838
- Revert "Revert introduce internal grpc server" by @antas-marcin in https://github.com/weaviate/weaviate/pull/9847
- refactor: unary and server side streaming file copy methods by @jeroiraz in https://github.com/weaviate/weaviate/pull/9842
- feat: :sparkles: add maintenance mode interceptor to gRPC server by @amourao in https://github.com/weaviate/weaviate/pull/8523
- Make sure that grpc server is always closed even if rest server fails to close by @tsmith023 in https://github.com/weaviate/weaviate/pull/10024
- chore: enable gzip compression for gRPC calls in file copy service by @jeroiraz in https://github.com/weaviate/weaviate/pull/10016
Performance & Optimization
Performance improvements including reduced lock contention, optimized segment handling, improved memory management, increased concurrency for batch workers, and better queue worker utilization.
- fix: optimize segment strategy handling in DocPointerWithScoreList by @jeroiraz in https://github.com/weaviate/weaviate/pull/9140
- fix: improve scratch space cleanup by @jeroiraz in https://github.com/weaviate/weaviate/pull/9651
- Use RWLock to reduce lock contention when loading shards by @dirkkul in https://github.com/weaviate/weaviate/pull/9867
- Improve lazy segment lock contention by @dirkkul in https://github.com/weaviate/weaviate/pull/9903
- refact(vector-queue) improved out of memory handling by @moogacs in https://github.com/weaviate/weaviate/pull/9827
- Add concurrency to disk-writing of chunks during file copy by @tsmith023 in https://github.com/weaviate/weaviate/pull/9881
- Add back concurrency of
metadataWorkerby @tsmith023 in https://github.com/weaviate/weaviate/pull/9947 - Optimize AllPhysicalShards by @dirkkul in https://github.com/weaviate/weaviate/pull/9979
- Double max concurrency of batch workers by @tsmith023 in https://github.com/weaviate/weaviate/pull/9963
- refact(memberlis): avoid lock contention in delegation and unify locks by @moogacs in https://github.com/weaviate/weaviate/pull/9990
- feat: skip writting keys on flush and compaction by @amourao in https://github.com/weaviate/weaviate/pull/9983
- queue: use any available worker by @asdine in https://github.com/weaviate/weaviate/pull/9976
Bug Fixes
Various bug fixes addressing mutex behavior, race conditions, panic prevention, tenant loading issues, cache problems, and compatibility issues with replication snapshots.
- Fix replicated indices shutdown test by @nathanwilk7 in https://github.com/weaviate/weaviate/pull/9655
- Fix the contextMutex due to mutex.TryLock behavior by @nathanwilk7 in https://github.com/weaviate/weaviate/pull/9690
- fix: bm25 wand minimum should match edge case by @amourao in https://github.com/weaviate/weaviate/pull/9689
- Fix swagger field format for compression property by @mpartipilo in https://github.com/weaviate/weaviate/pull/9698
- Fix aggregate with target vectors by @dirkkul in https://github.com/weaviate/weaviate/pull/9710
- fix log message to use correct variable for file metadata reception error by @jeroiraz in https://github.com/weaviate/weaviate/pull/9772
- fix: potencial panic with batch simple logic by @antas-marcin in https://github.com/weaviate/weaviate/pull/9794
- fix: update downloadWorker to use temporary file handling for safer file downloads by @jeroiraz in https://github.com/weaviate/weaviate/pull/9821
- Fix potential race in remote search by @dirkkul in https://github.com/weaviate/weaviate/pull/9839
- fix: lazily fix segments' levels on compaction when out of (descending) order by @aliszka in https://github.com/weaviate/weaviate/pull/9694
- fix(raft): make parsing of replication snapshot errors backward compatible by @antas-marcin in https://github.com/weaviate/weaviate/pull/9890
- Fix: bmw migrator issues by @amourao in https://github.com/weaviate/weaviate/pull/9782
- fix(shutdown): leave memberlist on shutdown by @moogacs in https://github.com/weaviate/weaviate/pull/9497
- fix(memberlist): return configured node name instead of dependency on memberlist by @moogacs in https://github.com/weaviate/weaviate/pull/9953
- prevent panic if level is larger than connections slice by @asdine in https://github.com/weaviate/weaviate/pull/9958
- hnsw: use correct cache after compression in AlreadyIndexed by @asdine in https://github.com/weaviate/weaviate/pull/9971
- fix: metrics intialization if not already registered by @jeroiraz in https://github.com/weaviate/weaviate/pull/10034
- fix(tenants-loading): mustload shall be true for lazy loaded shards by @moogacs in https://github.com/weaviate/weaviate/pull/10032
- fix(tenant-offload): frozen tenants activation after onloading by @moogacs in https://github.com/weaviate/weaviate/pull/9980
- Fix data race in TestRenaming test by @dirkkul in https://github.com/weaviate/weaviate/pull/9754
- Revert change
delegate.NodeMetadata.RestPortdue to rolling restart issues by @tsmith023 in https://github.com/weaviate/weaviate/pull/9848 - fix: lazily fix segments' levels on compaction when out of (descending) order by @aliszka in https://github.com/weaviate/weaviate/pull/9694
Raft & Clustering
- refact(raft-operator): move operation endpoint to internal server by @moogacs in https://github.com/weaviate/weaviate/pull/9934
- Raft Apply Error Logging: Add Raft Leader/Node State to Log by @nathanwilk7 in https://github.com/weaviate/weaviate/pull/10008
- Introduce
http.Protocolsinhttp.Serverinstead of usingh2cby @tsmith023 in https://github.com/weaviate/weaviate/pull/9850
Search & Query
- fix: bm25 wand minimum should match edge case by @amourao in https://github.com/weaviate/weaviate/pull/9689
- Fix aggregate with target vectors by @dirkkul in https://github.com/weaviate/weaviate/pull/9710
- feature: add flat and dynamic to default quantization by @robbespo00 in https://github.com/weaviate/weaviate/pull/9665
Storage & Indexing
- feat: add versioning to posting lists by @amourao in https://github.com/weaviate/weaviate/pull/9994
- feat: skip writting keys on flush and compaction by @amourao in https://github.com/weaviate/weaviate/pull/9983
- No back connecting while tombstone cleaning up by @abdelr in https://github.com/weaviate/weaviate/pull/9886
- Extra logging for commit logger by @trengrj in https://github.com/weaviate/weaviate/pull/9933
CI/CD & Infrastructure
- ci: fix docker build reports by @antas-marcin in https://github.com/weaviate/weaviate/pull/9668
- ci: switch lsmkv test pipeline back to github 4-core runner by @antas-marcin in https://github.com/weaviate/weaviate/pull/9673
- fix: use randomly generated docker container names for Weaviate container by @antas-marcin in https://github.com/weaviate/weaviate/pull/9676
- fix(ci): adjust CI pipelines to more resource constraint runners by @antas-marcin in https://github.com/weaviate/weaviate/pull/9734
- chore: add cluster and Raft generate steps to gRPC regenerate script by @antas-marcin in https://github.com/weaviate/weaviate/pull/9857
- chore: add rebuild grpc step to Makefile by @antas-marcin in https://github.com/weaviate/weaviate/pull/9868
Testing
- chore(tests): make TestNetworkIsolationSplitBrain to be less flaky by @antas-marcin in https://github.com/weaviate/weaviate/pull/9685
- chore(test): fix acceptance replica slow by @moogacs in https://github.com/weaviate/weaviate/pull/9708
- chore(modules): switch module e2e tests to use model2vec vectorizer by @antas-marcin in https://github.com/weaviate/weaviate/pull/9714
- chore(modules): remove unsupported model for NVIDIA vectorizer e2e tests by @antas-marcin in https://github.com/weaviate/weaviate/pull/9716
- test: scaling out/down is covered by shard movement scenarios by @jeroiraz in https://github.com/weaviate/weaviate/pull/9731
- Reduce number of objects imported in replica movement tests by @tsmith023 in https://github.com/weaviate/weaviate/pull/9724
- chore(test): stabilize TestNetworkIsolationSplitBrain by @moogacs in https://github.com/weaviate/weaviate/pull/9712
- chore(TestNetworkIsolationSplitBrain): increase tick to avoid test flakiness by @moogacs in https://github.com/weaviate/weaviate/pull/9989
Security & Authentication
- chore(oidc): prefix OIDC runtime settings with authentication instead of exp by @antas-marcin in https://github.com/weaviate/weaviate/pull/9887
- fix: update OIDC testcontainers compose settings by @antas-marcin in https://github.com/weaviate/weaviate/pull/10001
Observability
- enhancement(tracing): introduce experimental tracing by @tsmith023 in https://github.com/weaviate/weaviate/pull/9648
- metrics: Update SPFresh dashboards by @robbespo00 in https://github.com/weaviate/weaviate/pull/9739
- metrics: count background operations - HFresh by @robbespo00 in https://github.com/weaviate/weaviate/pull/10042
- fix: Cache Stats by @robbespo00 in https://github.com/weaviate/weaviate/pull/9874
- fix: metrics intialization if not already registered by @jeroiraz in https://github.com/weaviate/weaviate/pull/10034
- fix log message to use correct variable for file metadata reception error by @jeroiraz in https://github.com/weaviate/weaviate/pull/9772
- Fix action in backup restore log line by @dirkkul in https://github.com/weaviate/weaviate/pull/9784
- backup: add lost backup producer error logs by @antas-marcin in https://github.com/weaviate/weaviate/pull/9806
- chore: change log level from Info to debug for async replication stats updates by @jeroiraz in https://github.com/weaviate/weaviate/pull/9964
- chore(log): change broadcast log level to warn by @moogacs in https://github.com/weaviate/weaviate/pull/10003
- Remove reassign neighbor logs by @trengrj in https://github.com/weaviate/weaviate/pull/9951
- Extra logging for commit logger by @trengrj in https://github.com/weaviate/weaviate/pull/9933
Refactoring & Code Quality
- refactor: replace tryOnce with doRetry in OverwriteObjects by @jeroiraz in https://github.com/weaviate/weaviate/pull/9721
- refactor: replace sync.WaitGroup with ErrorGroupWrapper for metadata and download workers by @jeroiraz in https://github.com/weaviate/weaviate/pull/9816
- refact(raft-operator): move operation endpoint to internal server by @moogacs in https://github.com/weaviate/weaviate/pull/9934
- deprecate(schema-v1): deprecate schema rollback endpoint as not needed anymore by @moogacs in https://github.com/weaviate/weaviate/pull/9935
- feat(debug) add /debug/config endpoint to dump the node configuration with skipping sensitive data at runtime by @moogacs in https://github.com/weaviate/weaviate/pull/9815
- revert the default consistency level for object search and object vector search by @tsmith023 in https://github.com/weaviate/weaviate/pull/9681
Chores & Maintenance
- chore: use go 1.25 by @aliszka in https://github.com/weaviate/weaviate/pull/9699
- chore: use synctest in unit/integration tests by @aliszka in https://github.com/weaviate/weaviate/pull/9524
- chore: unified bucket settings by @aliszka in https://github.com/weaviate/weaviate/pull/9649
- chore(oidc): prefix OIDC runtime settings with authentication instead of exp by @antas-marcin in https://github.com/weaviate/weaviate/pull/9887
- chore: set internal props indexing to immutable by @aliszka in https://github.com/weaviate/weaviate/pull/10035
- [Chore] Revise links and descriptions in README.md by @spiros-spiros in https://github.com/weaviate/weaviate/pull/9966
Debug & Configuration
- Add debug endpoint to get+set gomemlimit dynamically by @dirkkul in https://github.com/weaviate/weaviate/pull/9707
- Add debug endpoint for setting max CPUs dynamically by @dirkkul in https://github.com/weaviate/weaviate/pull/9768
- feat(debug) add /debug/config endpoint to dump the node configuration with skipping sensitive data at runtime by @moogacs in https://github.com/weaviate/weaviate/pull/9815
- Add
OperationalModedynamic runtime config by @tsmith023 in https://github.com/weaviate/weaviate/pull/9880
Dependencies
- chore(deps): bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in https://github.com/weaviate/weaviate/pull/9686
- dependencies(update): bump AWS, Azure, Google, Testcontainers libraries by @antas-marcin in https://github.com/weaviate/weaviate/pull/9753
- dependencies(update): bump gRPC related libraries by @antas-marcin in https://github.com/weaviate/weaviate/pull/9755
- dependencies(update): bump golang.org/x/crypto from 0.43.0 to 0.45.0 by @antas-marcin in https://github.com/weaviate/weaviate/pull/9756
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/weaviate/weaviate/pull/9766
- Bump wangyoucao577/go-release-action from 1.53 to 1.54 by @dependabot[bot] in https://github.com/weaviate/weaviate/pull/9932
- dependencies(update): bump github.com/launchdarkly/go-server-sdk/v7 from 7.8.0 to 7.14.1 by @dependabot[bot] in https://github.com/weaviate/weaviate/pull/9861
- dependencies(update): bump github.com/go-openapi/runtime from 0.24.2 to 0.29.2 by @dependabot[bot] in https://github.com/weaviate/weaviate/pull/9860
- dependencies(update): update go-openapi and prometheus dependencies by @antas-marcin in https://github.com/weaviate/weaviate/pull/9938
- Bump wangyoucao577/go-release-action from 1.54 to 1.55 by @dependabot[bot] in https://github.com/weaviate/weaviate/pull/10017
- Bump peter-evans/create-pull-request from 7 to 8 by @dependabot[bot] in https://github.com/weaviate/weaviate/pull/10021
- Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in https://github.com/weaviate/weaviate/pull/10020
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in https://github.com/weaviate/weaviate/pull/10018
- Bump actions/cache from 4 to 5 by @dependabot[bot] in https://github.com/weaviate/weaviate/pull/10019
Full Changelog: https://github.com/weaviate/weaviate/compare/v1.34.0...v1.35.0