Skip to content

Commit 4b731a3

Browse files
committed
update
1 parent c1d1eb6 commit 4b731a3

File tree

1 file changed

+65
-0
lines changed

1 file 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+
## Managed Redis is Here
20+
21+
We first introduced this last month, but we were just starting to roll it out. Since then we've improved the experience and make it dead simple to use: simply add this to your redis service definition in `compose.yaml`:
22+
23+
```yaml
24+
x-defang-redis: true
25+
```
26+
27+
Defang will take care of provisioning a fully AWS-managed Redis instance for you, so you can stay focused on your application.
28+
29+
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+
## Compose Profiles & Updated Samples
32+
33+
We've added a new "defang" profile for `compose.yaml` that's specifically for Defang-related services and configuration. This should help keep your Defang settings organized and separate from your application configuration.
34+
35+
We've also updated our sample projects to showcase how to use them with Defang, including:
36+
37+
* [BullMQ with Redis](https://github.com/DefangSamples/sample-bullmq-bullboard-redis-template)
38+
39+
Check them out if you're looking for some inspiration or a starting point for your own projects.
40+
41+
## CLI Updates
42+
43+
We're always looking for ways to enhance the CLI experience. Here's what's new:
44+
45+
* `npx defang` automatically checks to always have the latest version of the CLI
46+
* The output during `defang compose up` has been streamlined to focus on the most important information
47+
* `defang tail` now supports listening to specific services, making it easier to troubleshoot issues
48+
* We've improved hints and error messages to better guide you when something goes wrong
49+
* The CLI now has improved color support for light theme terminals, making it easier on the eyes
50+
51+
It's the small refinements that can make a big difference in your workflow.
52+
53+
## Other Updates
54+
55+
Here are a few more things that didn't quite fit with the rest:
56+
57+
* Visibility into ECS deployment events in BYOC tail logs
58+
* Portal enhancements including sample project search and 1-click deploy
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! 🚀

0 commit comments

Comments
 (0)