Skip to content

Commit 8ba8105

Browse files
authored
Merge pull request #62 from UpCloudLtd/update/changelog
Update Changelog
2 parents 0d93d01 + 26ffeab commit 8ba8105

File tree

1 file changed

+41
-8
lines changed

1 file changed

+41
-8
lines changed

CHANGELOG.md

Lines changed: 41 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,57 @@
11
# Change log
22

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+
336
## 2.0.0
437

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
740

841
## 1.1.0
942

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
1245

1346
## 1.0.2
1447

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
1750

1851
## 1.0.1
1952

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
2255

2356
## 1.0.0
2457

0 commit comments

Comments
 (0)