Skip to content

Releases: microsoft/ApplicationInsights-JS

1.0.8

13 Feb 21:05
Compare
Choose a tag to compare
  • #384 Measure gzipped size of JS script at build time to keep size under control (#402)
  • #388 Don't report page view duration for Googlebot traffic
  • #391 Fix TSLint errors
  • #396 Add disableCorrelationHeaders to IConfig
  • #400 msToTimeSpan handles float numbers
  • #403 fix typo in word - truncated. Thanks @aryee!

1.0.7

20 Jan 17:26
Compare
Choose a tag to compare
  • #378 Don't report duration from Googlebot if it's >= 1h
  • #379 Use secure cookies on https sites

v1.0.6

09 Jan 17:47
Compare
Choose a tag to compare
  • #372 Add target to rdd data, update command name and name for RDD
  • #364 Disable dependency correlation headers
  • #365 Log additional test logs only when there is at least one failure

v1.0.5

05 Dec 21:55
Compare
Choose a tag to compare

Update: We had to rollback this release due to a bug in #333. We will release a fixed version soon. Sorry for any inconvenience.

  • #360 Check if it's safe to call array.concat
  • #355 Add AI-Announcements link
  • #354 Add snippet.js to NPM package
  • #353 Remove http endpoint from ajax.html test
  • #351 Fix firefox on the build machine
  • #350 Don't log buffer errors
  • #349 Add QUnit test execution logs
  • #346 Update E2E tests to use the https endpoint
  • #345 Fix failing unit tests
  • #339 Use performance.now in session class
  • #343 Update maxBatchSize to match the documentation
  • #341 Don't log session storage errors
  • #336 Expose an option to disable cookies
  • #333 Enable correlation headers

v1.0.4

18 Oct 23:29
Compare
Choose a tag to compare
  • #325 - Add support for tracking properties and measurements in trackDependency
  • #318 - XDomain sender should drop the telemetry if the Endpoint protocol and the hosting page protocol don't match

v1.0.3

19 Sep 20:19
Compare
Choose a tag to compare
  • #302 - Ship retry handler
  • #294 - Snippet versioning
  • #311 - Add privacy statement
  • #309 - Add E2E test to validate unicode encoding
  • #307 - /v2/validate api E2E tests
  • #305 - Enabled snippet E2E test

v1.0.0

03 Aug 22:51
Compare
Choose a tag to compare
  • #279 - Do not flood the console!
  • #283 - version update 0.23.4 -> 1.0.0

v0.23.4

22 Jul 18:12
Compare
Choose a tag to compare
  • #275 Download JS SDK (ai.0.js file) over https
  • #276 Handle partial success (response code 206)
  • #272 Adding bower.json to npm package

v0.23.2

18 Jul 19:54
Compare
Choose a tag to compare
  • Fixing #270 with #271
  • #258 - Send telemetry over HTTPS
  • #261- Sent buffer overflow

v0.23.0

06 Jul 21:08
Compare
Choose a tag to compare
  • #69 - Improve transmission reliability (#254)
  • #249 - JS SDK fails to initialize due to error: "Uncaught SecurityError: Failed to read the 'cookie' property from 'Document' (#250)
  • #230 - Type definitions are not up to date (#235, #238)
  • #233 - AppInsightsModule hardcodes http path to the script (#234)