github microsoft/ApplicationInsights-JS 3.3.7

latest releases: 3.3.9, 3.3.8
4 months ago

Changelog

Potential breaking change

This release contains a potential breaking change due to the new compress api feaure added. If you are using a Proxy to redirect your telemetry to your own endpoint or are relying on the events to be uncompressed (this feature is initially disabled and it is intended to be enabled by the service in the near future), it is recommended to either update collection endpoint to support GZip or to explicitly disable the feature. See more details here.

commits

  • #2518 Remove Generated docs from the repo
  • #2514 Address issues with isFeatureEnabled changes
  • #2517 Update Components to address governance issues
  • #2501 [Main][Task]31233527:Change Default RequestSizeLimitBytes
  • #2507 [main] Handle race condition during unload
  • #2513 [Main][Task]32698211: Add a Config to Allow Users to Change Max Number of Events Per Batch
    • Note: New Config maxEvtPerBatch is added to the post channel IChannelConfiguration.
  • #2511 [Main][Task]31233527: Add a Config to Allow Users to Change RequestSizeLimitBytes
    • Note: New Config requestLimit is added to the post channel IChannelConfiguration.
  • #2506 Drop correlation header to be passed on the dependency
    • Note: Option to drop the enrichment of correlation header during dependency processing is added to DependencyListenerFunction
  • #2504 [main] [Click analytics] not logging no native html input elements
    • Note: trackElementTypes is added to IClickAnalyticsConfiguration to allow additional, configurable HTML element types to be tracked in addition to the default set
  • #2451 [main] enable compress api in 1ds-post-channel and applicationinsights-channel
  • #2489 [main][stats beat] implement stats beat in application insights

What's Changed

  • [Main] Increase CDN Deprecation Message Sampling Rate to 40% by @siyuniu-ms in #2492
  • [main] Add stale bot for assigned issues and prs by @MSNev in #2495
  • [cfgsync] change cfgurl to test beta by @siyuniu-ms in #2496
  • [main] support adding cross origin resource policy for #1851 by @siyuniu-ms in #2423
  • [Main][Task]31248254: Add Monitor Tests for CDN OPTIONS Calls by @Karlie-777 in #2491
  • [main] Minor fixes for handling ikey promises with dynamic changes by @MSNev in #2500
  • [chrome debug tool] publish 0.8.0 for manifect V3 by @siyuniu-ms in #2499
  • [Main][Task]31233527:Change Default RequestSizeLimitBytes by @Karlie-777 in #2501
  • [main][stats beat] implement stats beat in application insights by @siyuniu-ms in #2489
  • [main] Handle race condition during unload by @MSNev in #2507
  • Drop correlation header to be passed on the dependency by @aimbrenda in #2506
  • [main] enable compress api in 1ds-post-channel and applicationinsights-channel by @siyuniu-ms in #2451
  • [main] [Click analytics] not logging no native html input elements #2136 by @siyuniu-ms in #2504
  • [Main][Task]31233527: Add a Config to Allow Users to Change RequestSizeLimitBytes by @Karlie-777 in #2511
  • Address issues with isFeatureEnabled changes by @MSNev in #2514
  • Add additional SendPostManager tests by @MSNev in #2515
  • Reduce Stale period by @MSNev in #2519
  • [Main][Task]32698211: Add a Config to Allow Users to Change Max Number of Events Per Batch by @Karlie-777 in #2513
  • Remove Generated docs from the repo by @MSNev in #2518
  • Update Components to address governance issues by @MSNev in #2517
  • [Release] Increase version to 3.3.7 by @Karlie-777 in #2520

New Contributors

Full Changelog: 3.3.6...3.3.7

Don't miss a new ApplicationInsights-JS release

NewReleases is sending notifications on new releases.