v0.25.1

firecracker-microvm/firecrackerv0.25.1Nov 5, 2021by luminitavoicu

AI Summary

This update introduces a configuration parameter to limit HTTP API payload sizes and MMDS data store limits, alongside cleanup improvements to environment variables in the Jailer.

Key Highlights

  • Added `--http-api-max-payload-size` parameter
  • Limited MMDS data store size
  • Cleaned up environment variables in Jailer

New Features

  • Configurable maximum payload size for HTTP API
  • MMDS data store size limitation
  • Jailer environment variable cleanup

Full Release Notes

### Added

* Added `--http-api-max-payload-size` parameter to configure the maximum payload
  size for PUT and PATCH requests.
* Limit MMDS data store size to `--http-api-max-payload-size`.
* Cleanup all environment variables in Jailer.