Skip to content

Commit

Permalink
chore: release v0.12.0
Browse files Browse the repository at this point in the history
* (foxriver76) the `idTag` for remote transactions is now `ioBroker` persistent over all transactions
* (foxriver76) implemented the management of authentication list
* (foxriver76) only create states if supported by profile (closes #22)
* (foxriver76) increased stability on first connection
  • Loading branch information
foxriver76 committed Jan 18, 2023
1 parent 9847538 commit 8d88c15
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ Adapter to connect an OCPP 1.6 supported wallbox
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 0.12.0 (2023-01-18)
* (foxriver76) the `idTag` for remote transactions is now `ioBroker` persistent over all transactions
* (foxriver76) implemented the management of authentication list
* (foxriver76) only create states if supported by profile (closes #22)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "ocpp",
"version": "0.11.1",
"version": "0.12.0",
"news": {
"0.12.0": {
"en": "the `idTag` for remote transactions is now `ioBroker` persistent over all transactions\nimplemented the management of authentication list\nonly create states if supported by profile (closes #22)\nincreased stability on first connection",
"de": "der idTag für Remote-Transaktionen ist jetzt ioBroker persistent über alle Transaktionen\ndie verwaltung der authentifizierungsliste implementiert\nnur zustände erstellen, wenn von profil unterstützt (schließt #22)\nerhöhte stabilität beim ersten anschluss",
"ru": "idTag для удаленных транзакций теперь ioBroker настойчиво по всем операциям\nреализовано управление списком аутентификации\nтолько создавать государства, если поддерживается профилем (closes #22)\nповышенная стабильность при первом подключении",
"pt": "o idTag para transações remotas é agora ioBroker persistente sobre todas as transações\nimplementou a gestão da lista de autenticação\nsomente criar estados se suportado pelo perfil (fecha #22)\naumento da estabilidade na primeira conexão",
"nl": "de idTag voor afgelegen transacties is nu ioBroker volhardend over alle transacties\nde management van de authenticatielijst\ncreëer alleen staten als ondersteund door profiel (closes #22)\nverhoogde stabiliteit op het eerste verband",
"fr": "idTag pour les transactions à distance est maintenant ioBroker persistant sur toutes les transactions\nmis en œuvre la gestion de la liste d'authentification\ncréer des états uniquement si le profil est supporté (ferme #22)\nune stabilité accrue à la première connexion",
"it": "il idTag per le transazioni remote è ora ioBroker persistente su tutte le transazioni\nimplementato la gestione dell'elenco di autenticazione\nsolo creare stati se supportati dal profilo (chiude #22)\nmaggiore stabilità sul primo collegamento",
"es": "idTag para transacciones remotas es ahora ioBroker persistente sobre todas las transacciones\nimplementó la gestión de la lista de autenticación\nsólo crear estados si apoyados por perfil (cerca #22)\nmayor estabilidad en la primera conexión",
"pl": "idTag dla odległych transakcji jest obecnie ioBrokerem uproszczonym nad wszystkimi transakcjami\nzaimplementował zarządzanie listami autentyczności\nutwory mogą być wspierane przez profil (ogranicz #22)\nzwiększona stabilność pierwszego związku",
"uk": "idTag для віддалених транзакцій тепер ioBroker стійкий до всіх транзакцій\nвпроваджено управління переліком автентифікації\nтільки створити стани, якщо підтримується профіль (закриває #22)\nпідвищена стійкість при першому підключенні",
"zh-cn": "远距离交易的投标现在是对所有交易都保持沉默。\n执行核证清单的管理\n只有在概况(编号:第22号)支持下才能创建国家\nb. 第一个联系方面的稳定增加"
},
"0.11.1": {
"en": "we now correctly detect data type and role of configuration attributes",
"de": "wir erkennen nun den datentyp und die rolle von konfigurationsattributen korrekt",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "słabnąć tylko błąd Poniższy kod jest różny od NoError",
"uk": "тільки ввійти помилки Код, якщо він відрізняється від NoError",
"zh-cn": "只是错误的逻辑 法律如果不同于第Error号。"
},
"0.8.1": {
"en": "make `transactionId` matching `connectorId` again",
"de": "die Transaktion Identifizierbarer Anschluss wieder",
"ru": "сделать транзакцию Id соответствующий разъем Ид снова",
"pt": "fazer transação Conector de correspondência Id Id novamente",
"nl": "vertaling: Identificeer de connector Identificatie",
"fr": "transaction Connecteur correspondant à Id Id again",
"it": "effettuare transazioni Connettore di corrispondenza Id di nuovo",
"es": "hacer transacciones Conector de combinación de Id Id again",
"pl": "transakcja Id matching connector Ponownie znów",
"uk": "зробити операцію Роз'єм відповідності Id І знову",
"zh-cn": "交易 连接者 我再次发言"
}
},
"title": "Open Charge Point Protocol",
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,6 +1,6 @@
{
"name": "iobroker.ocpp",
"version": "0.11.1",
"version": "0.12.0",
"description": "Adapter for OCPP 1.6",
"author": {
"name": "Moritz Heusinger",
Expand Down

0 comments on commit 8d88c15

Please sign in to comment.