File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.7.0]
6+
57### Added
68
79- Rate limiting functionality allows specifying an initial one time
810 burst size.
911- Firecracker can now boot from an arbitrary boot partition by specifying
1012 its unique id in the driver's API call.
13+ - Block device rescan is triggered via a PUT ` /actions ` with the drive ID in the
14+ action body's ` payload ` field and the ` action_type ` field set to
15+ ` BlockDeviceRescan ` .
16+
17+ ### Changed
18+
19+ - Removed ` noapic ` from the default guest kernel command line.
20+ - The ` action_id ` parameter is no longer required for synchronous PUT requests
21+ to ` /actions ` .
22+ - PUT requests are no longer allowed on ` /drives ` resources after the guest
23+ has booted.
24+
25+ ### Fixed
26+
27+ - Fixed guest instance kernel loader to accelerate vCPUs launch and consequently
28+ guest kernel boot.
29+ - Fixed network emulation to improve IO performance.
1130
1231## [ 0.6.0]
1332
Original file line number Diff line number Diff line change 11[package ]
22name = " firecracker"
3- version = " 0.6 .0"
3+ version = " 0.7 .0"
44authors = [
" Amazon firecracker team <[email protected] >" ]
55
66[dependencies ]
Original file line number Diff line number Diff line change 44 description : RESTful public-facing API.
55 The API is accessible through HTTP calls on specific URLs carrying JSON modeled data.
66 The transport medium is a Unix Domain Socket.
7- version : 0.6 .0
7+ version : 0.7 .0
88 termsOfService : " "
99 contact :
1010
You can’t perform that action at this time.
0 commit comments