Skip to content

Commit

Permalink
chore: release v3.1.2
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 a0e9948 commit 153bf2b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 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.2 (2022-05-31)
* (Apollon77) Workaround an admin issue when testing connection to InfluxDB

### 3.1.0 (2022-05-27)
Expand Down
14 changes: 13 additions & 1 deletion 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.1",
"version": "3.1.2",
"title": "Logging data with InfluxDB",
"titleLang": {
"en": "Logging data with InfluxDB",
Expand All @@ -28,6 +28,18 @@
"zh-cn": "使用InfluxDB记录数据"
},
"news": {
"3.1.2": {
"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
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,7 +1,7 @@
{
"name": "iobroker.influxdb",
"description": "Log states in InfluxDB",
"version": "3.1.1",
"version": "3.1.2",
"author": "bluefox <[email protected]>",
"contributors": [
"bluefox <[email protected]>",
Expand Down

0 comments on commit 153bf2b

Please sign in to comment.