Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Many stores support the notion of an object versioning:
On update or delete, a new version of the object is created. Importantly the prior version remains accessible, which can be important for being able to provide consistency in the face of updates.
Describe the solution you'd like
I would like to add an optional version to ObjectMeta and GetOptions
Describe alternatives you've considered
Additional context
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Many stores support the notion of an object versioning:
On update or delete, a new version of the object is created. Importantly the prior version remains accessible, which can be important for being able to provide consistency in the face of updates.
Describe the solution you'd like
I would like to add an optional version to
ObjectMetaandGetOptionsDescribe alternatives you've considered
Additional context