Skip to content

Commit

Permalink
chore: release v4.2.1-alpha.0
Browse files Browse the repository at this point in the history
* (mcm1957) Adapter will be terminated now after a maximum of 45s execution time to clean unresponsive service.
* (mcm1957) Default cron schedule will be changed to random executions once a hour.
* (mcm1957) Dependencies have been updated.
  • Loading branch information
mcm1957 committed Jan 30, 2024
1 parent 1befe1f commit 1629b16
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This adapter allows getting data from the Oilfox sensor via the Oilfox Website.
-->

## Changelog
### **WORK IN PROGRESS**
### 4.2.1-alpha.0 (2024-01-30)
* (mcm1957) Adapter will be terminated now after a maximum of 45s execution time to clean unresponsive service.
* (mcm1957) Default cron schedule will be changed to random executions once a hour.
* (mcm1957) Dependencies have been updated.
Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"version": "4.2.0",
"version": "4.2.1-alpha.0",
"name": "oilfox",
"news": {
"4.2.1-alpha.0": {
"en": "Adapter will be terminated now after a maximum of 45s execution time to clean unresponsive service.\nDefault cron schedule will be changed to random executions once a hour.\nDependencies have been updated.",
"de": "Der Adapter wird nun nach maximal 45s Ausführungszeit beendet.\nStandard Cron Zeitplan wird auf Ausführen einmal pro Stunde zu zufälligem Zeitpunkt geändert.\nAbhängigkeiten wurden aktualisiert.",
"ru": "Адаптер будет расторгнут сейчас после максимума 45-х часов выполнения для очистки не отвечающей требованиям службы.\nГрафик по умолчанию будет изменен на случайные казни раз в час.\nЗависимость была обновлена.",
"pt": "Adaptador será terminado agora após um máximo de 45s tempo de execução para limpar o serviço inresponsável.\nO cronograma padrão será alterado para execuções aleatórias uma vez por hora.\nAs dependências foram atualizadas.",
"nl": "Adapter wordt nu beëindigd na een maximum van 45s uitvoeringstijd om onresponsieve service schoon te maken.\nStandaard cron schema zal worden gewijzigd in willekeurige executies eenmaal per uur.\nAfhankelijkheden zijn bijgewerkt.",
"fr": "L'adaptateur sera résilié maintenant après un maximum de 45s temps d'exécution pour nettoyer le service non réactif.\nLe programme par défaut de cron sera changé en exécutions aléatoires une fois par heure.\nLes dépendances ont été actualisées.",
"it": "L'adattatore sarà terminato subito dopo un massimo di 45s tempo di esecuzione per pulire il servizio non rispondente.\nIl programma predefinito di cron verrà modificato in esecuzioni casuali una volta all'ora.\nLe dipendenze sono state aggiornate.",
"es": "El adaptador se terminará ahora después de un máximo de 45 años de ejecución para limpiar el servicio sin respuesta.\nEl cronograma predeterminado se cambiará a las ejecuciones aleatorias una vez por hora.\nSe han actualizado las dependencias.",
"pl": "Adapter zostanie zakończony teraz po maksymalnie 45s czas wykonania do czyszczenia niereagujących usług.\nDomyślny harmonogram cron będzie zmieniany na losowe egzekucje raz na godzinę.\nZaktualizowano zależność.",
"uk": "Перехідник буде припинено після максимального часу виконання 45-х для очищення невідповідного сервісу.\nЗа замовчуванням cron буде змінено на випадкові виконання раз на годину.\nОновлено залежність.",
"zh-cn": "适配器在最多45秒的执行时间后将终止,以清理无响应的服务.\n默认处决时间表将改为每小时一次的任意处决.\n附属关系已经更新."
},
"4.2.0": {
"en": "Adapter requires node 16 or newer now\nA timeout of 5s has been added to http requests to avoid hanging processes (#110)\nDependencies have been updated",
"de": "Adapter benötigt Node 16 oder neuer\nEin Timeout von 5s wurde zu http-Anfragen hinzugefügt, um hängende Prozesse zu vermeiden (#110)\nAbhängigkeiten wurden aktualisiert",
Expand Down Expand Up @@ -75,18 +88,6 @@
"es": "arreglo para múltiples zorros petroleros",
"pl": "poprawka dla wielu lisów oleistych",
"zh-cn": "修复多个油狐"
},
"2.2.0": {
"en": "update dependencies",
"de": "Abhängigkeiten aktualisieren",
"ru": "обновить зависимости",
"pt": "atualizar dependências",
"nl": "update afhankelijkheden",
"fr": "mettre à jour les dépendances",
"it": "aggiornare le dipendenze",
"es": "actualizar dependencias",
"pl": "zaktualizuj zależności",
"zh-cn": "更新依赖"
}
},
"titleLang": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.oilfox",
"version": "4.2.0",
"version": "4.2.1-alpha.0",
"description": "Oilfox Adapter for ioBroker",
"author": {
"name": "Jochen Kuehner",
Expand Down

0 comments on commit 1629b16

Please sign in to comment.