Renamed before/after middleware hooks to a consistent pre/post API while preserving the existing names through deprecation shims. Added tests, documentation updates, and migration-safe exports.
PR #1517 · Merged August 2026Python · Agentic systems · API design · Testing
Chocobozzz / PeerTube
Fix server configuration refresh after admin settings save
Fixed a configuration bug where administrator changes remained stale until a page refresh or server restart by correctly subscribing to the configuration reset observable.
Added an administrator setting that controls the default replay behavior for live streams while preserving the user's ability to override it per stream.
Implemented parsing for IntelliJ IDEA annotations.xml files, including directory, JAR, and ZIP discovery, annotation mapping, tests, and documentation updates.
PR #8045 · Under reviewJava · XML parsing · Static analysis · Testing