Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.29 KB

File metadata and controls

36 lines (26 loc) · 1.29 KB

Changelog

[1.0.3] - 2026-06-25

Fixed

  • NoClassDefFoundError on HealthIndicator when Spring Boot Actuator is not on the classpath

[1.0.2] - 2026-06-24

Added

  • Spring Boot Configuration Metadata for IDE autocompletion (spring-configuration-metadata.json)
  • Missing option properties for pool settings (minPool, maxPool, maxIdle, keepAlive, startupTimeout, healthCheckIntervalMs)

Changed

  • Independent module versioning with starter-v* publish tags
  • Version extracted from git tags in publish workflow

[1.0.1] - 2026-06-23

Changed

  • Include MIT LICENSE file in all JAR artifacts

[1.0.0] - 2026-06-23

Added

  • Spring Boot 3.x auto-configuration (PythonEmbedAutoConfiguration)
  • SINGLE mode with PythonEmbed bean
  • POOL mode with PythonEmbedPool bean
  • Actuator HealthIndicator for Python process health
  • @ConfigurationProperties binding for all pool and runtime settings
  • Auto-configuration conditional on python-embed-runtime on classpath