Skip to content

Commit 3cc1852

Browse files
authored
Merge pull request #64 from DefangLabs/july-product-updates
July Update
2 parents c1d1eb6 + ecc2438 commit 3cc1852

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
slug: july-2024-product-update
3+
title: July 2024 Product Update
4+
tags: [Cloud, NoDevOps, BYOC, Windows, Managed Redis, CLI]
5+
author: Defang Team
6+
---
7+
8+
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.
9+
10+
## Windows Experience Improvements
11+
12+
For our Windows users out there, we've made some changes to make your Defang experience even smoother:
13+
14+
* You can now install Defang using `winget`, the Windows Package Manager, for a streamlined setup
15+
* We've introduced a signed binary for added security and peace of mind
16+
17+
Deploying your apps from Windows just got a little bit nicer.
18+
19+
## One-click Deploy
20+
21+
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.
22+
23+
Try it now [from our portal](https://portal.defang.dev/sample)!
24+
25+
![screenshot of 1-click deploy UI in portal](/img/july-update/1-click-deploy.png)
26+
27+
## Managed Redis Updates
28+
29+
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.
30+
31+
## Updated Samples
32+
33+
We've updated our sample projects to showcase how to use them with Defang, including:
34+
35+
* [ASP.NET Core](https://github.com/DefangSamples/sample-csharp-dotnet-template)
36+
* [Feathers.js](https://github.com/DefangSamples/sample-feathersjs-template)
37+
* [Flask & LangChain](https://github.com/DefangSamples/sample-langchain-template)
38+
* [BullMQ with Redis](https://github.com/DefangSamples/sample-bullmq-bullboard-redis-template)
39+
40+
Check them out if you're looking for some inspiration or a starting point for your own projects.
41+
42+
## CLI Updates
43+
44+
We're always looking for ways to enhance the CLI experience. Here's what's new:
45+
46+
* `npx defang` automatically checks to always have the latest version of the CLI
47+
* The output during `defang compose up` has been streamlined to focus on the most important information
48+
* `defang tail` now supports listening to specific services, making it easier to troubleshoot issues
49+
* We've improved hints and error messages to better guide you when something goes wrong
50+
* The CLI now has improved color support for light theme terminals, making it easier on the eyes
51+
52+
It's the small refinements that can make a big difference in your workflow.
53+
54+
## Other Updates
55+
56+
Here are a few more things that didn't quite fit with the rest:
57+
58+
* Visibility into ECS deployment events in BYOC tail logs
59+
* Improvements to ACME certificate generation
60+
61+
Keep an eye out for these updates in the near future.
62+
63+
---
64+
65+
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! 🚀
475 KB
Loading

0 commit comments

Comments
 (0)