fix: pass encrypt param for varchar/text/mediumtext/longtext in push#273
fix: pass encrypt param for varchar/text/mediumtext/longtext in push#273premtsd-code wants to merge 4 commits intomasterfrom
Conversation
* Breaking: Removed legacy `account` commands (billing, keys, invoices) * Breaking: Replaced `activities`/`backups` with `console` service * Added `list-schedules`, `create-schedule`, and `get-schedule` for projects * Added `console get-resource` usage example * Added `console variables` usage example * Updated docs to reflect new `console` service
* Breaking: Removed legacy `account` commands (billing, keys, invoices) * Breaking: Replaced `activities`/`backups` with `console` service * Added: `list-schedules`, `create-schedule`, and `get-schedule` for projects * Added: `console get-resource` usage example * Added: `console variables` usage example * Updated: Docs to reflect new `console` service
* Breaking: Removed legacy `account` commands and replaced `activities`/`backups` with `console` service * Added `console get-resource` and `console variables` usage examples * Updated docs to reflect new `console` service
|
Caution Review failedPull request was closed or merged during review WalkthroughThis PR bumps the Appwrite CLI from version 14.0.0 to 16.0.0 and restructures the command surface. The Estimated code review effort🎯 4 (Complex) | ⏱️ ~50 minutes 🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
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. Comment |
Generated from sdk-generator branch
fix-push-encrypt-string-types(PR #1373).The
createAttributehelper inattributes.tsnow passesencrypt: attribute.encryptforvarchar,text,mediumtext, andlongtexttypes duringappwrite push. Previously only the legacystringtype passed this parameter.Summary by CodeRabbit
Release Notes
Breaking Changes
New Features
Updates
Documentation