Remove phantom bearerAuth changelog entries - #4
Merged
Conversation
Since 2026-06-11 the changelog accumulated repeated
"the security scope X was added/removed to the endpoint's security
scheme bearerAuth" entries. These are phantom: the security-scope
*set* of the affected endpoints never changed — the spec generator
serialized the bearerAuth requirement array in a non-deterministic
order, and the diff tool misread each reordering as a scope swap.
Ground truth from the openapi.json history: scope sets changed at
only two points — the 2026-06-11 introduction of the scheme, and the
genuine 2026-06-17 change (contacts, task_lists, ledger_accounts/{id},
reports, etc.). Everything else was phantom.
- Deleted 11 changelog files that contained only phantom entries
- Stripped phantom bullets from 2026-06-15, -17, -25 (keeping the
genuine param/schema changes and the real 2026-06-17 scope changes,
including removing the stray ledger_accounts{format} phantom that
sat inside the otherwise-genuine 2026-06-17 diff)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Thank you for your interest! We are not currently accepting external Pull Requests directly on this repository. If you have questions, suggestions, or improvements regarding the documentation, please reach out to us at support@moneybird.com instead. We appreciate your feedback! |
jsmienk-moneybird
approved these changes
Jul 1, 2026
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.
Summary
Since 2026-06-11 the changelog accumulated a flood of repeated
the security scope X was added/removed to the endpoint's security scheme bearerAuthentries. These are phantom: the security-scope set of the affected endpoints never actually changed.