feat(xen-api): v0.25.0

This commit is contained in:
Julien Fontanet 2019-03-29 16:32:47 +01:00
parent ff1ca5d933
commit bdad6c0f6d
5 changed files with 7 additions and 4 deletions

View File

@ -16,6 +16,6 @@
},
"dependencies": {
"golike-defer": "^0.4.1",
"xen-api": "^0.24.6"
"xen-api": "^0.25.0"
}
}

View File

@ -24,6 +24,9 @@
- [Backup NG] Ability to set the interval of the full backups [#1783](https://github.com/vatesfr/xen-orchestra/issues/1783) (PR [#4083](https://github.com/vatesfr/xen-orchestra/pull/4083))
- [Hosts] Display a warning icon if you have XenServer license restrictions [#4091](https://github.com/vatesfr/xen-orchestra/issues/4091) (PR [#4094](https://github.com/vatesfr/xen-orchestra/pull/4094))
- [Restore] Ability to restore a metadata backup [#4004](https://github.com/vatesfr/xen-orchestra/issues/4004) (PR [#4023](https://github.com/vatesfr/xen-orchestra/pull/4023))
- Improve connection to XCP-ng/XenServer hosts:
- never disconnect by itself even in case of errors
- never stop watching events
### Bug fixes

View File

@ -41,7 +41,7 @@
"human-format": "^0.10.0",
"lodash": "^4.17.4",
"pw": "^0.0.4",
"xen-api": "^0.24.6"
"xen-api": "^0.25.0"
},
"devDependencies": {
"@babel/cli": "^7.1.5",

View File

@ -1,6 +1,6 @@
{
"name": "xen-api",
"version": "0.24.6",
"version": "0.25.0",
"license": "ISC",
"description": "Connector to the Xen API",
"keywords": [

View File

@ -122,7 +122,7 @@
"value-matcher": "^0.2.0",
"vhd-lib": "^0.6.0",
"ws": "^6.0.0",
"xen-api": "^0.24.6",
"xen-api": "^0.25.0",
"xml2js": "^0.4.19",
"xo-acl-resolver": "^0.4.1",
"xo-collection": "^0.4.1",