Skip to content

Commit 6fa0d65

Browse files
committed
Sync roadmap/TODO: mark HTTP debug-output fix done, pending release
1 parent 99a5531 commit 6fa0d65

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

ROADMAP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ for Cloudways API access. It is planning context, not a release promise.
77

88
- Keep the Cloudways list and server endpoint surface stable and well tested.
99
- Keep token fetching and authenticated request behavior centralized.
10-
- Improve safety around credentials, HTTP debug output, and test fixtures.
10+
- Improve safety around credentials and test fixtures. The hardcoded
11+
`debug_output: $stdout` leak in `CwConnect`/`CwToken` is fixed in
12+
`CHANGELOG.md [Unreleased]`, not yet cut as a release.
1113
- Keep release hygiene consistent for RubyGems publishing.
1214

1315
## Near-Term
1416

1517
- Expand README examples for common Rails initializer and service-object usage.
16-
- Review HTTP debug output behavior so production consumers do not accidentally
17-
expose request or response data.
1818
- Add clearer examples for Cloudways server creation and scaling payloads.
1919
- Confirm Ruby version support across gem metadata, CI, and docs.
2020
- Improve response error handling around non-200 Cloudways API responses.

TODO.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111

1212
## Ruby Gem
1313

14-
- [ ] Review Cloudways HTTP debug output before production use.
14+
- [x] Review Cloudways HTTP debug output before production use — removed the
15+
hardcoded `debug_output: $stdout` from `CwConnect`/`CwToken`; see
16+
`CHANGELOG.md [Unreleased]`, not yet cut as a release.
1517
- [ ] Confirm supported Ruby versions across gemspec, CI, and docs.
1618
- [ ] Add or verify specs for missing negative paths.
1719
- [ ] Consider response wrapper objects for common Cloudways success and error

0 commit comments

Comments
 (0)