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
- bugfix/270 Fix types field in package.json (#270)
0.2.2 - 2021-01-28
- See
v0.2.2-rc.0
->v0.2.2-rc.1
changes
0.2.2-rc.1 - 2021-01-28
- 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
- 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
- Fix sudden exits on Mac OSX (#256)
0.2.0 - 2020-10-10
- feature/120 Report CPU and memory usage statistics (#120)
- feature/233 Support TCP socket communication (#233)
- bugfix/238 Fix endpoints behind express.router not being monitored (#238)
0.2.0-rc.0 - 2020-09-23
- 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
- README: add missing " to scout.api.Context.addSync example
0.1.11 - 2020-08-13
- See
v0.1.11-rc.0
->v0.1.11-rc.2
changes
0.1.11-rc.2 - 2020-08-13
- bugfix/226 Add warning when config was missing during
scout.install
, support remembering config used inscout.install
/scout.expressMiddleware
) (#226)
0.1.11-rc.1 - 2020-06-26
- bugfix/221 Fix setup being repeatedly performed during initial requests (#221)
0.1.11-rc.0 - 2020-06-25
- 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
- See
v0.1.10-rc.0
->v0.1.10-rc.2
changes
0.1.10-rc.2 - 2020-06-19
- HOTFIX: support for externally located
node_modules
folders during library resolution (PR)
0.1.10-rc.1 - 2020-06-18
- feature/209 Add HTTPS integration and tests (#209)
- 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
- bugfix/200 investigate nuxt failure (adds preliminary nuxt support) (#200)
0.1.9 - 2020-05-31
- 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
- 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
- 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
- bugfix: Fix incorrect argument to handler in express integration (#166)
0.1.6 - 2020-02-28
- 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
- bugfix: Fix missing express properties (#157)
0.1.4 - 2020-02-25
- bugfix: export expressMiddleware in scout bundle
0.1.3 - 2020-02-25
- feature: directly ignore transaction (#148)
- feature: add ignoring transaction to top level API (#153)
0.1.2 - 2020-02-21
- feature: Use addContext for single tags, top level scout.addContext method (#138)
- feature: Winston support for log-level inheritance (#135
- bugfix: custom socketPath not honored (#139
- bugfix: overlapping span ordering (i.e. sql query + render) (#140
0.1.1 - 2020-01-10
- feature: Modify dashboard send tests to send at the end (#128)
- feature: enable express controller exception catching (#127)
- bugfix: Fix span parent nesting and add test (#129)
0.1.0 - 2015-10-06
- Initial implementation of NodeJS agent