feat(api): add OAuth2AuthenticationException handler#134
Merged
Conversation
nednella
added a commit
that referenced
this pull request
Nov 11, 2025
🤖 I have created a release *beep* *boop* --- ## [0.4.0](https://github.com/nednella/echo/compare/api@v0.3.1...api@v0.4.0) (2025-11-11) ### Features * **api:** add flyway db migrations ([#151](#151)) ([7a2d786](7a2d786)) * **api:** add flyway plugin ([#161](#161)) ([bb343f8](bb343f8)) * **api:** add OAuth2AuthenticationException handler ([#134](#134)) ([8b15492](8b15492)) * **api:** annotate ErrorResponse with NotNull so OpenAPI spec infers as required fields ([#130](#130)) ([4c5f158](4c5f158)) * **api:** improve db repeatables ([#155](#155)) ([f1931f2](f1931f2)) * **api:** remove unused user status enum ([#154](#154)) ([dd24980](dd24980)) * **api:** update controller OpenAPI documentation ([#128](#128)) ([9dd81d1](9dd81d1)) ### Bug Fixes * **api:** de-duplicate profile mentions ([#156](#156)) ([8f73e28](8f73e28)) * **api:** ensure posts are cascade deleted on author_id, conversation_id, parent_id ([#158](#158)) ([b46233e](b46233e)) * **api:** update profile lookups and mentions to use case-insensitive usernames ([#157](#157)) ([ddd9d5b](ddd9d5b)) ### Performance Improvements * **api:** reduce application idle memory consumption ([#162](#162)) ([95833b0](95833b0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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.
Title