Skip to content
TILens What matters today in tech v0.0.9
Theme

Topic - Edition

Frameworks

5 items on 23 Apr 2026
Java GitHub Frameworks

spring-projects/spring-boot: v4.0.6

🐞 Bug Fixes Default security is misconfigured when spring-boot-actuator-autoconfigure is present and spring-boot-health is not #50188 Elasticsearch Rest5Client auto-configuration misconfigures underlying HTTP client…

Source: Spring Boot Releases spring-builds
Java GitHub Frameworks

spring-projects/spring-boot: v3.5.14

🐞 Bug Fixes ApplicationPidFileWriter does not handle symlinks correctly #50173 RandomValuePropertySource is not suitable for secrets #50172 Cassandra auto-configuration misconfigures CqlSessionBuilder #50171…

Source: Spring Boot Releases spring-builds
Java GitHub Frameworks

spring-projects/spring-boot: v4.1.0-RC1

⭐ New Features Add support for docker.elastic.co/elasticsearch/elasticsearch #50119 Narrow the scope of icons pattern to /icons/icon-* #50084 Add configuration options for KafkaTemplate's allowNonTransactional and…

Source: Spring Boot Releases spring-builds
FastAPI GitHub Python

encode/uvicorn: Version 0.46.0

What's Changed Support ws_max_size in wsproto implementation by @Kludex in #2915 Support ws_ping_interval and ws_ping_timeout in wsproto implementation by @Kludex in #2916 Use bytearray for incoming WebSocket message…

Source: Uvicorn Releases Kludex