Skip to content

Commit

Permalink
Add new features enum and field for operator
Browse files Browse the repository at this point in the history
The old enum cannot be extended as it would break old clients.
So we define a new extensible enum and a new field for it.
We make all of those fields private so that users of that struct
only access them via a getter that handles objects deserialized
from either old or new versions.
  • Loading branch information
t4lz committed Feb 15, 2024
1 parent 178e563 commit 81a3141
Show file tree
Hide file tree
Showing 3 changed files with 465 additions and 9 deletions.
Loading

0 comments on commit 81a3141

Please sign in to comment.