Skip to content

Remove deprecated Doppler recentLogs for 6.x#1350

Open
jorbaum wants to merge 3 commits into
cloudfoundry:mainfrom
jorbaum:issue-1181-remove-recentlogs
Open

Remove deprecated Doppler recentLogs for 6.x#1350
jorbaum wants to merge 3 commits into
cloudfoundry:mainfrom
jorbaum:issue-1181-remove-recentlogs

Conversation

@jorbaum
Copy link
Copy Markdown
Contributor

@jorbaum jorbaum commented Mar 30, 2026

Follows up on #1181 / #1348.

Note on default behavior

With recent changes in #1348 logs(ApplicationLogsRequest) defaults to recent=true (LogCache) when recent is null. This differs from logs(LogsRequest), where null defaulted to recent=false (Doppler streaming).

┌──────────────┬────────────────────┬───────────────────┐
│ recent value │  Before #1348      │  After #1348.     │
├──────────────┼────────────────────┼───────────────────┤
│ true         │ Doppler recentlogs │ Log Cache         │
├──────────────┼────────────────────┼───────────────────┤
│ null         │ Doppler streaming  │ Log Cache         │
├──────────────┼────────────────────┼───────────────────┤
│ false        │ Doppler streaming  │ Doppler streaming │
└──────────────┴────────────────────┴───────────────────┘

This PR (code and description) was co-authored by Claude Opus 4 via Claude Code v2.1.87 and carefully reviewed and vetted by its human author.

@jorbaum
Copy link
Copy Markdown
Contributor Author

jorbaum commented Apr 14, 2026

Added a PR to fix the regression: #1352

@jorbaum jorbaum force-pushed the issue-1181-remove-recentlogs branch from e3ecba3 to 3731bde Compare May 22, 2026 13:13
jorbaum added 2 commits May 22, 2026 15:20
Remove DopplerClient.recentLogs(), RecentLogsRequest,
Applications.logs(LogsRequest), and LogsRequest — all deprecated
in 5.x (cloudfoundry#1348). Inline the Doppler streaming path directly into
logs(ApplicationLogsRequest). Update README with breaking changes.
@jorbaum jorbaum force-pushed the issue-1181-remove-recentlogs branch from 3731bde to 0648948 Compare May 22, 2026 13:21
@jorbaum
Copy link
Copy Markdown
Contributor Author

jorbaum commented May 22, 2026

Rebased and made sure the regression still has been fixed.

@jorbaum jorbaum marked this pull request as ready for review May 22, 2026 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant