-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Spring cloud azure 6.0 preview #45222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
* RemoveV1Schema * Removed targeting change * extra java doc removed * Review comments * Update FeatureManagementException.java
* UpdatedDataLoader * Review Comments * Web Updates * Update ValidationsTest.java * Removing Validation tests. They will be updated in there own PR. * Review comments * Fixing Refresh * Update AzureAppConfigDataLocationResolver.java
* FixEndian * rename method
* Object Context and AsyncFilters * Apply suggestions from code review Co-authored-by: Ross Grambo <[email protected]> * Review comments * Review comments * Review Comments --------- Co-authored-by: Ross Grambo <[email protected]>
* Updating to use Context to pass around telemetry + added pushRefreshEnabled * Updated to PUSH_REFRESH + tests
* Adding Default Filters * Fixing Feature flag loading after both redesigns * Fixing issues after just 2.0 schema and properties * Clearing up feature return * fixing usage of default min backoff * Removed dead code + tests * Update TargetingContextAccessorTestConfiguration.java * Update FeatureManagementConfiguration.java
* variants * Fixing Targeting Filter * off by one * Fixing Variant assignment * review comments * Default Timeout * Update sdk/spring/spring-cloud-azure-feature-management/src/main/java/com/azure/spring/cloud/feature/management/filters/ContextualFeatureFilterAsync.java Co-authored-by: Copilot <[email protected]> * Review comments * Fixing Merge Issues * Update TargetingFilterTest.java * Fixing doc comments and removed ContextualAccessor * fixed missing headers * Removed dead code * Update FeatureManager.java * Update FeatureManager.java * Update FeatureManager.java --------- Co-authored-by: Copilot <[email protected]>
* Feature Snapshot support * Removing dead code * Missing copyright * Adding back Feature Filter telemetry * Adding tests and simplifying code * Update URI usage * Update AzureAppConfigDataLoader.java
* Feature Snapshot support * Removing dead code * Missing copyright * Adding back Feature Filter telemetry * Adding tests and simplifying code * TelemetryPublisher * Updating tests * Added telemetry object * Fixing tests * Added more tests plus fixes * Added publish telemetry tests * Update sdk/spring/spring-cloud-azure-feature-management/src/main/java/com/azure/spring/cloud/feature/management/FeatureManager.java Co-authored-by: Copilot <[email protected]> * Adding Constants + Telemetry Package * Fixing endpoint usage + isEnabled * Remove Feature Id * Update FeatureFlagClientTest.java * FeatureId * Removing featureflagid * Adding allocation id * fixed tests * Updating Telemetry usage * Fixing tests * fixing build issues * Update LoggerTelemetryPublisherTest.java * Fix loading --------- Co-authored-by: Copilot <[email protected]>
API Change CheckAPIView identified API level changes in this PR and created the following API reviews com.azure.spring:spring-cloud-azure-appconfiguration-config |
API change check APIView has identified API level changes in this PR and created following API reviews. com.azure.spring:spring-cloud-azure-appconfiguration-config |
Description
Draft of new major release of the Azure App Configuration Libraries.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines