Skip to content

App Configuration

Choose a tag to compare

@nagendramishr nagendramishr released this 06 Mar 21:21
· 334 commits to Streaming-Release-TR since this release
c2f1339

2.2.10

Proxy:

  • Implement app configuration
  • Added AppConfiguration reader
  • Moved default values out of BackendHostConfigurationExtension and into BackendOptions
  • Read WarmOptions every 30 seconds ( AZURE_APPCONFIG_REFRESH_SECONDS )
  • Markup BackendOptions as either: warm, cold or hidden
  • Bug fix for AllUsage-2 processor
  • Enable HealthProbe Sidecar as a Warm config parameter
  • Enable Host settings to be activated via appconfig

Deployment:

  • Add AppConfiguration/appdeploy.sh to setup appconfiguration configure ACA to use it
  • bug fix: Create multiple entries at once rather than one at a time

2.2.10-D1

Proxy:

  • Implement partial matches for validated parameters
  • Remove blocking operations during shutdown
  • Convert HostHealthCollection to to HostCollectionSnapshot
  • Added CompleteAllUsageProcessor for parsing the entire file
  • Add StripPrefix to host config to optionally remove the match part of the path
  • EVENT_LOGGERS can now be used to specify spcific loggers, including custom handlers

What's Changed

Full Changelog: v2.2.9...v2.2.10