Closed renovate[bot] closed 11 hours ago
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
Details:
Package | Change |
---|---|
cloud.google.com/go/auth |
v0.10.1 -> v0.10.2 |
github.com/googleapis/gax-go/v2 |
v2.13.0 -> v2.14.0 |
github.com/tetratelabs/wazero |
v1.8.0 -> v1.8.1 |
google.golang.org/genproto/googleapis/rpc |
v0.0.0-20241021214115-324edc3d5d38 -> v0.0.0-20241113202542-65e8d215514f |
golang.org/x/time |
v0.7.0 -> v0.8.0 |
google.golang.org/protobuf |
v1.35.1 -> v1.35.2 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
This PR contains the following updates:
v1.4.6
->v1.4.7
v2.16.0
->v2.16.1
v1.12.3
->v1.13.0
v0.18.6
->v0.18.7
v1.23.5
->v1.23.6
v1.27.2
->v1.27.5
v4.16.0
->v4.16.1
v0.205.0
->v0.208.0
Release Notes
gabriel-vasile/mimetype (github.com/gabriel-vasile/mimetype)
### [`v1.4.7`](https://redirect.github.com/gabriel-vasile/mimetype/releases/tag/v1.4.7) [Compare Source](https://redirect.github.com/gabriel-vasile/mimetype/compare/v1.4.6...v1.4.7) #### What's Changed - remove torrent testdata; closes [#398](https://redirect.github.com/gabriel-vasile/mimetype/issues/398) by [@gabriel-vasile](https://redirect.github.com/gabriel-vasile) in [https://github.com/gabriel-vasile/mimetype/pull/597](https://redirect.github.com/gabriel-vasile/mimetype/pull/597) - add support for CBOR files by [@gabriel-vasile](https://redirect.github.com/gabriel-vasile) in [https://github.com/gabriel-vasile/mimetype/pull/598](https://redirect.github.com/gabriel-vasile/mimetype/pull/598) - Remove macho fixtures by [@gabriel-vasile](https://redirect.github.com/gabriel-vasile) in [https://github.com/gabriel-vasile/mimetype/pull/602](https://redirect.github.com/gabriel-vasile/mimetype/pull/602) - remove most of the files from testdata by [@gabriel-vasile](https://redirect.github.com/gabriel-vasile) in [https://github.com/gabriel-vasile/mimetype/pull/603](https://redirect.github.com/gabriel-vasile/mimetype/pull/603) - Bump golang.org/x/net from 0.30.0 to 0.31.0 in the gomod group by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/gabriel-vasile/mimetype/pull/605](https://redirect.github.com/gabriel-vasile/mimetype/pull/605) - rename application/javascript to text/javascript by [@gabriel-vasile](https://redirect.github.com/gabriel-vasile) in [https://github.com/gabriel-vasile/mimetype/pull/604](https://redirect.github.com/gabriel-vasile/mimetype/pull/604) **Full Changelog**: https://github.com/gabriel-vasile/mimetype/compare/v1.4.6...v1.4.7go-resty/resty (github.com/go-resty/resty/v2)
### [`v2.16.1`](https://redirect.github.com/go-resty/resty/releases/tag/v2.16.1) [Compare Source](https://redirect.github.com/go-resty/resty/compare/v2.16.0...v2.16.1) ### Release Notes #### Bug Fixes - fix: buffer reset issue in io.Reader with content length enabled and release v2.16.1 by [@jeevatkm](https://redirect.github.com/jeevatkm) in [https://github.com/go-resty/resty/pull/918](https://redirect.github.com/go-resty/resty/pull/918) **Full Changelog**: https://github.com/go-resty/resty/compare/v2.16.0...v2.16.1klippa-app/go-pdfium (github.com/klippa-app/go-pdfium)
### [`v1.13.0`](https://redirect.github.com/klippa-app/go-pdfium/releases/tag/v1.13.0) [Compare Source](https://redirect.github.com/klippa-app/go-pdfium/compare/v1.12.4...v1.13.0) #### What's Changed - Upgrade minimum Go version to 1.21 by [@jerbob92](https://redirect.github.com/jerbob92) in [https://github.com/klippa-app/go-pdfium/pull/196](https://redirect.github.com/klippa-app/go-pdfium/pull/196) - Update Wazero (Webassembly runtime) to v1.8.1 by [@jerbob92](https://redirect.github.com/jerbob92) in [https://github.com/klippa-app/go-pdfium/pull/198](https://redirect.github.com/klippa-app/go-pdfium/pull/198) - Update PDFium to 6721 (including new WASM build using Emscripten 3.1.72) by [@jerbob92](https://redirect.github.com/jerbob92) in [https://github.com/klippa-app/go-pdfium/pull/198](https://redirect.github.com/klippa-app/go-pdfium/pull/198) - Removed experimental methods: - `FPDFFont_GetFontName` (now `FPDFFont_GetBaseFontName` and `FPDFFont_GetFamilyName`) - `FPDFText_GetTextRenderMode` (use `FPDFText_GetTextObject` and `FPDFTextObj_GetTextRenderMode` now) - Implemented new experimental methods: - `FPDFAnnot_GetFontColor` - `FPDF_StructElement_Attr_GetValue` - `FPDF_StructElement_Attr_GetChildAtIndex` - `FPDF_StructElement_Attr_CountChildren` - `FPDFText_GetTextObject` - `FPDFFont_GetBaseFontName` - `FPDFFont_GetFamilyName` - `FPDFCatalog_SetLanguage` - `FPDFPageObj_TransformF` - `FPDFPageObj_GetMarkedContentID` - Change working of structtree functions: - `FPDF_StructElement_Attr_GetType` now expects a `FPDF_STRUCTELEMENT_ATTR_VALUE` (fetched using `FPDF_StructElement_Attr_GetValue`) - `FPDF_StructElement_Attr_GetBooleanValue` now expects a `FPDF_STRUCTELEMENT_ATTR_VALUE` (fetched using `FPDF_StructElement_Attr_GetValue`) - `FPDF_StructElement_Attr_GetNumberValue` now expects a `FPDF_STRUCTELEMENT_ATTR_VALUE` (fetched using `FPDF_StructElement_Attr_GetValue`) - `FPDF_StructElement_Attr_GetStringValue` now expects a `FPDF_STRUCTELEMENT_ATTR_VALUE` (fetched using `FPDF_StructElement_Attr_GetValue`) - `FPDF_StructElement_Attr_GetBlobValue` now expects a `FPDF_STRUCTELEMENT_ATTR_VALUE` (fetched using `FPDF_StructElement_Attr_GetValue`) **Full Changelog**: https://github.com/klippa-app/go-pdfium/compare/v1.12.4...v1.13.0 ### [`v1.12.4`](https://redirect.github.com/klippa-app/go-pdfium/releases/tag/v1.12.4) [Compare Source](https://redirect.github.com/klippa-app/go-pdfium/compare/v1.12.3...v1.12.4) #### What's Changed - Bump golang.org/x/text from 0.17.0 to 0.18.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/klippa-app/go-pdfium/pull/190](https://redirect.github.com/klippa-app/go-pdfium/pull/190) - Bump golang.org/x/net from 0.28.0 to 0.29.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/klippa-app/go-pdfium/pull/191](https://redirect.github.com/klippa-app/go-pdfium/pull/191) - Fix concurrent map writes by [@jerbob92](https://redirect.github.com/jerbob92) in [https://github.com/klippa-app/go-pdfium/pull/195](https://redirect.github.com/klippa-app/go-pdfium/pull/195) **Full Changelog**: https://github.com/klippa-app/go-pdfium/compare/v1.12.3...v1.12.4pb33f/libopenapi (github.com/pb33f/libopenapi)
### [`v0.18.7`](https://redirect.github.com/pb33f/libopenapi/releases/tag/v0.18.7) [Compare Source](https://redirect.github.com/pb33f/libopenapi/compare/v0.18.6...v0.18.7) Added support for OpenAPI 3.1.1 documents. [@LasneF](https://redirect.github.com/LasneF)twilio/twilio-go (github.com/twilio/twilio-go)
### [`v1.23.6`](https://redirect.github.com/twilio/twilio-go/releases/tag/v1.23.6) [Compare Source](https://redirect.github.com/twilio/twilio-go/compare/v1.23.5...v1.23.6) ## **Release Notes** **Api** - Added `ivr-virtual-agent-custom-voices` and `ivr-virtual-agent-genai` to `usage_record` API. - Add open-api file tag to realtime_transcriptions **Taskrouter** - Add `api-tag` property to workers reservation - Add `api-tag` property to task reservation **[Docs](https://pkg.go.dev/github.com/twilio/twilio-go@v1.23.6)**weaviate/weaviate (github.com/weaviate/weaviate)
### [`v1.27.5`](https://redirect.github.com/weaviate/weaviate/releases/tag/v1.27.5): - New multi2vec-jinaai module, Replication object time-based deletion improvement [Compare Source](https://redirect.github.com/weaviate/weaviate/compare/v1.27.4...v1.27.5) #### Breaking Changes *none* #### New Features - Introduce multi2vec-jinaai module by [@antas-marcin](https://redirect.github.com/antas-marcin) in [https://github.com/weaviate/weaviate/pull/6405](https://redirect.github.com/weaviate/weaviate/pull/6405) #### Fixes - feat: time-based object deletion time resolution by [@jeroiraz](https://redirect.github.com/jeroiraz) in [https://github.com/weaviate/weaviate/pull/6081](https://redirect.github.com/weaviate/weaviate/pull/6081) - fix(test): don't return in helper.CreateClass() by [@moogacs](https://redirect.github.com/moogacs) in [https://github.com/weaviate/weaviate/pull/6384](https://redirect.github.com/weaviate/weaviate/pull/6384) - chore: reduce verbosity when recovering from wal by [@jeroiraz](https://redirect.github.com/jeroiraz) in [https://github.com/weaviate/weaviate/pull/6385](https://redirect.github.com/weaviate/weaviate/pull/6385) - chore: bumps up sroar version to 0.0.8 by [@aliszka](https://redirect.github.com/aliszka) in [https://github.com/weaviate/weaviate/pull/6395](https://redirect.github.com/weaviate/weaviate/pull/6395) - Add usage to t2v-weaviate module by [@cdpierse](https://redirect.github.com/cdpierse) in [https://github.com/weaviate/weaviate/pull/6294](https://redirect.github.com/weaviate/weaviate/pull/6294) - chore: remove not needed interface in misc endpoints by [@moogacs](https://redirect.github.com/moogacs) in [https://github.com/weaviate/weaviate/pull/6401](https://redirect.github.com/weaviate/weaviate/pull/6401) - chore: fix backup-azure test instability by [@donomii](https://redirect.github.com/donomii) in [https://github.com/weaviate/weaviate/pull/6372](https://redirect.github.com/weaviate/weaviate/pull/6372) - chore: introduce github on-demand jobs by [@antas-marcin](https://redirect.github.com/antas-marcin) in [https://github.com/weaviate/weaviate/pull/6419](https://redirect.github.com/weaviate/weaviate/pull/6419) **Full Changelog**: https://github.com/weaviate/weaviate/compare/v1.27.4...v1.27.5 ### [`v1.27.4`](https://redirect.github.com/weaviate/weaviate/releases/tag/v1.27.4): - Filtered search performance improvements [Compare Source](https://redirect.github.com/weaviate/weaviate/compare/v1.27.3...v1.27.4) #### Breaking Changes *none* #### New Features *none* #### Fixes - fix: adjusts sleep times in segment cleanup tests to reduce flakiness by [@aliszka](https://redirect.github.com/aliszka) in [https://github.com/weaviate/weaviate/pull/6314](https://redirect.github.com/weaviate/weaviate/pull/6314) - test: reduce number of elements by [@jeroiraz](https://redirect.github.com/jeroiraz) in [https://github.com/weaviate/weaviate/pull/6328](https://redirect.github.com/weaviate/weaviate/pull/6328) - fix bucket already loaded when shard initialization fails by [@jeroiraz](https://redirect.github.com/jeroiraz) in [https://github.com/weaviate/weaviate/pull/5503](https://redirect.github.com/weaviate/weaviate/pull/5503) - refact(raft-nodeselector): move node selector to store cfg by [@moogacs](https://redirect.github.com/moogacs) in [https://github.com/weaviate/weaviate/pull/6327](https://redirect.github.com/weaviate/weaviate/pull/6327) - Extend slow log with `filters_ids_matched` by [@etiennedi](https://redirect.github.com/etiennedi) in [https://github.com/weaviate/weaviate/pull/6336](https://redirect.github.com/weaviate/weaviate/pull/6336) - Remove unused PENDING state from batch response by [@dirkkul](https://redirect.github.com/dirkkul) in [https://github.com/weaviate/weaviate/pull/6341](https://redirect.github.com/weaviate/weaviate/pull/6341) - Parallel Hnsw Flat Search (when cutoff is hit) by [@etiennedi](https://redirect.github.com/etiennedi) in [https://github.com/weaviate/weaviate/pull/6310](https://redirect.github.com/weaviate/weaviate/pull/6310) - Fix returning metadata from referenced class by [@dirkkul](https://redirect.github.com/dirkkul) in [https://github.com/weaviate/weaviate/pull/6347](https://redirect.github.com/weaviate/weaviate/pull/6347) - skip the schema callbacks when raft schema is still catching up by [@reyreaud-l](https://redirect.github.com/reyreaud-l) in [https://github.com/weaviate/weaviate/pull/6229](https://redirect.github.com/weaviate/weaviate/pull/6229) - \[HNSW/PQ] Improve rescoring performance against cold page cache by [@etiennedi](https://redirect.github.com/etiennedi) in [https://github.com/weaviate/weaviate/pull/6047](https://redirect.github.com/weaviate/weaviate/pull/6047) - Annotate allow list in slow log: individual rows vs merge by [@etiennedi](https://redirect.github.com/etiennedi) in [https://github.com/weaviate/weaviate/pull/6376](https://redirect.github.com/weaviate/weaviate/pull/6376) - migrate properties from raft when comparing update class by [@reyreaud-l](https://redirect.github.com/reyreaud-l) in [https://github.com/weaviate/weaviate/pull/6374](https://redirect.github.com/weaviate/weaviate/pull/6374) - Gracefully cancel backups interrupted by node restarts by [@parkerduckworth](https://redirect.github.com/parkerduckworth) in [https://github.com/weaviate/weaviate/pull/6049](https://redirect.github.com/weaviate/weaviate/pull/6049) - chore: bumps up sroar version to 0.0.8 by [@aliszka](https://redirect.github.com/aliszka) in [https://github.com/weaviate/weaviate/pull/6394](https://redirect.github.com/weaviate/weaviate/pull/6394) **Full Changelog**: https://github.com/weaviate/weaviate/compare/v1.27.3...v1.27.4 ### [`v1.27.3`](https://redirect.github.com/weaviate/weaviate/releases/tag/v1.27.3): - LSM store improvements, Data filtering Fix [Compare Source](https://redirect.github.com/weaviate/weaviate/compare/v1.27.2...v1.27.3) #### Breaking Changes *none* #### New Features *none* #### Fixes - fix: :bug: Avoid reading NaN and correct propLength if NaN or Zero to a sane default by [@amourao](https://redirect.github.com/amourao) in [https://github.com/weaviate/weaviate/pull/6250](https://redirect.github.com/weaviate/weaviate/pull/6250) - performance: bumps up sroar version to 0.0.6 by [@aliszka](https://redirect.github.com/aliszka) in [https://github.com/weaviate/weaviate/pull/6217](https://redirect.github.com/weaviate/weaviate/pull/6217) - chore(test): remove not needed step for verifying tenant freezing by [@antas-marcin](https://redirect.github.com/antas-marcin) in [https://github.com/weaviate/weaviate/pull/6265](https://redirect.github.com/weaviate/weaviate/pull/6265) - performance: segments cleanup improvements by [@aliszka](https://redirect.github.com/aliszka) in [https://github.com/weaviate/weaviate/pull/6275](https://redirect.github.com/weaviate/weaviate/pull/6275) - Add 'multi2vec-cohere' to default modules list by [@databyjp](https://redirect.github.com/databyjp) in [https://github.com/weaviate/weaviate/pull/6295](https://redirect.github.com/weaviate/weaviate/pull/6295) - Move JinaAI client to a separate package by [@antas-marcin](https://redirect.github.com/antas-marcin) in [https://github.com/weaviate/weaviate/pull/6288](https://redirect.github.com/weaviate/weaviate/pull/6288) - performance: extracts separate callbacks group just for compaction of objects bucket by [@aliszka](https://redirect.github.com/aliszka) in [https://github.com/weaviate/weaviate/pull/6259](https://redirect.github.com/weaviate/weaviate/pull/6259) - Extend Slow Log w/ more info to determine why query is slow by [@etiennedi](https://redirect.github.com/etiennedi) in [https://github.com/weaviate/weaviate/pull/6262](https://redirect.github.com/weaviate/weaviate/pull/6262) - fix: byteops reads buf of length 0 as empty slice instead of nil by [@aliszka](https://redirect.github.com/aliszka) in [https://github.com/weaviate/weaviate/pull/6303](https://redirect.github.com/weaviate/weaviate/pull/6303) **Full Changelog**: https://github.com/weaviate/weaviate/compare/v1.27.2...v1.27.3weaviate/weaviate-go-client (github.com/weaviate/weaviate-go-client/v4)
### [`v4.16.1`](https://redirect.github.com/weaviate/weaviate-go-client/releases/tag/v4.16.1) [Compare Source](https://redirect.github.com/weaviate/weaviate-go-client/compare/v4.16.0...v4.16.1) #### What's Changed Fixes gRPC batch insertion responses so that: 1. The response payload is always the same size as the request payload (as with REST) 2. Response objects containing errors also contain the original object attempted at insertion *** - Fix batch response containing errors by [@antas-marcin](https://redirect.github.com/antas-marcin) in [https://github.com/weaviate/weaviate-go-client/pull/247](https://redirect.github.com/weaviate/weaviate-go-client/pull/247) **Full Changelog**: https://github.com/weaviate/weaviate-go-client/compare/v4.16.0...v4.16.1googleapis/google-api-go-client (google.golang.org/api)
### [`v0.208.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.208.0) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.207.0...v0.208.0) ##### Features - **all:** Auto-regenerate discovery clients ([#2881](https://redirect.github.com/googleapis/google-api-go-client/issues/2881)) ([44435a9](https://redirect.github.com/googleapis/google-api-go-client/commit/44435a9a91048abc5776051221ce9e64b75f5734)) - **gensupport:** Per-chunk transfer timeout configs ([09fa125](https://redirect.github.com/googleapis/google-api-go-client/commit/09fa125adbe59d02e1e67470bfeebcb6b9c1596e)) - **gensupport:** Per-chunk transfer timeout configs ([#2865](https://redirect.github.com/googleapis/google-api-go-client/issues/2865)) ([09fa125](https://redirect.github.com/googleapis/google-api-go-client/commit/09fa125adbe59d02e1e67470bfeebcb6b9c1596e)) ### [`v0.207.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.207.0) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.206.0...v0.207.0) ##### Features - **all:** Auto-regenerate discovery clients ([#2874](https://redirect.github.com/googleapis/google-api-go-client/issues/2874)) ([e9ebb69](https://redirect.github.com/googleapis/google-api-go-client/commit/e9ebb69c042ca5e25173253abce13870245e0356)) - **all:** Auto-regenerate discovery clients ([#2876](https://redirect.github.com/googleapis/google-api-go-client/issues/2876)) ([796b248](https://redirect.github.com/googleapis/google-api-go-client/commit/796b2482d765d213ab7f9329558c8ea2ca988fe9)) - **all:** Auto-regenerate discovery clients ([#2879](https://redirect.github.com/googleapis/google-api-go-client/issues/2879)) ([9c21349](https://redirect.github.com/googleapis/google-api-go-client/commit/9c21349472533bd39a0e55f2db4b9c2afd18c325)) ### [`v0.206.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.206.0) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.205.0...v0.206.0) ##### Features - **all:** Auto-regenerate discovery clients ([#2862](https://redirect.github.com/googleapis/google-api-go-client/issues/2862)) ([c552a34](https://redirect.github.com/googleapis/google-api-go-client/commit/c552a340b2e364457121cc6a7586b681cc75c27d)) - **all:** Auto-regenerate discovery clients ([#2866](https://redirect.github.com/googleapis/google-api-go-client/issues/2866)) ([6495d84](https://redirect.github.com/googleapis/google-api-go-client/commit/6495d84ae6142aa900e6913fb681ca38ec3a3a6b)) - **all:** Auto-regenerate discovery clients ([#2868](https://redirect.github.com/googleapis/google-api-go-client/issues/2868)) ([58faff9](https://redirect.github.com/googleapis/google-api-go-client/commit/58faff9ac69eb1b15bf9b532eb1447143bc77083)) - **all:** Auto-regenerate discovery clients ([#2870](https://redirect.github.com/googleapis/google-api-go-client/issues/2870)) ([031802c](https://redirect.github.com/googleapis/google-api-go-client/commit/031802cc20f6e3e481fbe8cdacf7e4bf7c36aec2)) - **all:** Auto-regenerate discovery clients ([#2871](https://redirect.github.com/googleapis/google-api-go-client/issues/2871)) ([8fab1d8](https://redirect.github.com/googleapis/google-api-go-client/commit/8fab1d86722b77ac74b2726257b5815af70b5185)) - **all:** Auto-regenerate discovery clients ([#2872](https://redirect.github.com/googleapis/google-api-go-client/issues/2872)) ([20de5d2](https://redirect.github.com/googleapis/google-api-go-client/commit/20de5d22d96d2ba6983f5839e4f71a3846a01be0)) - **option:** Add support for user loggers ([#2873](https://redirect.github.com/googleapis/google-api-go-client/issues/2873)) ([922e59d](https://redirect.github.com/googleapis/google-api-go-client/commit/922e59dcb7806c2a0378c39928a33726687c3038))Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.