|
| 1 | +--- |
| 2 | +slug: 2024-11-13-product-update |
| 3 | +title: October 2024 Defang Compose Update |
| 4 | +tags: |
| 5 | + [ |
| 6 | + Cloud, |
| 7 | + NoDevOps, |
| 8 | + BYOC, |
| 9 | + Postgres, |
| 10 | + Digital Ocean, |
| 11 | + AWS, |
| 12 | + CLI, |
| 13 | + AI, |
| 14 | + Debugging, |
| 15 | + Defang Compose Update, |
| 16 | + ] |
| 17 | +author: Defang Team |
| 18 | +--- |
| 19 | +import { Button } from '@mui/material'; |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | +Hi everyone, |
| 24 | + |
| 25 | +We are a little late getting our monthly update out this time, but we did ship a number of important updates in October that we would like to inform you about. And more is coming… stay tuned for that! |
| 26 | + |
| 27 | +1. **New CLI version 0.6.5**: this was a big release with a number of improvements and bug fixes. You can find details in the release notes [here](https://github.com/DefangLabs/defang/releases/tag/v0.6.5), but to highlight a few: |
| 28 | + - `defang --provider aws` shows improved error message if unauthenticated |
| 29 | + - Added `--wait` and `--wait-timeout` flags |
| 30 | + - Improved `generate` menu: all samples shown (previously these were restricted by language), and we moved the "Generate with AI" option to now be shown in the search filter. |
| 31 | + |
| 32 | +2. **AI Debug for BYOC**: AI Debug feature is incredibly useful in helping users find and fix issues when something goes wrong. Our initial version only worked on Playground, but now we have extended this to BYOC environments. We hope this makes it even easier for you to deploy your apps to AWS, DigitalOcean, etc. |
| 33 | + |
| 34 | +3. A range of other **improvements**, including |
| 35 | + - Network `aliases` support |
| 36 | + - GDPR Delete Me: You can now delete your Defang account from the Defang Portal |
| 37 | + - 30min time-out for the [deployments](https://docs.defang.io/docs/concepts/deployments) to avoid runaway tasks in your account |
| 38 | + - Allow Postgres major version upgrade, e.g. changing the image from`postgres:14` to `postgres:16` in your Compose file (Currently, we only support this in `--mode development`, we will explore ways to support in other modes in the future.) |
| 39 | + - More feedback logs when containers exit, e.g. failing health-checks |
| 40 | + - Fixes for multiple BYOD [domains](https://docs.defang.io/docs/concepts/domains) in a single account |
| 41 | + |
| 42 | +## Events and Adoption |
| 43 | + |
| 44 | +In October, the Defang team was actively involved in a range of exciting events. We participated in [MLH Cloud Week](https://ghw.mlh.io/events/cloud), [StormHacks](https://stormhacks.com/), and hosted a DevTools Vancouver [meetup](https://lu.ma/devtools2), bringing together local DevTool founders, engineers, and enthusiasts. It was inspiring to see Defang in action, helping these hackers build their amazing projects. |
| 45 | + |
| 46 | +When we shipped our Public Beta earlier in 2024, we had a goal to reach **1000 users** by end of year. **We are pleased to announce that we have already reached this milestone a couple of months in advance!** We are excited to see the momentum behind the product and how our users are using Defang for developing and deploying a variety of different applications. Thank you for your support! |
| 47 | + |
| 48 | +## The Road Ahead |
| 49 | + |
| 50 | +The team is now heads-down dotting the i’s and crossing the t’s so we can release Defang V1 before end of year. This will enable customers to use Defang for production workloads. We look forward to sharing more in our next monthly update. |
| 51 | + |
| 52 | +As always, we appreciate your feedback and are committed to making Defang the easiest way to develop, deploy, and debug your cloud applications. Go build something awesome! 🚀 |
0 commit comments