Skip to content

Commit

Permalink
chore: release v1.15.1
Browse files Browse the repository at this point in the history
implement a workaround for postgres problem
  • Loading branch information
Apollon77 committed Jul 20, 2020
1 parent 354ca89 commit 1effb5b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ sendTo('sql.0', 'getEnabledDPs', {}, function (result) {

## Changelog

### __WORK IN PROGRESS__
### 1.15.1 (2020-07-20)
* (Apollon77) implement a workaround for postgres problem

### 1.15.0 (2020-07-19)
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,20 @@
"es": "Registro de estados en SQL DB",
"pl": "Rejestrowanie stanów w SQL DB"
},
"version": "1.15.0",
"version": "1.15.1",
"news": {
"1.15.1": {
"en": "implement a workaround for postgres problem",
"de": "Implementieren Sie eine Problemumgehung für das Postgres-Problem",
"ru": "реализовать обходной путь для проблемы postgres",
"pt": "implementar uma solução alternativa para o problema do postgres",
"nl": "een oplossing voor postgres-probleem implementeren",
"fr": "implémenter une solution de contournement pour le problème postgres",
"it": "implementare una soluzione alternativa per il problema di Postgres",
"es": "implementar una solución alternativa para el problema de postgres",
"pl": "wdrożyć obejście problemu z postgres",
"zh-cn": "实现postgres问题的解决方法"
},
"1.15.0": {
"en": "BREAKING* This version only accepts Node.js 10.x+ (because sqlite3 was upgraded)\nPrevent crash case (Sentry IOBROKER-SQL-16, IOBROKER-SQL-15, IOBROKER-SQL-1K)",
"de": "BREAKING * Diese Version akzeptiert nur Node.js 10.x + (da sqlite3 aktualisiert wurde)\nAbsturzfall verhindern (Sentry IOBROKER-SQL-16, IOBROKER-SQL-15, IOBROKER-SQL-1K)",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.sql",
"description": "Log state sql in a two-stages process (first to Redis, then to CouchDB)",
"version": "1.15.0",
"version": "1.15.1",
"author": "bluefox <[email protected]>",
"contributors": [
"bluefox <[email protected]>",
Expand Down

0 comments on commit 1effb5b

Please sign in to comment.