Skip to content

Commit

Permalink
chore: release v0.5.0
Browse files Browse the repository at this point in the history
* (bluefox) Some access errors were corrected
  • Loading branch information
GermanBluefox committed May 17, 2022
1 parent 896eb9f commit 93a4a1d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 39 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ You cannot send POST request to commands via GUI.
- `extendObject(id, obj)` - modify object by ID with JSON. (.e.g. `{"common":{"enabled": true}}`)
- `getForeignObjects(pattern, type)` - same as getObjects
- `getForeignStates(pattern)` - same as getStates
- `delObjects(id, options)` - delete objects by pattern

### Others
- `log(text, level[info])` - no answer - add log entry to ioBroker log
Expand All @@ -145,7 +144,7 @@ You cannot send POST request to commands via GUI.
-->

## Changelog
### **WORK IN PROGRESS**
### 0.5.0 (2022-05-17)
* (bluefox) Some access errors were corrected

### 0.4.0 (2022-04-26)
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "rest-api",
"version": "0.4.0",
"version": "0.5.0",
"news": {
"0.5.0": {
"en": "Some access errors were corrected",
"de": "Einige Zugriffsfehler wurden behoben",
"ru": "Исправлены некоторые ошибки доступа",
"pt": "Alguns erros de acesso foram corrigidos",
"nl": "Sommige toegangsfouten zijn gecorrigeerd",
"fr": "Certaines erreurs d'accès ont été corrigées",
"it": "Alcuni errori di accesso sono stati corretti",
"es": "Se corrigieron algunos errores de acceso",
"pl": "Poprawiono niektóre błędy dostępu",
"zh-cn": "一些访问错误已得到纠正"
},
"0.4.0": {
"en": "Added socket commands",
"de": "Socket-Befehle hinzugefügt",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Suscripción corregida",
"pl": "Poprawiona subskrypcja",
"zh-cn": "更正订阅"
},
"0.3.1": {
"en": "First release",
"de": "Erste Veröffentlichung",
"ru": "Первый выпуск",
"pt": "Primeiro lançamento",
"nl": "Eerste uitgave",
"fr": "Première sortie",
"it": "Prima uscita",
"es": "Primer lanzamiento",
"pl": "Pierwsze wydanie",
"zh-cn": "首次发布"
}
},
"title": "REST API",
Expand Down
23 changes: 0 additions & 23 deletions lib/api/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1838,29 +1838,6 @@ paths:
responses:
200:
description: "successful operation"
/command/delObjects:
get:
tags:
- "commands"
summary: "delete objects by pattern"
produces:
- "application/json"
parameters:

- name: "id"
in: "query"
description: ""
type: "string"
required: true

- name: "options"
in: "query"
description: "JSON object"
type: "string"
required: false
responses:
200:
description: "successful operation"
# admin commands end
/command/log:
get:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.rest-api",
"version": "0.4.0",
"version": "0.5.0",
"description": "RESTful interface for ioBroker with GUI.",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit 93a4a1d

Please sign in to comment.