Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-05-03)

### Bug Fixes

* add client heartbeat for more robust connections ([517129f](517129f))
* allow old versions to run but generate warning fix [#8](#8) ([3a0ccb9](3a0ccb9))
* better handling of queue cache fixes [#12](#12) ([75c9ede](75c9ede))
* better handling of queue cache fixes [#12](#12) ([d94ff5b](d94ff5b))
* close redis connection after getting queues. ([88159d3](88159d3))
* correct default value for the TLS option ([134a70d](134a70d))
* do not reconnect on errors to avoid double connections ([24aa108](24aa108))
* exit with error if missing token ([8720473](8720473))
* read package.json with proper path ([39f6d7f](39f6d7f))
* upgrade bull version ([8e021ee](8e021ee))
* upgrade dependencies ([d3807be](d3807be))

### Features

* add dockerfile ([ede57ec](ede57ec))
* add Dockerfile ([d221bb1](d221bb1))
* add get redis info support ([dc66204](dc66204))
* add job logs support ([f7f86d3](f7f86d3))
* add moveToFailed job command ([e7c64e6](e7c64e6))
* add pause, resume and isPaused commands ([cf34cc6](cf34cc6))
* add support for empty queues ([7928d5a](7928d5a))
* add support for getting jobs without data ([#19](#19)) ([f838f89](f838f89))
* add support for obliterate ([a7ca9a0](a7ca9a0))
* add support for prefixes ([7f56bba](7f56bba))
* add support for prefixes ([#18](#18)) ([0ec6e7a](0ec6e7a))
* add support for Redis Sentinel ([#15](#15)) ([870fce3](870fce3))
* add support for removing jobs, discarding, promoting, and retrying ([75a26ac](75a26ac))
* add support for TLS and teams ([6837da5](6837da5))
* send version to server ([3ccf451](3ccf451))
  • Loading branch information
semantic-release-bot committed May 3, 2021
1 parent 7c0cde6 commit a101c06
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 1.0.0 (2021-05-03)


### Bug Fixes

* add client heartbeat for more robust connections ([517129f](https://github.com/taskforcesh/taskforce-connector/commit/517129f9b6479759b1bf42490fb1e023dc5c41af))
* allow old versions to run but generate warning fix [#8](https://github.com/taskforcesh/taskforce-connector/issues/8) ([3a0ccb9](https://github.com/taskforcesh/taskforce-connector/commit/3a0ccb990d5f6391f5ea3d156082e17d5a89cdd3))
* better handling of queue cache fixes [#12](https://github.com/taskforcesh/taskforce-connector/issues/12) ([75c9ede](https://github.com/taskforcesh/taskforce-connector/commit/75c9edea64160163f3c0b6ea99e7cae5ceda4741))
* better handling of queue cache fixes [#12](https://github.com/taskforcesh/taskforce-connector/issues/12) ([d94ff5b](https://github.com/taskforcesh/taskforce-connector/commit/d94ff5bc279704f17af31e4bab16c13d3fe44fd4))
* close redis connection after getting queues. ([88159d3](https://github.com/taskforcesh/taskforce-connector/commit/88159d3a20729c4415b5d63cd0e4bbcf5d6dd489))
* correct default value for the TLS option ([134a70d](https://github.com/taskforcesh/taskforce-connector/commit/134a70d79eda418ce6e8a49cca76c6e10b6377cf))
* do not reconnect on errors to avoid double connections ([24aa108](https://github.com/taskforcesh/taskforce-connector/commit/24aa108d700a6cb5eefd2899eae2dfb1d965ef3d))
* exit with error if missing token ([8720473](https://github.com/taskforcesh/taskforce-connector/commit/8720473d921f031c3a2693a6ddd5bfcc5508fd2f))
* read package.json with proper path ([39f6d7f](https://github.com/taskforcesh/taskforce-connector/commit/39f6d7fa770b50c92bb691fa0471710f3be264cf))
* upgrade bull version ([8e021ee](https://github.com/taskforcesh/taskforce-connector/commit/8e021eedbcd22122412039aa38c238834a0ac768))
* upgrade dependencies ([d3807be](https://github.com/taskforcesh/taskforce-connector/commit/d3807be641f848fd23a3054d10b6a6a5b71aba4b))


### Features

* add dockerfile ([ede57ec](https://github.com/taskforcesh/taskforce-connector/commit/ede57ec1a31bc72eb5f04d83bfcf08226610054b))
* add Dockerfile ([d221bb1](https://github.com/taskforcesh/taskforce-connector/commit/d221bb114302c82eeb97831a397219c9a4cebf0f))
* add get redis info support ([dc66204](https://github.com/taskforcesh/taskforce-connector/commit/dc6620416c7edfade5eb7f7c6b3d19917adacf40))
* add job logs support ([f7f86d3](https://github.com/taskforcesh/taskforce-connector/commit/f7f86d37d589f4e04d5d407e0948b36365c35e51))
* add moveToFailed job command ([e7c64e6](https://github.com/taskforcesh/taskforce-connector/commit/e7c64e6f68c8ad26e88614e3e387a633e3f93279))
* add pause, resume and isPaused commands ([cf34cc6](https://github.com/taskforcesh/taskforce-connector/commit/cf34cc6084222f051c89de8a95edf13e8ee6a40b))
* add support for empty queues ([7928d5a](https://github.com/taskforcesh/taskforce-connector/commit/7928d5a11ebca2bccbc0b0c15eb8776bd184f9f6))
* add support for getting jobs without data ([#19](https://github.com/taskforcesh/taskforce-connector/issues/19)) ([f838f89](https://github.com/taskforcesh/taskforce-connector/commit/f838f89d6472ae98f5fbd32516a389ffcdb1873e))
* add support for obliterate ([a7ca9a0](https://github.com/taskforcesh/taskforce-connector/commit/a7ca9a08e2682e5c30b878ad3e87d74dd22bd315))
* add support for prefixes ([7f56bba](https://github.com/taskforcesh/taskforce-connector/commit/7f56bba2520a914e81dd42189938344faa577f63))
* add support for prefixes ([#18](https://github.com/taskforcesh/taskforce-connector/issues/18)) ([0ec6e7a](https://github.com/taskforcesh/taskforce-connector/commit/0ec6e7a6ea66c45c3c3a5ba3c3e855277878b57c))
* add support for Redis Sentinel ([#15](https://github.com/taskforcesh/taskforce-connector/issues/15)) ([870fce3](https://github.com/taskforcesh/taskforce-connector/commit/870fce361e82447075c802b1c244573e015d2cbc))
* add support for removing jobs, discarding, promoting, and retrying ([75a26ac](https://github.com/taskforcesh/taskforce-connector/commit/75a26ace7ad87ff1b75947c79a846aebb2019f15))
* add support for TLS and teams ([6837da5](https://github.com/taskforcesh/taskforce-connector/commit/6837da5aace9cb9d66c4cb5c082661a20a414149))
* send version to server ([3ccf451](https://github.com/taskforcesh/taskforce-connector/commit/3ccf4516d812d49f22bd96fb44bdc08590dd66a4))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taskforce-connector",
"version": "1.12.0",
"version": "1.0.0",
"description": "Connects queues to Taskforce",
"preferGlobal": true,
"bin": {
Expand Down

0 comments on commit a101c06

Please sign in to comment.