Skip to content

Commit

Permalink
PR comments and version
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoriceau committed Apr 1, 2024
1 parent fba5ce8 commit e3ce32e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# x-release-please-start-version
VERSION=0.8.0
VERSION=0.8.1
# x-release-please-end
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,15 @@ definitions:
type: array
items:
type: string
generation_id:
description: Monotically increasing numeric id representing the current generation of a stream. This id can be shared across syncs
type: integer
minimum_generation_id:
description: The minimum generation id which is needed in a stream. If it is present, the destination will try to delete the data that are part of a generation lower than this property. If it is absent, the destination won't try to delete data
type: integer
sync_id:
description: Monotically increasing numeric id representing the current sync id. This is aimed to be unique per sync.
type: integer
SyncMode:
type: string
enum:
Expand Down

0 comments on commit e3ce32e

Please sign in to comment.