File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 1.0.0
2
+ * Added support for MMDS version 2. (#441 )
3
+ * Added support for set drive IO engine type. (#411 )
4
+ * Added support for get Firecracker version. (#410 )
5
+ * Added a DriveOpt func for configuring CacheType. (#401 )
6
+ * Added GetExportVMConfig to read the /vm/config endpoint. (#400 )
7
+ * Added ability to allow passing cgroup-version to jailer. (#399 )
8
+ * Added support for the MMDS configuration. (#290 )
9
+ * Added PauseVM, ResumeVM, CreateSnapshot and LoadSnapshot capabilities. (#278 ) (#414 )
10
+ * Fixed InitrdPath usage. (#295 )
11
+
1
12
# 0.22.0
2
13
* Since firecracker-microvm/firecracker #2125 , ` cargo build ` doesn't build jailer by default. (#263 )
3
14
* Fix Benchmark Goroutine (#259 )
Original file line number Diff line number Diff line change 14
14
package firecracker
15
15
16
16
// Version represents the current version of the SDK.
17
- const Version = "0.22 .0"
17
+ const Version = "1.0 .0"
You can’t perform that action at this time.
0 commit comments