15781: Bump API revision number to signal new feature.
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Wed, 12 Feb 2020 18:59:11 +0000 (15:59 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Wed, 12 Feb 2020 18:59:11 +0000 (15:59 -0300)
The feature would be the 'contains' filter operator. Workbench2 should
not try to use it on older Arvados clusters.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

services/api/app/controllers/arvados/v1/schema_controller.rb

index aee5d1f9516c038a45fe37f19615eca77e52d44b..5c223410151788926445ac440e20a723ce6cf9aa 100644 (file)
@@ -36,7 +36,7 @@ class Arvados::V1::SchemaController < ApplicationController
         # format is YYYYMMDD, must be fixed with (needs to be linearly
         # sortable), updated manually, may be used by clients to
         # determine availability of API server features.
-        revision: "20190926",
+        revision: "20200212",
         source_version: AppVersion.hash,
         sourceVersion: AppVersion.hash, # source_version should be deprecated in the future
         packageVersion: AppVersion.package_version,