Skip to content

Commit

Permalink
Updated changelog for v5.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
astormnewrelic committed May 28, 2019
1 parent 2039bc4 commit ea98505
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
### 5.9.1 (2019-05-28):

* moved third party notices to `THIRD_PARTY_NOTICES.md`

* Shim#require will now operate as expected.

Previously, the module interception code made the faulty assumption that a module's
filepath would be resolved before the module load call was invoked. This caused
the wrap filepath to be attributed to the modules being instrumented. This meant
that attempted relative require calls using Shim#require would resolved from the
incorrect path. The logic has been changed to keep a stack of the resolved
filepaths, resolving the issue.

* Updates error message for license check to indicate all places that need to be
updated.

* Shim#wrapReturn now uses ES6 proxies to wrap its methods.

This will accurately propagate look up and assignment onto the underlying wrapped
function, while maintaining all previous functionality.

* Updated versioned test configurations to reflect current engine support.

### 5.9.0 (2019-05-20):

* Removed older versions of Cassandra from versioned tests
Expand Down

0 comments on commit ea98505

Please sign in to comment.