Skip to content

v3.6.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 02:14
· 106 commits to main since this release
a74ca01

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