Skip to content

3.3.0

Choose a tag to compare

@joaotonaco joaotonaco released this 01 Nov 10:52
· 182 commits to main since this release

New

  • Now using @squarecloud/api-types
  • Global and per application cache system
  • Client events for logs, statuses and backups updates
  • ApplicationsManager#status for fetching all your apps statuses
  • Application#backups manager
  • Application#deploys manager
  • WebsiteApplication with custom and domain properties
  • WebsiteApplication#network manager

Changes

  • Application Backups
- application.backupURL()
+ application.backups.url()
+ application.backups.download()
  • Application#tag changed to Application#name (Only for full applications)
  • Application#lang changed to Application#language
  • Application#status now has its own structure (e.g. ApplicationStatusData#ramUsage changed to ApplicationStatusUsage#ram

Removed

  • Experimental features
  • Ability to fetch other users
  • Application#tier
  • User#blocklist
  • UserPlan#duration

Refactor

  • Using client instance instead of api manager for structures and managers
  • Throw errors instead of returning undefined values
  • Folder structure