1
1
# Changelog
2
2
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/ ) .
3
3
4
- ## [ v0.3.x ] - 2024-05-14
4
+ ## [ v0.4.0 ] - 2024-07-17
5
5
### 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.
11
12
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 ` .
16
22
17
23
## [ v0.3.4] - 2024-03-12
18
24
### Added
@@ -23,7 +29,7 @@ All notable changes to this project will be documented in this file. The format
23
29
- Add ability to create, get and delete SSH Keys.
24
30
25
31
## [ v0.3.2] - 2023-03-22
26
- ### Fixes
32
+ ### Fixed
27
33
- Fix a crash when unmarshalling when the ` /server ` returns a different type for the server disk size depending on the type of server.
28
34
- Fix GetRecordWithRecord with default priority.
29
35
- 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
59
65
60
66
## [ v0.2.1] - 2022-05-16
61
67
### Added
62
- - Added label update function.
68
+ - Added label update function.
0 commit comments