Releases: joaquimserafim/superagent-bunyan
Releases · joaquimserafim/superagent-bunyan
v5.3.0: Merge pull request #16 from joaquimserafim/5.3.0
Merge pull request #10 from joaquimserafim/v5.1.0
now depending of the outcome op superagent-bunyan
will expose on the err
or res
objects the prop opDuration
v5.0.0: Merge pull request #9 from joaquimserafim/v5
- add a new argument (object) to be possible to pass extra info in the log entry
Merge pull request #8 from joaquimserafim/v4.3.0
- expose
method
prop in the end of the request
Merge pull request #7 from joaquimserafim/v4.2.0
- exposes the
service
at the end of the request info
v4.0.0: Merge pull request #5 from joaquimserafim/v4
- changes the prop
id
byreq_id
to be sync with bunyan
Merge pull request #4 from joaquimserafim/v3.0.1
- fix the initial log entry due missing the request body if there were
v3.0.0: Merge pull request #3 from joaquimserafim/v3
- use a new request serializer to get the follow props
req.body
,req.qs
andreq.path
- more test expectations to improve module reliability
v2.1.0: Merge pull request #2 from joaquimserafim/v2.1
- if using the header
X-Request-ID
superagent-bunyan will use the value for thereq.id
- the initial request the query string will be logged if exist
- add better tests cases
v2.0.0: Merge pull request #1 from joaquimserafim/v2
some minor changes to the module behavior