Skip to content

Commit

Permalink
chore: release v0.4.11
Browse files Browse the repository at this point in the history
Improve log/error messages at adapter start
Bugfix : Cannot read property 'calcValues' of null & related issues found by Sentry
  • Loading branch information
DutchmanNL committed Aug 16, 2021
1 parent db2024c commit b38a8fe
Show file tree
Hide file tree
Showing 5 changed files with 2,734 additions and 15,181 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release v${{ steps.extract_release.outputs.VERSION }}
draft: false
# Prerelease versions create prereleases on Github
# Prerelease versions create prerelease on Github
prerelease: ${{ contains(steps.extract_release.outputs.VERSION, '-') }}
body: ${{ steps.extract_release.outputs.BODY }}
body:

- name: Notify Sentry.io about the release
run: |
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ When the adapter crashes or any other Code error happens, this error message tha
### __WORK IN PROGRESS__
-->
## Changelog
### 0.4.11 (2021-08-16)
* (DutchmanNL) Improve log/error messages at adapter start
* (DutchmanNL) Bugfix : Cannot read property 'calcValues' of null & related issues found by Sentry


### 0.4.10 (2021-08-10)
* (DutchmanNL) Bugfix : Avoid adapter crash during night for incorrect configured states [#460](https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/460)
Expand Down
16 changes: 14 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "sourceanalytix",
"version": "0.4.10",
"version": "0.4.11",
"news": {
"0.4.11": {
"en": "Improve log/error messages at adapter start\nBugfix : Cannot read property 'calcValues' of null & related issues found by Sentry",
"de": "Log-/Fehlermeldungen beim Adapterstart verbessern\nBugfix : Eigenschaft 'calcValues' von null und verwandten Problemen, die von Sentry gefunden wurden, kann nicht gelesen werden",
"ru": "Улучшение сообщений журнала / ошибок при запуске адаптера\nИсправление: не удавалось прочитать свойство «calcValues» для нулевых и связанных проблем, обнаруженных Sentry.",
"pt": "Melhorar as mensagens de log / erro no início do adaptador\nCorreção de bug: não é possível ler a propriedade 'calcValues' de problemas nulos e relacionados encontrados pelo Sentry",
"nl": "Logboek-/foutmeldingen verbeteren bij het starten van de adapter\nBugfix: kan eigenschap 'calcValues' van null en gerelateerde problemen gevonden door Sentry niet lezen",
"fr": "Améliorer les journaux/messages d'erreur au démarrage de l'adaptateur\nCorrection de bug : Impossible de lire la propriété 'calcValues' des problèmes null et connexes trouvés par Sentry",
"it": "Migliora i messaggi di registro/errore all'avvio dell'adattatore\nBugfix: impossibile leggere la proprietà 'calcValues' di problemi nulli e correlati rilevati da Sentry",
"es": "Mejorar los mensajes de registro / error al iniciar el adaptador\nCorrección de error: no se puede leer la propiedad 'calcValues' de problemas nulos y relacionados encontrados por Sentry",
"pl": "Popraw komunikaty dziennika/błędów podczas uruchamiania adaptera\nPoprawka błędu: Nie można odczytać właściwości „calcValues” wartości null i powiązanych problemów znalezionych przez Sentry",
"zh-cn": "改进适配器启动时的日志/错误消息\n错误修正:无法读取 Sentry 发现的 null 和相关问题的属性“calcValues”"
},
"0.4.10": {
"en": "Bugfix : Avoid adapter crash during night for incorrect configured states [#460](https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/460)",
"de": "Bugfix : Adapterabsturz während der Nacht bei falsch konfigurierten Zuständen vermeiden [#460](https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/460)",
Expand All @@ -15,7 +27,7 @@
"pl": "Poprawka błędu: Unikaj awarii karty w nocy w przypadku niepoprawnie skonfigurowanych stanów [#460](https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/460)",
"zh-cn": "修正:避免夜间适配器因错误配置状态而崩溃 [#460](https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/460)"
},
"0.4.9-1": {
"0.4.9": {
"en": "Added support for Admin 5 (Requires Admin >= 5.1.2)",
"de": "Unterstützung für Admin 5 hinzugefügt (Admin erforderlich >= 5.1.2)",
"ru": "Добавлена поддержка для Admin 5 (требуется Admin >= 5.1.2).",
Expand Down
Loading

0 comments on commit b38a8fe

Please sign in to comment.