Skip to content

Commit

Permalink
chore: release v2.6.4
Browse files Browse the repository at this point in the history
* (Apollon77) Optimize performance, especially when using names instead of object ids
  • Loading branch information
Apollon77 committed Mar 17, 2022
1 parent ca0fcab commit 1e39530
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,7 @@ If no data source was specified or the noHistory parameter is passed, then only
### __WORK IN PROGRESS__
-->
## Changelog

### __WORK IN PROGRESS__
### 2.6.4 (2022-03-17)
* (Apollon77) Optimize performance, especially when using names instead of object ids

### 2.6.3 (2022-02-19)
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "simple-api",
"version": "2.6.3",
"version": "2.6.4",
"news": {
"2.6.4": {
"en": "Optimize performance, especially when using names instead of object ids",
"de": "Optimieren Sie die Leistung, insbesondere bei der Verwendung von Namen anstelle von Objekt-IDs",
"ru": "Оптимизация производительности, особенно при использовании имен вместо идентификаторов объектов.",
"pt": "Otimize o desempenho, especialmente ao usar nomes em vez de IDs de objetos",
"nl": "Optimaliseer de prestaties, vooral bij het gebruik van namen in plaats van object-ID's",
"fr": "Optimisez les performances, en particulier lorsque vous utilisez des noms au lieu d'ID d'objet",
"it": "Ottimizza le prestazioni, soprattutto quando si utilizzano nomi anziché ID oggetto",
"es": "Optimice el rendimiento, especialmente cuando use nombres en lugar de identificadores de objetos",
"pl": "Zoptymalizuj wydajność, zwłaszcza gdy używasz nazw zamiast identyfikatorów obiektów",
"zh-cn": "优化性能,尤其是在使用名称而不是对象 ID 时"
},
"2.6.3": {
"en": "Optimize error message for multilanguage objects\nDo not overwrite state properties by object properties",
"de": "Fehlermeldung für mehrsprachige Objekte optimieren\nZustandseigenschaften nicht durch Objekteigenschaften überschreiben",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Soporte del nuevo Let's Encrypt (solo con js-controller 3.2.x)",
"pl": "Obsługa nowego Let's Encrypt (tylko z js-controller 3.2.x)",
"zh-cn": "支持新的Let's Encrypt(仅适用于js-controller 3.2.x)"
},
"2.4.8": {
"en": "Make sure missing favico file locally is not throwing exceptions (Sentry IOBROKER-SIMPLE-API-G)",
"de": "Stellen Sie sicher, dass die lokal fehlende Favico-Datei keine Ausnahmen auslöst (Sentry IOBROKER-SIMPLE-API-G).",
"ru": "Убедитесь, что отсутствующий файл favico локально не вызывает исключений (Sentry IOBROKER-SIMPLE-API-G)",
"pt": "Certifique-se de que o arquivo favico ausente localmente não esteja gerando exceções (Sentry IOBROKER-SIMPLE-API-G)",
"nl": "Zorg ervoor dat het ontbrekende favico-bestand lokaal geen uitzonderingen genereert (Sentry IOBROKER-SIMPLE-API-G)",
"fr": "Assurez-vous que le fichier favico manquant localement ne génère pas d'exceptions (Sentry IOBROKER-SIMPLE-API-G)",
"it": "Assicurati che il file favico mancante localmente non generi eccezioni (Sentry IOBROKER-SIMPLE-API-G)",
"es": "Asegúrese de que el archivo favico faltante localmente no arroje excepciones (Sentry IOBROKER-SIMPLE-API-G)",
"pl": "Upewnij się, że brakujący lokalnie plik Favico nie powoduje wyjątków (Sentry IOBROKER-SIMPLE-API-G)",
"zh-cn": "确保本地丢失的favico文件不会引发异常(Sentry IOBROKER-SIMPLE-API-G)"
}
},
"title": "Simple RESTful API",
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.simple-api",
"version": "2.6.3",
"version": "2.6.4",
"description": "RESTful interface for ioBroker.",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit 1e39530

Please sign in to comment.