Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dashersw committed Dec 29, 2019
1 parent 8b8941f commit 8522aec
Showing 1 changed file with 48 additions and 6 deletions.
54 changes: 48 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
# Changelog

## [Unreleased](https://github.com/dashersw/cote/tree/HEAD)
## [v1.0.0](https://github.com/dashersw/cote/tree/v1.0.0) (2019-12-29)

[Full Changelog](https://github.com/dashersw/cote/compare/v0.21.1...HEAD)
[Full Changelog](https://github.com/dashersw/cote/compare/v0.21.1...v1.0.0)

**Release cote version 1.0.0.**

Cote has been stable and backwards compatible since the very first commit, with the exception of deprecating older Node.js versions. It hasn't received new major features in the past year, and with all its users and community, it's now time to release this version as 1.0.0.

With this release cote drops support for Node.js version 6 and 8, which allows us to remove Babel transpilation which was only used for the object spread operator.

**Breaking changes:**

- Require minimum Node.js version of 10 and remove babel transpiling [\#207](https://github.com/dashersw/cote/pull/207) ([dashersw](https://github.com/dashersw))

**Implemented enhancements:**

- Add changelog [\#208](https://github.com/dashersw/cote/pull/208) ([dashersw](https://github.com/dashersw))
- Added NodeJS 12 support [\#194](https://github.com/dashersw/cote/pull/194) ([gnought](https://github.com/gnought))
- Fixed prepublish that deprecated in npm@5 [\#192](https://github.com/dashersw/cote/pull/192) ([gnought](https://github.com/gnought))
- Fixed missing err argument in client.js example [\#191](https://github.com/dashersw/cote/pull/191) ([gnought](https://github.com/gnought))

**Closed issues:**

- Missing change log and release notes. [\#181](https://github.com/dashersw/cote/issues/181)

## [v0.21.1](https://github.com/dashersw/cote/tree/v0.21.1) (2019-09-29)

[Full Changelog](https://github.com/dashersw/cote/compare/v0.21.0...v0.21.1)
Expand All @@ -32,12 +43,17 @@

**Implemented enhancements:**

- Log a warning to the console if there are no handlers for a specific event [\#168](https://github.com/dashersw/cote/issues/168)
- feature: Log message when no listener for event [\#189](https://github.com/dashersw/cote/pull/189) ([otothea](https://github.com/otothea))

## [v0.20.1](https://github.com/dashersw/cote/tree/v0.20.1) (2019-08-11)

[Full Changelog](https://github.com/dashersw/cote/compare/v0.20.0...v0.20.1)

**Closed issues:**

- Document the use of DISCOVERY\_HOSTNAME environment variable [\#160](https://github.com/dashersw/cote/issues/160)

**Merged pull requests:**

- Improve docs around redis and DISCOVERY\_HOSTNAME [\#170](https://github.com/dashersw/cote/pull/170) ([drubin](https://github.com/drubin))
Expand Down Expand Up @@ -162,10 +178,15 @@

[Full Changelog](https://github.com/dashersw/cote/compare/v0.13.2...v0.14.0)

**Implemented enhancements:**

- Quit retrying connection after a set amount of tries / time [\#16](https://github.com/dashersw/cote/issues/16)

**Merged pull requests:**

- ES6 rewrite [\#45](https://github.com/dashersw/cote/pull/45) ([dashersw](https://github.com/dashersw))
- Fix \#34 Check statusLogsEnabled option when logging online status [\#40](https://github.com/dashersw/cote/pull/40) ([otothea](https://github.com/otothea))
- Fix for leaking socket connections [\#21](https://github.com/dashersw/cote/pull/21) ([dmitry-ilin](https://github.com/dmitry-ilin))

## [v0.13.2](https://github.com/dashersw/cote/tree/v0.13.2) (2017-05-08)

Expand All @@ -179,10 +200,18 @@

[Full Changelog](https://github.com/dashersw/cote/compare/v0.12.1...v0.13.0)

**Implemented enhancements:**

- Add Promise support [\#36](https://github.com/dashersw/cote/issues/36)

## [v0.12.1](https://github.com/dashersw/cote/tree/v0.12.1) (2017-04-26)

[Full Changelog](https://github.com/dashersw/cote/compare/v0.12.0...v0.12.1)

**Implemented enhancements:**

- Implement preliminary internal queue for requesters [\#24](https://github.com/dashersw/cote/issues/24)

## [v0.12.0](https://github.com/dashersw/cote/tree/v0.12.0) (2017-04-26)

[Full Changelog](https://github.com/dashersw/cote/compare/v0.11.0...v0.12.0)
Expand All @@ -195,6 +224,10 @@

[Full Changelog](https://github.com/dashersw/cote/compare/v0.10.0...v0.10.1)

**Implemented enhancements:**

- Add a GUI for Monitor component [\#9](https://github.com/dashersw/cote/issues/9)

## [v0.10.0](https://github.com/dashersw/cote/tree/v0.10.0) (2017-02-05)

[Full Changelog](https://github.com/dashersw/cote/compare/v0.9.3...v0.10.0)
Expand Down Expand Up @@ -235,6 +268,10 @@

[Full Changelog](https://github.com/dashersw/cote/compare/v0.8.5...v0.8.6)

**Implemented enhancements:**

- Let components use hostnames when establishing connection [\#25](https://github.com/dashersw/cote/issues/25)

## [v0.8.5](https://github.com/dashersw/cote/tree/v0.8.5) (2016-06-21)

[Full Changelog](https://github.com/dashersw/cote/compare/v0.8.4...v0.8.5)
Expand All @@ -247,10 +284,6 @@

[Full Changelog](https://github.com/dashersw/cote/compare/v0.8.2...v0.8.3)

**Merged pull requests:**

- Fix for leaking socket connections [\#21](https://github.com/dashersw/cote/pull/21) ([dmitry-ilin](https://github.com/dmitry-ilin))

## [v0.8.2](https://github.com/dashersw/cote/tree/v0.8.2) (2016-03-28)

[Full Changelog](https://github.com/dashersw/cote/compare/v0.8.1...v0.8.2)
Expand All @@ -263,6 +296,11 @@

[Full Changelog](https://github.com/dashersw/cote/compare/v0.8.0...v0.8.1)

**Implemented enhancements:**

- Allow disabling monitor screen [\#18](https://github.com/dashersw/cote/issues/18)
- Add health checks and monitoring [\#17](https://github.com/dashersw/cote/issues/17)

## [v0.8.0](https://github.com/dashersw/cote/tree/v0.8.0) (2016-02-20)

[Full Changelog](https://github.com/dashersw/cote/compare/v0.7.2...v0.8.0)
Expand All @@ -275,6 +313,10 @@

[Full Changelog](https://github.com/dashersw/cote/compare/v0.7.0...v0.7.1)

**Implemented enhancements:**

- Implement key prefixes as global config [\#15](https://github.com/dashersw/cote/issues/15)

## [v0.7.0](https://github.com/dashersw/cote/tree/v0.7.0) (2016-01-12)

[Full Changelog](https://github.com/dashersw/cote/compare/v0.6.3...v0.7.0)
Expand Down

0 comments on commit 8522aec

Please sign in to comment.