---
title: "Zuplo Release v6.49.0"
description: ""
canonicalUrl: "https://zuplo.com/changelog/2025/04/16/zuplo-release-v6.49.0"
pageType: "changelog"
date: "2025-04-16"
tags: "core"
---
This release brings improvements to the Zuplo CLI authentication experience and
bug fixes.

### New Features 🎉

- **Enhanced CLI Authentication with Refresh Tokens** - The Zuplo CLI now
  supports refresh tokens for improved authentication persistence. This update
  provides a more seamless experience when working with the CLI, eliminating the
  need for frequent re-authentication. Learn more about
  [local development with Zuplo CLI](https://zuplo.com/docs/articles/local-development).

- **Account Deletion Capability** - Users can now permanently delete their Zuplo
  accounts through the portal. This self-service feature provides full control
  over account management. See the
  [account deletion guide](https://zuplo.com/docs/articles/accounts/delete-account)
  for more details.

### Bug Fixes 🐛

- **Request Logging Enhancement** - Moved request received logging earlier in
  the handler for improved observability and debugging capabilities.