Skip to content

Commit 543d174

Browse files
authored
chore: remove FDv2 pre-release warnings for GA promotion (#257)
1 parent 4bb667d commit 543d174

12 files changed

Lines changed: 0 additions & 52 deletions

pkgs/sdk/server/src/Configuration.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,6 @@ public class Configuration
119119

120120
/// <summary>
121121
/// Contains the data system configuration.
122-
/// <para>
123-
/// This property is not stable, and not subject to any backwards compatibility guarantees or semantic versioning.
124-
/// It is in early access. If you want access to this feature please join the EAP. https://launchdarkly.com/docs/sdk/features/data-saving-mode
125-
/// </para>
126122
/// </summary>
127123
public DataSystemBuilder DataSystem { get; }
128124

pkgs/sdk/server/src/ConfigurationBuilder.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -405,10 +405,6 @@ public ConfigurationBuilder WrapperInfo(WrapperInfoBuilder wrapperInfo)
405405

406406
/// <summary>
407407
/// Configure the data system.
408-
/// <para>
409-
/// This class is not stable, and not subject to any backwards compatibility guarantees or semantic versioning.
410-
/// It is in early access. If you want access to this feature please join the EAP. https://launchdarkly.com/docs/sdk/features/data-saving-mode
411-
/// </para>
412408
/// </summary>
413409
/// <remarks>
414410
/// <example>

pkgs/sdk/server/src/Integrations/DataSystemBuilder.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ namespace LaunchDarkly.Sdk.Server.Integrations
66
{
77
/// <summary>
88
/// Configuration builder for the SDK's data acquisition and storage strategy.
9-
/// <para>
10-
/// This class is not stable, and not subject to any backwards compatibility guarantees or semantic versioning.
11-
/// It is in early access. If you want access to this feature please join the EAP. https://launchdarkly.com/docs/sdk/features/data-saving-mode
12-
/// </para>
139
/// </summary>
1410
public sealed class DataSystemBuilder
1511
{

pkgs/sdk/server/src/Integrations/DataSystemComponents.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ namespace LaunchDarkly.Sdk.Server.Integrations
55
{
66
/// <summary>
77
/// Components for use with the data system.
8-
/// <para>
9-
/// This class is not stable, and not subject to any backwards compatibility guarantees or semantic versioning.
10-
/// It is in early access. If you want access to this feature please join the EAP. https://launchdarkly.com/docs/sdk/features/data-saving-mode
11-
/// </para>
128
/// </summary>
139
public static class DataSystemComponents
1410
{

pkgs/sdk/server/src/Integrations/DataSystemModes.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ namespace LaunchDarkly.Sdk.Server.Integrations
44
{
55
/// <summary>
66
/// A set of different data system modes which provided pre-configured <see cref="DataSystemBuilder"/>s.
7-
/// <para>
8-
/// This class is not stable, and not subject to any backwards compatibility guarantees or semantic versioning.
9-
/// It is in early access. If you want access to this feature please join the EAP. https://launchdarkly.com/docs/sdk/features/data-saving-mode
10-
/// </para>
117
/// </summary>
128
public sealed class DataSystemModes
139
{

pkgs/sdk/server/src/Integrations/FDv2PollingDataSourceBuilder.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ namespace LaunchDarkly.Sdk.Server.Integrations
99
{
1010
/// <summary>
1111
/// Contains methods for configuring the polling data source.
12-
/// <para>
13-
/// This class is not stable, and not subject to any backwards compatibility guarantees or semantic versioning.
14-
/// It is in early access. If you want access to this feature please join the EAP. https://launchdarkly.com/docs/sdk/features/data-saving-mode
15-
/// </para>
1612
/// </summary>
1713
/// <example>
1814
/// <code>

pkgs/sdk/server/src/Integrations/FDv2StreamingDataSourceBuilder.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ namespace LaunchDarkly.Sdk.Server.Integrations
99
{
1010
/// <summary>
1111
/// Contains methods for configuring the streaming data source.
12-
/// <para>
13-
/// This class is not stable, and not subject to any backwards compatibility guarantees or semantic versioning.
14-
/// It is in early access. If you want access to this feature please join the EAP. https://launchdarkly.com/docs/sdk/features/data-saving-mode
15-
/// </para>
1612
/// </summary>
1713
/// <example>
1814
/// <code>

pkgs/sdk/server/src/Subsystems/DataStoreTypes.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -383,10 +383,6 @@ internal InitMetadata(string environmentId)
383383

384384
/// <summary>
385385
/// Enumeration that indicates if this change is a full or partial change.
386-
/// <para>
387-
/// This class is not stable, and not subject to any backwards compatibility guarantees or semantic versioning.
388-
/// It is in early access. If you want access to this feature please join the EAP. https://launchdarkly.com/docs/sdk/features/data-saving-mode
389-
/// </para>
390386
/// </summary>
391387
public enum ChangeSetType
392388
{
@@ -408,10 +404,6 @@ public enum ChangeSetType
408404

409405
/// <summary>
410406
/// Represents a set of changes to apply to a store.
411-
/// <para>
412-
/// This class is not stable, and not subject to any backwards compatibility guarantees or semantic versioning.
413-
/// It is in early access. If you want access to this feature please join the EAP. https://launchdarkly.com/docs/sdk/features/data-saving-mode
414-
/// </para>
415407
/// </summary>
416408
public struct ChangeSet<TItemDescriptor>
417409
{

pkgs/sdk/server/src/Subsystems/DataSystemConfiguration.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ namespace LaunchDarkly.Sdk.Server.Subsystems
44
{
55
/// <summary>
66
/// Configuration for the SDK's data acquisition and storage strategy.
7-
/// <para>
8-
/// This class is not stable, and not subject to any backwards compatibility guarantees or semantic versioning.
9-
/// It is in early access. If you want access to this feature please join the EAP. https://launchdarkly.com/docs/sdk/features/data-saving-mode
10-
/// </para>
117
/// </summary>
128
public sealed class DataSystemConfiguration
139
{

pkgs/sdk/server/src/Subsystems/ITransactionalDataSourceUpdates.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ namespace LaunchDarkly.Sdk.Server.Subsystems
1515
/// interface in the <see cref="LdClientContext.DataSourceUpdates"/> property of <see cref="LdClientContext"/>.
1616
/// </para>
1717
/// </remarks>
18-
/// <para>
19-
/// This interface is not stable, and not subject to any backwards compatibility guarantees or semantic versioning.
20-
/// It is in early access. If you want access to this feature please join the EAP. https://launchdarkly.com/docs/sdk/features/data-saving-mode
21-
/// </para>
2218
public interface ITransactionalDataSourceUpdates
2319
{
2420
/// <summary>

0 commit comments

Comments
 (0)