logmasker v0.0.1
·
76 commits
to main
since this release
logmasker modules/logmasker/v0.0.1
Changes
- refactor(core): contract Application interface via ServiceIntrospector extension (remove direct introspection methods); update mocks (c4b74a2)
- Merge ctl/main into sync branch: upstream workflows, contract tooling, concurrency improvements, workspace version strategy (ea0a088)
- chore: bump module dependencies to v1.11.1 (#87) (0a2a0e9)
- feat(eventbus): fairness rotation, backpressure modes, metrics & structured lifecycle events (#86) (40890a7)
- Real request events, middleware removal, test isolation & infra updates (#79) (71b62f3)
- Complete merge and update all references from CrisisTextLine to GoCodeAlone (ee18f12)
- Remove replace directives from modules while preserving local development for examples (#71) (1c9d3c9)
- Complete comprehensive event observation testing infrastructure with full module coverage and linter compliance (#48) (474c384)
- Optimize hash strategy performance in logmasker module (45a8e59)
- Update logmasker module to require v1.5.3 for decorator pattern compatibility (5316722)
- Optimize logmasker performance and simplify redundant logic (eea132d)
- Refactor logmasker to use BaseLoggerDecorator and move example to examples/ directory (609f540)
- Implement centralized log masking functionality with configurable rules and MaskableValue interface (deeedf5)
API Contract Changes
No API contract differences compared to previous release.