addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / consumer_id / anyOf
Removed value: -[
- {
- "default": 0,
- "type": "string"
- },
- {
- "description": "smry-managed progress: poll this consumer's saved predicate. Omit cursor and where.",
- "maximum": 9007199254740991,
- "minimum": 1,
- "type": "integer"
- }
-]
addedInput schema / properties / consumer_id / maximum
Added value: +9007199254740991
addedInput schema / properties / consumer_id / minimum
Added value: +1
addedInput schema / properties / consumer_id / type
Added value: +"integer"
removedInput schema / properties / limit / anyOf
Removed value: -[
- {
- "default": 0,
- "type": "string"
- },
- {
- "maximum": 500,
- "minimum": 1,
- "type": "integer"
- }
-]
addedInput schema / properties / limit / maximum
Added value: +500
addedInput schema / properties / limit / minimum
Added value: +1
addedInput schema / properties / limit / type
Added value: +"integer"
changedInput schema / properties / where / description
Previous value: -"Selection predicate shared by every feeds operation. All fields AND together; omit a field to not filter on it."New value: +"Entry selection predicate: fields AND together; omit a field to not filter on it. Source queries/mutations accept only collection and source; use query having for source-health filters."
changedInput schema / properties / where / properties / collection / items / anyOf
Previous value: -[
- {
- "anyOf": [
- {
- "default": 0,
- "type": "string"
- },
- {
- "maximum": 9007199254740991,
- "minimum": 1,
- "type": "integer"
- }
- ]
- },
- {
- "maxLength": 100,
- "minLength": 1,
- "type": "string"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": 1,
+ "type": "integer"
+ },
+ {
+ "maxLength": 100,
+ "minLength": 1,
+ "type": "string"
+ }
+]
addedInput schema / properties / where / properties / collection / minItems
Added value: +1
changedInput schema / properties / where / properties / source / properties / exclude / items / anyOf
Previous value: -[
- {
- "anyOf": [
- {
- "default": 0,
- "type": "string"
- },
- {
- "maximum": 9007199254740991,
- "minimum": 1,
- "type": "integer"
- }
- ]
- },
- {
- "maxLength": 500,
- "minLength": 1,
- "type": "string"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": 1,
+ "type": "integer"
+ },
+ {
+ "maxLength": 500,
+ "minLength": 1,
+ "type": "string"
+ }
+]
addedInput schema / properties / where / properties / source / properties / exclude / minItems
Added value: +1
changedInput schema / properties / where / properties / source / properties / include / items / anyOf
Previous value: -[
- {
- "anyOf": [
- {
- "default": 0,
- "type": "string"
- },
- {
- "maximum": 9007199254740991,
- "minimum": 1,
- "type": "integer"
- }
- ]
- },
- {
- "maxLength": 500,
- "minLength": 1,
- "type": "string"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": 1,
+ "type": "integer"
+ },
+ {
+ "maxLength": 500,
+ "minLength": 1,
+ "type": "string"
+ }
+]
addedInput schema / properties / where / properties / source / properties / include / minItems
Added value: +1
changedOutput schema / properties / checkpoint / properties / consumer_id / anyOf
Previous value: -[
- {
- "anyOf": [
- {
- "default": 0,
- "type": "string"
- },
- {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- }
- ]
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]