Conversation
BREAKING CHANGES: None - Fully backward compatible with v1.0.0 New Features: - Add strictJsonCustomizer() with automatic XSS prevention via HTML tag rejection - Add automatic strict JSON property validation (mass assignment prevention) - Add GlobalExceptionHandler with 10 built-in exception handlers - Add TraceIdFilter for distributed tracing with MDC integration - Add abstract ApiException class for custom business exceptions - Add RFC 9457 ProblemDetail format for all error responses - Add automatic trace ID generation with UUID format - Add comprehensive Javadoc with zero warnings Security Enhancements: - Implement fail-fast HTML tag detection and rejection - Add strict JSON validation to prevent mass assignment attacks - Add automatic string sanitization with whitespace trimming - Add null value preservation in DTOs - Prevent XSS, HTML injection, and JavaScript injection attacks Documentation: - Add dedicated 'Built-in Security Features' section in README - Add comprehensive distributed tracing documentation - Add enhanced TraceIdFilter examples with header propagation - Add complete exception handling examples - Document trace ID priority and MDC integration - Add migration guide from v1.0.0 to v1.1.0
chore(release): prepare v1.1.0 release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.