Releases: squarecloudofc/sdk-api-js
Releases · squarecloudofc/sdk-api-js
v3.6.5
01 Nov 12:57
Compare
Sorry, something went wrong.
No results found
Patch Changes
b560485 : Better request JSON parse error debugging.
v3.6.4
26 Jul 04:28
Compare
Sorry, something went wrong.
No results found
Patch Changes
47ac220 : Fix cache defaults not working.
v3.6.3
26 Jul 03:23
Compare
Sorry, something went wrong.
No results found
Patch Changes
138d9d8 : Rename deploys#current() to deploys#webhookURL().
7a806b0 : New structure for backups with download method. It's used at backups.list() method.
6f302d8 : New structure for deployments. It's used at deploys.list() method.
v3.6.2
26 Jul 00:32
Compare
Sorry, something went wrong.
No results found
Patch Changes
d59f57f : Now backups, deploys, files and cache are available in the BaseApplication.
v3.6.1
25 Jul 04:01
Compare
Sorry, something went wrong.
No results found
Patch Changes
ed4a0b5 : Fix CSharp detecting as invalid lang.
v3.6.0
23 Jul 02:14
Compare
Sorry, something went wrong.
No results found
Minor Changes
d7e9b0e : New Application#deploys#current method for getting the current deployment URL
application . deploys . current ( )
73c92c2 : New Application#files#edit method for editing files
application . files . edit ( pathOrBuffer , path )
010e8b9 : New Application#backups#list method for listing snapshots
application . backups . list ( )
18cf349 : New Application#network#dns method for getting DNS records status
application . network . dns ( )
2da679a : New Application#files#move for moving or renaming files
application . files . move ( path , newPath )
4f68026 : Implement new API routes convention
Patch Changes
a138094 : Rename Application#deploys#getGithubWebhook to integrateGithubWebhook
v3.5.3
03 Jul 12:33
Compare
Sorry, something went wrong.
No results found
Patch Changes
613579f : Fix Application#fetch request loop
v3.5.2
03 Jul 03:15
Compare
Sorry, something went wrong.
No results found
Patch Changes
839b61b : fix api spam requests (loop) (partial correction)
v3.5.1
25 Jun 23:15
Compare
Sorry, something went wrong.
No results found
Patch Changes
6809d52 : Fix circular dependency error
v3.5.0
25 Jun 13:04
Compare
Sorry, something went wrong.
No results found
Minor Changes
6e42e39 : Rename all tag properties (user and application) to name as API deprecated them.
6394ebd : Allow some app methods at BaseApplication
Patch Changes
9adbbfe : Rename ApplicationManager#status method to statusAll to match its API endpoint.