Skip to content

Commit

Permalink
chore: release v3.1.1
Browse files Browse the repository at this point in the history
* (Apollon77) Workaround an admin issue when testing connection to InfluxDB
  • Loading branch information
Apollon77 committed May 31, 2022
1 parent 56154d8 commit ac127fe
Show file tree
Hide file tree
Showing 4 changed files with 6,369 additions and 36 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,7 @@ sendTo('influxdb.0', 'getEnabledDPs', {}, function (result) {
-->

## Changelog

### __WORK IN PROGRESS__
### 3.1.1 (2022-05-31)
* (Apollon77) Workaround an admin issue when testing connection to InfluxDB

### 3.1.0 (2022-05-27)
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.0",
"version": "3.1.1",
"title": "Logging data with InfluxDB",
"titleLang": {
"en": "Logging data with InfluxDB",
Expand All @@ -28,6 +28,18 @@
"zh-cn": "使用InfluxDB记录数据"
},
"news": {
"3.1.1": {
"en": "Workaround an admin issue when testing connection to InfluxDB",
"de": "Umgehung eines Administratorproblems beim Testen der Verbindung zu InfluxDB",
"ru": "Обход проблемы администратора при тестировании подключения к InfluxDB",
"pt": "Solução alternativa de um problema de administrador ao testar a conexão com o InfluxDB",
"nl": "Tijdelijke oplossing voor een beheerdersprobleem bij het testen van de verbinding met InfluxDB",
"fr": "Contournement d'un problème d'administration lors du test de connexion à InfluxDB",
"it": "Soluzione alternativa a un problema di amministrazione durante il test della connessione a InfluxDB",
"es": "Solución de un problema de administración al probar la conexión a InfluxDB",
"pl": "Obejście problemu administratora podczas testowania połączenia z InfluxDB",
"zh-cn": "在测试与 InfluxDB 的连接时解决管理问题"
},
"3.1.0": {
"en": "Data are not converted to numbers if they are other datatypes on getHistory to respect the saved data formats as defined in the datapoint settings for storage.\nFix retention change to lower checkbox in UI\nAllow storeState again to write to InfluxDB for \"unknown state ids\" - \"rules\" usage is not supported in for this and storeState would be silently discarded in this case!\nFix several crash cases reported by Sentry\nMake sure disabling \"Log changes only\" also really do not log the changes anymore\nAllow storeState and GetHistory also to be called for \"unknown ids\"",
"de": "Daten werden nicht in Zahlen konvertiert, wenn es sich um andere Datentypen auf getHistory handelt, um die gespeicherten Datenformate zu respektieren, wie sie in den Datenpunkteinstellungen für die Speicherung definiert sind.\nKorrektur der Aufbewahrungsänderung am unteren Kontrollkästchen in der Benutzeroberfläche\nStoreState erneut erlauben, in InfluxDB für \"unbekannte Zustands-IDs\" zu schreiben - die Verwendung von \"Regeln\" wird dafür nicht unterstützt und storeState würde in diesem Fall stillschweigend verworfen!\nMehrere von Sentry gemeldete Absturzfälle behoben\nStellen Sie sicher, dass durch Deaktivieren von \"Nur Änderungen protokollieren\" die Änderungen auch wirklich nicht mehr protokolliert werden\nAufruf von storeState und GetHistory auch für \"unbekannte IDs\" zulassen",
Expand Down Expand Up @@ -99,18 +111,6 @@
"es": "Solucionar el problema con la actualización de la política de retención para influxDB 1",
"pl": "Rozwiąż problem z aktualizacją zasad przechowywania dla influxDB 1",
"zh-cn": "解决更新 influxDB 1 保留策略的问题"
},
"2.6.0": {
"en": "Make request timeout configurable - defaults to 30s\nAdd option to also accept self signed ssl certificates for InfluxDB 2.x",
"de": "Anforderungs-Timeout konfigurierbar machen – standardmäßig 30 Sekunden\nOption hinzugefügt, um auch selbstsignierte SSL-Zertifikate für InfluxDB 2.x zu akzeptieren",
"ru": "Сделать время ожидания запроса настраиваемым — по умолчанию 30 с.\nДобавить возможность также принимать самозаверяющие ssl-сертификаты для InfluxDB 2.x.",
"pt": "Tornar o tempo limite de solicitação configurável - o padrão é 30s\nAdicionar opção para também aceitar certificados SSL autoassinados para InfluxDB 2.x",
"nl": "Verzoek time-out configureerbaar maken - standaard ingesteld op 30s\nOptie toevoegen om ook zelfondertekende SSL-certificaten te accepteren voor InfluxDB 2.x",
"fr": "Faire en sorte que le délai d'attente de la demande soit configurable - par défaut à 30 s\nAjouter une option pour accepter également les certificats SSL auto-signés pour InfluxDB 2.x",
"it": "Rendi configurabile il timeout della richiesta: il valore predefinito è 30 secondi\nAggiungi l'opzione per accettare anche certificati SSL autofirmati per InfluxDB 2.x",
"es": "Hacer que el tiempo de espera de la solicitud sea configurable: el valor predeterminado es 30 s\nAgregue la opción para aceptar también certificados SSL autofirmados para InfluxDB 2.x",
"pl": "Ustaw limit czasu żądania konfigurowalny - domyślnie 30s\nDodaj opcję akceptowania również samopodpisanych certyfikatów ssl dla InfluxDB 2.x",
"zh-cn": "使请求超时可配置 - 默认为 30 秒\n添加选项以接受 InfluxDB 2.x 的自签名 ssl 证书"
}
},
"mode": "daemon",
Expand Down
Loading

0 comments on commit ac127fe

Please sign in to comment.