Skip to content

Commit f24e538

Browse files
doc: add CHANGELOG.md file (#4)
1 parent 45cee1b commit f24e538

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

docs/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## 1.0.0
2+
3+
An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based "Data Center Designer" (DCD) tool or via an easy to use API.
4+
5+
The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
6+
7+
## 1.0.1 \(May 18th, 2022\)
8+
9+
### Enhancements:
10+
* `location` and `backup_location` parameters on `CreateClusterProperties` are now strings
11+
* `Location` and `BackupLocation` models are now removed
12+
13+
### Features
14+
* **new values** for `storage_type` parameter: _**SSD_STANDARD**, **SSD_PREMIUM**_. Value **_SSD_** is deprecated. Use the equivalent **_SSD_PREMIUM_** instead.
15+
16+
## 1.0.2 \(Jul 14th, 2022\)
17+
18+
### Features
19+
* added size and location to ClusterBackup
20+
21+
## 1.0.3 \(Oct 26th, 2022\)
22+
23+
### Fixes
24+
25+
- Fixed `IONOS_TOKEN` authentication bug. Now, the authentication using `IONOS_TOKEN` works properly.

0 commit comments

Comments
 (0)