Skip to content

Commit

Permalink
chore: deprecate old protos (#170)
Browse files Browse the repository at this point in the history
Mark old protos as deprecated.

---------

Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored Aug 28, 2024
1 parent 2aa89b3 commit 53374a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protobuf/schema/v1/schema.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* DEPRECATED; use flagd.evaluation.v1
* Flag evaluation API
*
* This proto forms the basis of a flag-evaluation API.
Expand All @@ -12,6 +13,7 @@ package schema.v1;
import "google/protobuf/struct.proto";

option csharp_namespace = "OpenFeature.Flagd.Grpc";
option deprecated = true;
option go_package = "schema/service/v1";
option java_package = "dev.openfeature.flagd.grpc";
option php_namespace = "OpenFeature\\Providers\\Flagd\\Schema\\Grpc";
Expand Down
2 changes: 2 additions & 0 deletions protobuf/sync/v1/sync_service.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* DEPRECATED; use flagd.sync.v1
* Flag definition sync API
*
* This proto defines a simple API to synchronize a feature flag definition.
Expand All @@ -9,6 +10,7 @@ syntax = "proto3";
package sync.v1;

option csharp_namespace = "OpenFeature.Flagd.Sync";
option deprecated = true;
option go_package = "flagd/grpcsync";
option java_package = "dev.openfeature.flagd.sync";
option php_namespace = "OpenFeature\\Providers\\Flagd\\Schema\\Sync";
Expand Down

0 comments on commit 53374a7

Please sign in to comment.