Skip to content

Commit

Permalink
chore: release v3.0.2
Browse files Browse the repository at this point in the history
* (Apollon77) handle an empty Path for InfluxDB 2.0 correctly in all cases
  • Loading branch information
Apollon77 committed May 12, 2022
1 parent 48ec048 commit b19fd0f
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 @@ -445,8 +445,7 @@ sendTo('influxdb.0', 'getEnabledDPs', {}, function (result) {
-->

## Changelog

### __WORK IN PROGRESS__
### 3.0.2 (2022-05-12)
* (Apollon77) handle an empty Path for InfluxDB 2.0 correctly in all cases

### 3.0.1 (2022-05-11)
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.0.1",
"version": "3.0.2",
"title": "Logging data with InfluxDB",
"titleLang": {
"en": "Logging data with InfluxDB",
Expand All @@ -28,6 +28,18 @@
"zh-cn": "使用InfluxDB记录数据"
},
"news": {
"3.0.2": {
"en": "handle an empty Path for InfluxDB 2.0 correctly in all cases",
"de": "Behandeln Sie einen leeren Pfad für InfluxDB 2.0 in allen Fällen korrekt",
"ru": "правильно обрабатывать пустой путь для InfluxDB 2.0 во всех случаях",
"pt": "manipular um caminho vazio para o InfluxDB 2.0 corretamente em todos os casos",
"nl": "behandel een leeg pad voor InfluxDB 2.0 in alle gevallen correct",
"fr": "gérer correctement un chemin vide pour InfluxDB 2.0 dans tous les cas",
"it": "gestire correttamente un percorso vuoto per InfluxDB 2.0 in tutti i casi",
"es": "manejar una ruta vacía para InfluxDB 2.0 correctamente en todos los casos",
"pl": "we wszystkich przypadkach poprawnie obsłużyć pustą ścieżkę dla InfluxDB 2.0",
"zh-cn": "在所有情况下正确处理 InfluxDB 2.0 的空路径"
},
"3.0.1": {
"en": "BREAKING: Configuration is only working in the new Admin 5 UI!\nDid bigger adjustments to the recording logic and added a lot of new Features. Please refer to Changelog and Forum post for details.",
"de": "BREAKING: Die Konfiguration funktioniert nur in der neuen Admin 5-Benutzeroberfläche!\nGrößere Anpassungen an der Aufnahmelogik vorgenommen und viele neue Features hinzugefügt. Einzelheiten finden Sie im Änderungsprotokoll und im Forumsbeitrag.",
Expand Down Expand Up @@ -99,18 +111,6 @@
"es": "Datos interpolados marcados con `i=true`",
"pl": "Oznaczono dane interpolowane za pomocą `i=true`",
"zh-cn": "用 `i=true` 标记插值数据"
},
"2.5.1": {
"en": "Marked interpolated data with `i=true`",
"de": "Markierte interpolierte Daten mit `i=true`",
"ru": "Помеченные интерполированные данные с `i=true`",
"pt": "Dados interpolados marcados com `i=true`",
"nl": "Gemarkeerde geïnterpoleerde gegevens met `i=true`",
"fr": "Données interpolées marquées avec `i=true`",
"it": "Dati interpolati contrassegnati con `i=true`",
"es": "Datos interpolados marcados con `i=true`",
"pl": "Oznaczono dane interpolowane za pomocą `i=true`",
"zh-cn": "用 `i=true` 标记插值数据"
}
},
"mode": "daemon",
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.0.1",
"version": "3.0.2",
"author": "bluefox <[email protected]>",
"contributors": [
"bluefox <[email protected]>",
Expand Down

0 comments on commit b19fd0f

Please sign in to comment.