Skip to content

Update base44-sdk skill to v0.8.22 March 18, 2026#106

Merged
netanelgilad merged 2 commits intomainfrom
update-base44-sdk-v0.8.22
Mar 18, 2026
Merged

Update base44-sdk skill to v0.8.22 March 18, 2026#106
netanelgilad merged 2 commits intomainfrom
update-base44-sdk-v0.8.22

Conversation

@claude
Copy link
Contributor

@claude claude bot commented Mar 18, 2026

Summary

  • entities: Added updateMany() (MongoDB-style bulk update by query) and bulkUpdate() (update multiple records by ID) methods
  • functions: Added fetch() method for low-level HTTP access to backend functions (streaming, custom HTTP methods, raw response)
  • app-logs: Added fetchLogs() and getStats() methods
  • connectors: Major restructure — base44.connectors is now UserConnectorsModule (per-user OAuth, frontend accessible) with getCurrentAppUserAccessToken(), connectAppUser(), disconnectAppUser(); base44.asServiceRole.connectors adds getConnection() (recommended replacement for deprecated getAccessToken()) and documents available services list
  • sso: New reference file for base44.asServiceRole.sso.getAccessToken() module
  • client, SKILL.md, QUICK_REFERENCE.md: Updated to reflect all new modules and changes

Test plan

  • Verify entities.updateMany() and bulkUpdate() examples are correct
  • Verify functions.fetch() streaming example works as documented
  • Verify connectors split (user vs service role) matches SDK source
  • Verify sso.getAccessToken() endpoint path matches src/modules/sso.ts

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@netanelgilad
Copy link
Contributor

@claude don't document app user connectors yet they are not yet fully public and working

@claude
Copy link
Contributor Author

claude bot commented Mar 18, 2026

Claude finished @netanelgilad's task in 2m 1s —— View job


Removing App User Connectors Documentation

  • Gather context
  • Read connectors.md and related files
  • Update connectors.md — removed base44.connectors (UserConnectorsModule) section and TypeScript interface
  • Update QUICK_REFERENCE.md — removed User Connectors section
  • Update SKILL.md — removed app user connector references (modules table, module selection, frontend/backend table)
  • Commit and push changes

Removed all documentation for base44.connectors (per-user OAuth: getCurrentAppUserAccessToken, connectAppUser, disconnectAppUser) from connectors.md, QUICK_REFERENCE.md, and SKILL.md. Only service role connectors (base44.asServiceRole.connectors) remain documented.
|

Co-authored-by: Netanel Gilad <netanelgilad@users.noreply.github.com>
@netanelgilad netanelgilad merged commit aec2a07 into main Mar 18, 2026
2 of 3 checks passed
@netanelgilad netanelgilad deleted the update-base44-sdk-v0.8.22 branch March 18, 2026 21:52
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