Skip to content

Releases: microsoft/ApplicationInsights-JS

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)

v0.22.19

09 Jun 17:40
Compare
Choose a tag to compare
  • #221: npm package is a bit of a mess
  • #223: make sdk version previx lowercase
  • #227: including AppInsightsModule.js to NPM

v0.22.17

02 Jun 17:07
Compare
Choose a tag to compare
  • #207 Simplifying importing AppInsights as module, adding TS interfaces for public types
  • #203 Reference TS compiler in tests, removing hardcoded VS version
  • #201 Allow passing severityLevel in trackException

v0.22.14

18 May 17:03
Compare
Choose a tag to compare
  • #189 Session storage send buffer . Session storage buffer is disabled by default. It can be enabled with enableSessionStorageBuffer
  • #194 Required field is set to not_specified if a value is missing
  • #192 Log verb (GET, POST,...) as part of dependency name
  • #190 Show AI internal traces in console only when verboseLogging is enabled