Skip to content

Commit

Permalink
Preparing release 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Tupper committed Mar 12, 2016
1 parent 41e20e3 commit 1cb3402
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# bunyan Changelog

## 1.5.2

- Expanded node version compatibility and making a statement about which versions of node we offically support- `0.12.9`, `0.12.latest`, `4.latest`, `5.latest`.

- Full passing test suites running against each vers

## 1.5.1

- Fixed an issue with gzipped files not being deleted when using datestamps
Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,23 @@ Bunyan Rotating File Stream is a stream component for the logging system "node b

# Recent changes

## 1.5.2 Compatibility

Implemented tests and strategies to support specific node versions:

* 0.12.9
* 0.12.*latest*
* 4.*latest*
* 5.*latest*

*0.10 and earlier*

Not supported as it is missing a lot of useful path processing features. Whilst we could patch this with inline code and npm packages, I think it's a shame to have these hanging around when the functionality will be built into all future versions of node.

*0.12*

Is supported, but it's performance cannot keep up with the latest versions of node. I've had to reduce the stress involved when running tests to allow old `0.12` to keep up.


## 1.5 Templates Release

Expand All @@ -38,6 +55,9 @@ the amount of logs kept.

There are a few extra features to add to the system, but in general it needs stabilisation, code cleanup and bug fixing.

We can now regularly run feature tests against all supported versions of node.


# Planned Future Features

* Prevent multiple processes logging to the same file
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bunyan-rotating-file-stream",
"version": "1.5.1",
"version": "1.5.2",
"description": "a rotating file stream for the bunyan logging system",
"author": "Jim Tupper <[email protected]> (http://github.com/rcomian)",
"main": "./index.js",
Expand Down

0 comments on commit 1cb3402

Please sign in to comment.