Skip to content

Latest commit

 

History

History
214 lines (151 loc) · 9.58 KB

CHANGELOG.md

File metadata and controls

214 lines (151 loc) · 9.58 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.3 - 2021-09-28

Changes

  • bugfix/270 Fix types field in package.json (#270)

0.2.2 - 2021-01-28

Changed

  • See v0.2.2-rc.0 -> v0.2.2-rc.1 changes

0.2.2-rc.1 - 2021-01-28

Changed

  • bugfix/264 Ensure that undefined spans are not stop()ed (#264)
  • bugfix/254 Fix log level filtering (#254)

0.2.2-rc.0 - 2021-01-25

Changed

  • bugfix/260 Fix Incorrect check if agent is running on a TCP socket (#260)

0.2.1 - 2020-12-16

0.2.1-rc.1 - 2020-12-16

Changed

  • Fix sudden exits on Mac OSX (#256)

0.2.0 - 2020-10-10

Added

  • feature/120 Report CPU and memory usage statistics (#120)
  • feature/233 Support TCP socket communication (#233)

Changed

  • bugfix/238 Fix endpoints behind express.router not being monitored (#238)

0.2.0-rc.0 - 2020-09-23

Added

  • feature/242 Capture request queue time (#242)
  • feature/237 Update core agent to 1.3.0 (#237)

Changed

  • Bump decompress from 4.2.0 to 4.2.1
  • Bump node-fetch from 2.6.0 to 2.6.1
  • bugfix/239 reduce memory usage & remove leaks (#239)

0.1.12 - 2020-08-13

Changed

  • README: add missing " to scout.api.Context.addSync example

0.1.11 - 2020-08-13

Changed

  • See v0.1.11-rc.0 -> v0.1.11-rc.2 changes

0.1.11-rc.2 - 2020-08-13

Changed

  • bugfix/226 Add warning when config was missing during scout.install, support remembering config used in scout.install/scout.expressMiddleware) (#226)

0.1.11-rc.1 - 2020-06-26

Changed

  • bugfix/221 Fix setup being repeatedly performed during initial requests (#221)

0.1.11-rc.0 - 2020-06-25

Changed

  • bugfix/219 Timed out requests cause errors during context addition (#219)
  • bugfix/214 Better documentation around integrations, waiting for setup (#214)

0.1.10 - 2020-06-23

Changed

  • See v0.1.10-rc.0 -> v0.1.10-rc.2 changes

0.1.10-rc.2 - 2020-06-19

Changed

  • HOTFIX: support for externally located node_modules folders during library resolution (PR)

0.1.10-rc.1 - 2020-06-18

Added

  • feature/209 Add HTTPS integration and tests (#209)

Changed

  • bugfix/201 Lazy initial load of global scout during express request (#201)
  • bugfix/202 Fix package.json resolution for libraries in ApplicationMetadata (#202)
  • bugfix/183 Fix URL building (#183)

0.1.10-rc.0 - 2020-06-15

Added

  • bugfix/200 investigate nuxt failure (adds preliminary nuxt support) (#200)

0.1.9 - 2020-05-31

Changed

  • HOTFIX: Fix http integration when instrumetation is not present
  • bugfix/196 Allow upper and lower case log levels (#196)

0.1.9-rc.0 - 2020-04-28

Changed

  • bugfix/187 Avoid failing on windows (#187)
  • bugfix/186 Create transaction if one does not exist (#186)
  • bugfix/191 Sequelize integration failure due to postgres integration (#191)
  • bugfix/190 dependabot Update js-yaml from 3.12.2 to 3.13.1 (#190)

0.1.8 - 2020-03-11

Added

  • feature/174 bump core agent version to 1.2.8 (#174)
  • feature/169 detect application root (#169)

Changed

  • bugfix/171 Ensure addContext takes name + value everywhere (#171)
  • bugfix/172 backtraces do not contain useful frames (#172)
  • bugfix/170 agent does not reconnect (#170)

0.1.7 - 2020-03-02

Changed

  • bugfix: Fix incorrect argument to handler in express integration (#166)

0.1.6 - 2020-02-28

Changed

  • bugfix: Fix Template/Render span not being passed to core-agent (#162)
  • bugfix: Fix unreachable core agent exception (#161)

0.1.5 - 2020-02-25

Changed

  • bugfix: Fix missing express properties (#157)

0.1.4 - 2020-02-25

Changed

  • bugfix: export expressMiddleware in scout bundle

0.1.3 - 2020-02-25

Added

  • feature: directly ignore transaction (#148)
  • feature: add ignoring transaction to top level API (#153)

Changed

  • bugfix: trim library export (#149)
  • bugfix: dont send traces for unknown routes (#151)

0.1.2 - 2020-02-21

Added

  • feature: Use addContext for single tags, top level scout.addContext method (#138)
  • feature: Winston support for log-level inheritance (#135

Changed

  • bugfix: custom socketPath not honored (#139
  • bugfix: overlapping span ordering (i.e. sql query + render) (#140

0.1.1 - 2020-01-10

Added

  • feature: Modify dashboard send tests to send at the end (#128)
  • feature: enable express controller exception catching (#127)

Changed

  • bugfix: Fix span parent nesting and add test (#129)

0.1.0 - 2015-10-06

Added

  • Initial implementation of NodeJS agent