Skip to content

2025.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jun 09:50

Full list of changes

New Components

Breaking Changes

  • update minimal python version to 3.10 esphome#8850 by @ximex (breaking-change)
  • Add LWIP optimization options to reduce flash usage esphome#8946 by @bdraco (breaking-change)
  • Replace API deferred queue with efficient message batching system esphome#9012 by @bdraco (breaking-change)
  • Optimize Component and Application state storage from uint32_t to uint8_t esphome#9082 by @bdraco (breaking-change)
  • Reduce entity memory usage by eliminating field shadowing and bit-packing esphome#9076 by @bdraco (breaking-change)
  • Optimize Application area_ from std::string to const char* esphome#9085 by @bdraco (breaking-change)

Beta Changes

Notable Changes

All changes

Show

Dependency Changes

Show