Skip to content

Commit

Permalink
chore: release v2.5.3
Browse files Browse the repository at this point in the history
Make sure that delayed answers are not crashing (Sentry IOBROKER-SIMPLE-API-Z)
  • Loading branch information
Apollon77 committed Jan 25, 2021
1 parent 3ef3653 commit c224401
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ If no data source was specified or the noHistory parameter is passed, then only
-->
## Changelog

### __WORK IN PROGRESS__
### 2.5.3 (2021-01-25)
* (Apollon77) Make sure that delayed answers are not crashing (Sentry IOBROKER-SIMPLE-API-Z)

### 2.5.2 (2021-01-09)
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "simple-api",
"version": "2.5.2",
"version": "2.5.3",
"news": {
"2.5.3": {
"en": "Make sure that delayed answers are not crashing (Sentry IOBROKER-SIMPLE-API-Z)",
"de": "Stellen Sie sicher, dass verzögerte Antworten nicht abstürzen (Sentry IOBROKER-SIMPLE-API-Z)",
"ru": "Убедитесь, что отложенные ответы не вызывают сбоев (Sentry IOBROKER-SIMPLE-API-Z)",
"pt": "Certifique-se de que as respostas atrasadas não estejam travando (Sentry IOBROKER-SIMPLE-API-Z)",
"nl": "Zorg ervoor dat vertraagde antwoorden niet crashen (Sentry IOBROKER-SIMPLE-API-Z)",
"fr": "Assurez-vous que les réponses différées ne plantent pas (Sentry IOBROKER-SIMPLE-API-Z)",
"it": "Assicurati che le risposte ritardate non si blocchino (Sentry IOBROKER-SIMPLE-API-Z)",
"es": "Asegúrese de que las respuestas retrasadas no se bloqueen (Sentry IOBROKER-SIMPLE-API-Z)",
"pl": "Upewnij się, że opóźnione odpowiedzi nie ulegają awarii (Sentry IOBROKER-SIMPLE-API-Z)",
"zh-cn": "确保延迟的答案不会崩溃(Sentry IOBROKER-SIMPLE-API-Z)"
},
"2.5.2": {
"en": "Support of new Let's Encrypt (only with js-controller 3.2.x)",
"de": "Unterstützung des neuen Let's Encrypt (nur mit js-controller 3.2.x)",
Expand Down
2 changes: 1 addition & 1 deletion 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.simple-api",
"version": "2.5.2",
"version": "2.5.3",
"description": "RESTful interface for ioBroker.",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit c224401

Please sign in to comment.