From 87fc13c18735cf902b5251c4c1f7962385adc695 Mon Sep 17 00:00:00 2001 From: shortcuts Date: Mon, 14 Oct 2024 14:13:44 +0200 Subject: [PATCH 1/2] fix(specs): recommend `_score` is optional --- specs/recommend/common/schemas/RecommendationsResponse.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/specs/recommend/common/schemas/RecommendationsResponse.yml b/specs/recommend/common/schemas/RecommendationsResponse.yml index 45192429379..64a0b106877 100644 --- a/specs/recommend/common/schemas/RecommendationsResponse.yml +++ b/specs/recommend/common/schemas/RecommendationsResponse.yml @@ -27,7 +27,6 @@ recommendHit: additionalProperties: true required: - objectID - - _score properties: objectID: $ref: '../../../common/parameters.yml#/objectID' @@ -48,7 +47,6 @@ trendingFacetHit: type: object description: Trending facet hit. required: - - _score - facetName - facetValue properties: From 545a6a0f565e97f7040c1b49f6e8485f217b35be Mon Sep 17 00:00:00 2001 From: shortcuts Date: Mon, 14 Oct 2024 14:24:48 +0200 Subject: [PATCH 2/2] chore: @millotp and @fluf22 = saboteurs --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 238f06cdc03..5fabfb14f8e 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-22.04 timeout-minutes: 10 env: - CACHE_VERSION: 1 # bump this to run all clients on the CI. + CACHE_VERSION: 1.01 # bump this to run all clients on the CI. steps: - name: debugging - dump GitHub context env: