Fluxzero 1.236.0
1.236.0 (2026-08-04)
Features
authentication: version user ID metadata (
8107d93)Store regular users by User.getName() from defaults version 2026.08.04 and resolve those values through getUserById. Preserve compatibility reads and writes for older defaults, and encode the system identity explicitly as the reserved $system ID.
Documentation
agent: explain versioned defaults workflow (
f3df62c)Define compatibility behavior, threshold and override precedence, PropertySource selection, migration safety, documentation, and verification expectations for future SDK default changes.
Code Refactoring
authentication: centralize metadata value decoding (
248303a)Keep JSON encoding knowledge inside Metadata while allowing new defaults to resolve raw user IDs. Object-shaped candidates are validated before mapping, and invalid JSON falls back to the raw string path without penalizing ordinary IDs.