Skip to content

Commit

Permalink
increase object init timeout before complaining/stopping
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Nov 12, 2019
1 parent 3a013ef commit 4dd508a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.0.43 (2019-11-12) Release Bella Stable-RC4
* (Apollon77) enhance backup error handling for invalid files - they now display errors and not break the backup process
* (Apollon77) make sure new enabled/moved instances are started directly
* (Apollon77) increase object init timeout for adapter starts before complaining/stopping
* (Apollon77) fix file read/write to not allow invalid locations and add some more checking
* (Apollon77) add some more logging for ioredis initializations

## 2.0.42 (2019-11-10) Release Bella Stable-RC3
* (Apollon77) Correct error message if certificate can not be parsed
* (bluefox) Fix upload of material adapter
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "js-controller",
"version": "2.0.42",
"version": "2.0.43",
"platform": "Javascript/Node.js",
"controller": true,
"title": "JS controller",
Expand All @@ -18,6 +18,18 @@
"zh-cn": "JS控制器"
},
"news": {
"2.0.43": {
"en": "optimizations and bugfixes",
"de": "Optimierungen und Bugfixes",
"ru": "оптимизации и исправления",
"pt": "otimizações e correções de bugs",
"nl": "optimalisaties en bugfixes",
"fr": "optimisations et corrections de bugs",
"it": "ottimizzazioni e correzioni di bug",
"es": "optimizaciones y correcciones de errores",
"pl": "optymalizacje i poprawki błędów",
"zh-cn": "优化和错误修正"
},
"2.0.42": {
"en": "optimizations and bugfixes",
"de": "Optimierungen und Bugfixes",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.js-controller",
"version": "2.0.42",
"version": "2.0.43",
"engines": {
"node": ">=8.0.0"
},
Expand All @@ -21,7 +21,7 @@
"debug": "^4.1.1",
"decache": "^4.5.1",
"event-stream": "^4.0.1",
"iobroker.objects-redis": "^1.2.2",
"iobroker.objects-redis": "^1.2.3",
"ioredis": "^4.14.1",
"jsonwebtoken": "^8.5.1",
"jszip": "^3.2.2",
Expand Down

0 comments on commit 4dd508a

Please sign in to comment.