Skip to content

chore: bump @ecency/sdk to 2.3.68 - #3375

Merged
feruzm merged 1 commit into
developmentfrom
chore/bump-sdk-2.3.68
Jul 29, 2026
Merged

chore: bump @ecency/sdk to 2.3.68#3375
feruzm merged 1 commit into
developmentfrom
chore/bump-sdk-2.3.68

Conversation

@feruzm

@feruzm feruzm commented Jul 29, 2026

Copy link
Copy Markdown
Member

Bumps @ecency/sdk 2.3.67 to 2.3.68.

That release contains exactly two changes, both to queries this app already uses:

  • post-tips is now read with a GET on /private-api/post-tips/{author}/{permlink} instead of a POST with a JSON body. A POST response is uncacheable by definition, so the same tip totals were re-requested on every mount; the query also had no staleTime, meaning it was stale on every mount and window refocus. Both are fixed upstream.
  • pro-members freshness documented and left at 5 minutes, deliberately below the endpoint's own cache window (react-query cannot see how old a cached response already was, so matching the two would add the windows together rather than align them).

No app-side change is needed: tipsQueries.ts and proQueries.ts consume getPostTipsQueryOptions and getProMembersQueryOptions straight from the SDK.

The server side is already deployed and the previous POST route is still served, so an older build keeps working and this can ship on the normal release cadence.

Verified the installed build resolves to 2.3.68 and calls the GET path with both segments encoded.

Summary by CodeRabbit

  • Chores
    • Updated the Ecency SDK dependency to the latest compatible version.

Picks up the post-tips read moving from POST to GET. A POST response is
uncacheable, so tips were re-requested on every mount; the GET is addressable
by URL and the endpoint now serves a Cache-Control, so repeat reads come from
the cache instead of the network.

Mobile consumes both changed queries through the SDK (tipsQueries and
proQueries), so no app-side change is needed. The server route is already live
and the old POST route stays in place, so this is safe to ship whenever.
@greptile-apps

greptile-apps Bot commented Jul 29, 2026

Copy link
Copy Markdown

Greptile Summary

Updates @ecency/sdk from 2.3.67 to 2.3.68.

  • Aligns package.json with the new SDK release.
  • Refreshes the corresponding yarn.lock version, artifact URL, and integrity hash.

Confidence Score: 5/5

The PR appears safe to merge with no actionable issues identified in the dependency update.

The manifest and lockfile consistently resolve @ecency/sdk 2.3.68, and the changed dependency metadata introduces no demonstrated build, runtime, or security failure.

Important Files Changed

Filename Overview
package.json Bumps the declared @ecency/sdk dependency from 2.3.67 to 2.3.68.
yarn.lock Locks @ecency/sdk to 2.3.68 with matching resolution and integrity metadata while preserving its dependency set.

Reviews (1): Last reviewed commit: "chore: bump @ecency/sdk to 2.3.68" | Re-trigger Greptile

@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 5b4c770c-8d9f-4785-8458-586f9f8e14cb

📥 Commits

Reviewing files that changed from the base of the PR and between be831a8 and a2dff24.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

The pull request updates the @ecency/sdk dependency constraint in package.json from ^2.3.67 to ^2.3.68.

Changes

SDK dependency update

Layer / File(s) Summary
Update SDK dependency constraint
package.json
The @ecency/sdk version constraint is updated from ^2.3.67 to ^2.3.68.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Poem

A bunny found a newer SDK,
And nudged the version up today.
One tiny line, a hop so neat,
The package sprouted fresher feet!
🐇✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely summarizes the only substantive change: bumping @ecency/sdk to 2.3.68.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-sdk-2.3.68

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@feruzm
feruzm merged commit dd58534 into development Jul 29, 2026
9 checks passed
@feruzm
feruzm deleted the chore/bump-sdk-2.3.68 branch July 29, 2026 19:00
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