Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions blog/2024-07-01-july-product-updates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
slug: july-2024-product-update
title: July 2024 Product Update
tags: [Cloud, NoDevOps, BYOC, Windows, Managed Redis, CLI]
author: Defang Team
---

Hey folks! We've got another batch of updates to share with you about what the Defang team has been working on over the past month. We're committed to improving your deployment experience, so let's take a look at what's new.

## Windows Experience Improvements

For our Windows users out there, we've made some changes to make your Defang experience even smoother:

* You can now install Defang using `winget`, the Windows Package Manager, for a streamlined setup
* We've introduced a signed binary for added security and peace of mind

Deploying your apps from Windows just got a little bit nicer.

## One-click Deploy

We've added a new feature that will make it even easier to get started with Defang. We've created a flow where each sample provides a button that allows you to immediately deploy a template with a GitHub action which will automatically deploy the sample to the Defang Playground. That means you can easily make changes by committing them to your brand new repo, and everything automatically updates in the Playground. It's a great way to get started with Defang and start experimenting with your own projects.

Try it now [from our portal](https://portal.defang.dev/sample)!

![screenshot of 1-click deploy UI in portal](/img/july-update/1-click-deploy.png)

## Managed Redis Updates

We first introduced this last month, but we've since rolled it out to everyone. We also added a sample that showcases the power of managed Redis: [BullMQ with Redis](https://github.com/DefangSamples/sample-bullmq-bullboard-redis-template). It demonstrates how you can use BullMQ and BullBoard with a managed Redis instance to create a powerful job queue system so you can easily build robust, scalable applications in AWS with Defang.

## Updated Samples

We've updated our sample projects to showcase how to use them with Defang, including:

* [ASP.NET Core](https://github.com/DefangSamples/sample-csharp-dotnet-template)
* [Feathers.js](https://github.com/DefangSamples/sample-feathersjs-template)
* [Flask & LangChain](https://github.com/DefangSamples/sample-langchain-template)
* [BullMQ with Redis](https://github.com/DefangSamples/sample-bullmq-bullboard-redis-template)

Check them out if you're looking for some inspiration or a starting point for your own projects.

## CLI Updates

We're always looking for ways to enhance the CLI experience. Here's what's new:

* `npx defang` automatically checks to always have the latest version of the CLI
* The output during `defang compose up` has been streamlined to focus on the most important information
* `defang tail` now supports listening to specific services, making it easier to troubleshoot issues
* We've improved hints and error messages to better guide you when something goes wrong
* The CLI now has improved color support for light theme terminals, making it easier on the eyes

It's the small refinements that can make a big difference in your workflow.

## Other Updates

Here are a few more things that didn't quite fit with the rest:

* Visibility into ECS deployment events in BYOC tail logs
* Improvements to ACME certificate generation

Keep an eye out for these updates in the near future.

---

As always, we'd love your help shaping the future of Defang, so let us know what you'd like to see next. Happy deploying! 🚀
Binary file added static/img/july-update/1-click-deploy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.