Skip to content

Commit 46759fe

Browse files
authored
Merge pull request #28 from severen/update-changelog
chore: update CHANGELOG for the v0.4.0 release
2 parents 3b2ce4e + 6145a41 commit 46759fe

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

CHANGELOG.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
# Changelog
22
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
33

4-
## [v0.3.x] - 2024-05-14
4+
## [v0.4.0] - 2024-07-17
55
### Added
6-
- list/get/update/remove for `/cloud/db`
7-
- list/get/update/remove for `/cloud/db/user`
8-
- list/get/update/remove for `/cloud/db/grants`
9-
- cloud stack image list_all `/cloud/image`
10-
- add user/add/edit/update and ssh key
6+
- Added support for all endpoints under `/cloud/db/`.
7+
- Added support for all endpoints under `/cloud/db/grant/`.
8+
- Added support for all endpoints under `/cloud/db/user/`.
9+
- Added support for all endpoints under `/cloud/ssh/user/`.
10+
- Added support for the `/bandwith/get_ip_list.json` endpoint.
11+
- Added support for the `/cloud/stack/image/list_all.json` endpoint.
1112

12-
### Fixes
13-
- version updates
14-
- correct the ssh key update params
15-
- add wrappers around api return types to get bools, not ints.
13+
### Fixed
14+
- Corrected the SSH key update parameters.
15+
16+
### Changed
17+
- Updated Go from 1.19 to 1.22.
18+
- Updated dependencies.
19+
- Moved from v1.2 of the SiteHost API to v1.3.
20+
- Changed the type of the `CustomImageAccess` API request struct fields from
21+
`string` to `bool`.
1622

1723
## [v0.3.4] - 2024-03-12
1824
### Added
@@ -23,7 +29,7 @@ All notable changes to this project will be documented in this file. The format
2329
- Add ability to create, get and delete SSH Keys.
2430

2531
## [v0.3.2] - 2023-03-22
26-
### Fixes
32+
### Fixed
2733
- Fix a crash when unmarshalling when the `/server` returns a different type for the server disk size depending on the type of server.
2834
- Fix GetRecordWithRecord with default priority.
2935
- Fix ListRecords to remove the final dot in the content value.
@@ -59,4 +65,4 @@ All notable changes to this project will be documented in this file. The format
5965

6066
## [v0.2.1] - 2022-05-16
6167
### Added
62-
- Added label update function.
68+
- Added label update function.

0 commit comments

Comments
 (0)