Skip to content

Commit

Permalink
chore: release v3.1.4
Browse files Browse the repository at this point in the history
* (Apollon77) Performance optimizations for GetHistory calls, especially for "minmax" aggregate method
* (Apollon77) Prevent crash case reported by Sentry
  • Loading branch information
Apollon77 committed Jun 8, 2022
1 parent 71871d6 commit e80952e
Show file tree
Hide file tree
Showing 4 changed files with 3,603 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ sendTo('influxdb.0', 'getEnabledDPs', {}, function (result) {
-->

## Changelog
### __WORK IN PROGRESS__
### 3.1.4 (2022-06-08)
* (Apollon77) Performance optimizations for GetHistory calls, especially for "minmax" aggregate method
* (Apollon77) Prevent crash case reported by Sentry

Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pl": "Logowanie stanów do InfluxDB",
"zh-cn": "将状态记录到InfluxDB中"
},
"version": "3.1.3",
"version": "3.1.4",
"title": "Logging data with InfluxDB",
"titleLang": {
"en": "Logging data with InfluxDB",
Expand All @@ -28,6 +28,18 @@
"zh-cn": "使用InfluxDB记录数据"
},
"news": {
"3.1.4": {
"en": "Performance optimizations for GetHistory calls, especially for \"minmax\" aggregate method\nPrevent crash case reported by Sentry",
"de": "Leistungsoptimierungen für GetHistory-Anrufe, insbesondere für minmax-Aggregatmethode\nVerhindern Crashfall berichtet von Sentry",
"ru": "Оптимизация производительности для звонков GetHistory, особенно для метода minmax агрегата\nПредотвратить случай аварии, сообщается в Sentry",
"pt": "Otimizações de desempenho para chamadas GetHistory, especialmente para método agregado minmax\nImpedir caso de acidente relatado por Sentry",
"nl": "Performance optimisatie voor GetHistory calls, vooral voor minmax aggregate methode\nVertaling:",
"fr": "Optimisations de performance pour les appels GetHistory, en particulier pour la méthode globale minmax\nPrévenir l ' accident signalé par Sentry",
"it": "Ottimizzazione delle prestazioni per le chiamate GetHistory, in particolare per il metodo aggregato minmax\nPrevenire caso crash segnalato da Sentry",
"es": "Optimizaciones de rendimiento para llamadas GetHistory, especialmente para minmax método agregado\nCaso de emergencia reportado por Sentry",
"pl": "Optymalizacja wydajności dla wezwań GetHistory, zwłaszcza dla metody Minmax\nPrzygotowania do wypadku Sentry",
"zh-cn": "GetHistory呼呼声的表现,特别是总括法\nSentry所报告的预防事故"
},
"3.1.3": {
"en": "Corrected issue when testing connection to InfluxDBv1 with weird passwords",
"de": "Problem beim Testen der Verbindung zu InfluxDBv1 mit seltsamen Passwörtern behoben",
Expand Down Expand Up @@ -99,18 +111,6 @@
"es": "Solucionar posibles casos de bloqueo (Sentry IOBROKER-INFLUXDB-4Q)",
"pl": "Napraw potencjalne przypadki awarii (Sentry IOBROKER-INFLUXDB-4Q)",
"zh-cn": "修复潜在的崩溃案例 (Sentry IOBROKER-INFLUXDB-4Q)"
},
"2.6.2": {
"en": "Correctly handle db names with hyphens for InfluxDB 1\nFix getHistory for non boolean fields\nAdjust shard group duration to influxdb proposals",
"de": "Behandeln Sie DB-Namen mit Bindestrichen für InfluxDB 1 korrekt\nGetHistory für nicht boolesche Felder korrigiert\nPassen Sie die Dauer der Shard-Gruppe an die Vorschläge von influxdb an",
"ru": "Правильно обрабатывать имена баз данных с дефисами для InfluxDB 1\nИсправление getHistory для нелогических полей\nОтрегулируйте продолжительность группы сегментов для предложений influxdb",
"pt": "Manipule corretamente nomes de banco de dados com hífens para InfluxDB 1\nCorrige getHistory para campos não booleanos\nAjustar a duração do grupo de fragmentos para propostas influxdb",
"nl": "Correct omgaan met db-namen met koppeltekens voor InfluxDB 1\nGetHistory repareren voor niet-booleaanse velden\nPas de duur van de shardgroep aan voor influxdb-voorstellen",
"fr": "Gérer correctement les noms de base de données avec des traits d'union pour InfluxDB 1\nCorrection de getHistory pour les champs non booléens\nAjuster la durée du groupe de fragments aux propositions influxdb",
"it": "Gestire correttamente i nomi db con trattini per InfluxDB 1\nRisolto il problema con getHistory per i campi non booleani\nRegola la durata del gruppo di shard alle proposte influxdb",
"es": "Manejar correctamente los nombres de bases de datos con guiones para InfluxDB 1\nArreglar getHistory para campos no booleanos\nAjuste la duración del grupo de fragmentos a las propuestas de influxdb",
"pl": "Prawidłowo obsługuj nazwy baz danych z myślnikami dla InfluxDB 1\nNapraw getHistory dla pól innych niż logiczne\nDostosuj czas trwania grupy shard do propozycji influxdb",
"zh-cn": "正确处理带有连字符的数据库名称,用于 InfluxDB 1\n修复非布尔字段的 getHistory\n调整分片组持续时间以适应 influxdb 提案"
}
},
"mode": "daemon",
Expand Down
Loading

0 comments on commit e80952e

Please sign in to comment.