|
1 | 1 | # Change log |
2 | 2 |
|
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | +See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/) |
| 5 | + |
| 6 | +## 3.0.0 (Unreleased) |
| 7 | + |
| 8 | +### Added |
| 9 | + |
| 10 | +- go.mod |
| 11 | +- delete server and all attached storages |
| 12 | +- a build script with more code quality checks |
| 13 | +- go-vcr to tests |
| 14 | +- Host, Firewall, Network, Router resources from UpCloud API 1.3 |
| 15 | +- Storage import resource |
| 16 | + |
| 17 | +### Changed |
| 18 | + |
| 19 | +- Bumb Go version to 1.14 |
| 20 | +- Converted API calls from XML to JSON |
| 21 | +- default zone from hel1 to hel2 |
| 22 | +- only build PRs and merges to master |
| 23 | +- raise mininum required go version to 1.13 |
| 24 | +- Changelog format to include different lists |
| 25 | +- Bumb UpCloud API from 1.2 to 1.3 and expand with new functionalities |
| 26 | +- Postman collection to UpCloud API 1.3 and JSON |
| 27 | + |
| 28 | +### Removed |
| 29 | + |
| 30 | +- XML api calls |
| 31 | + |
| 32 | +### Fixed |
| 33 | + |
| 34 | +- Timeout issues |
| 35 | + |
3 | 36 | ## 2.0.0 |
4 | 37 |
|
5 | | -* moved project to UpCloud's own GitHub organization |
6 | | -* raise the minimum required Go version to 1.7 |
| 38 | +- moved project to UpCloud's own GitHub organization |
| 39 | +- raise the minimum required Go version to 1.7 |
7 | 40 |
|
8 | 41 | ## 1.1.0 |
9 | 42 |
|
10 | | -* improve documentation |
11 | | -* remove ability to override the API base URL and version |
| 43 | +- improve documentation |
| 44 | +- remove ability to override the API base URL and version |
12 | 45 |
|
13 | 46 | ## 1.0.2 |
14 | 47 |
|
15 | | -* remove credentials related getters and setters from `Client` |
16 | | -* hopefully fix CD-ROM integration tests for good by performing all operations while the server is stopped |
| 48 | +- remove credentials related getters and setters from `Client` |
| 49 | +- hopefully fix CD-ROM integration tests for good by performing all operations while the server is stopped |
17 | 50 |
|
18 | 51 | ## 1.0.1 |
19 | 52 |
|
20 | | -* minor tweaks to the integration tests |
21 | | -* correct the package name in the README installation instructions |
| 53 | +- minor tweaks to the integration tests |
| 54 | +- correct the package name in the README installation instructions |
22 | 55 |
|
23 | 56 | ## 1.0.0 |
24 | 57 |
|
|
0 commit comments