You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2024-08-30-august-product-updates.md
+12-15Lines changed: 12 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,32 +21,20 @@ import { Button } from '@mui/material';
21
21
22
22
Wow - what a month of Aug it has been! We made some big strides of progress on our vision of providing a radically simpler way to Develop, Deploy, and Debug _portable_ cloud applications.
23
23
24
-
## BYOC Digital Ocean in Preview
25
-
26
-
BYOC Digital Ocean in Preview! From the very beginning, it has been part of Defang’s vision to not only provide a simpler way to Develop, Deploy, and Debug your cloud applications, but to be able to do so in a portable way. As developers, we all value the flexibility of knowing our application can be deployed to our chosen cloud, even if that choice changes over time for a given application. Defang has already provided that choice since the beginning between the Defang Playground and BYOC with AWS. Today, we take an even bigger step in providing that choice with the announcement of the Preview of BYOC with Digital Ocean!
24
+
## Ask Defang
27
25
28
-
For now the Preview will only allow deploying services, no managed storage like Redis or Postgres. We are working on adding more features and will keep you updated on our progress.
26
+
We've just rolled out an initial version of Ask Defang, our AI-driven documentation assistant that can help you navigate the Defang docs and get deploying faster. It's deployed with Defang and using a combination of embeddings run on a GPU-powered service, Defang managed Redis, and OpenAI APIs.
29
27
30
-
The preview will be available within the next week or two following this announcement.
28
+
Check it out [here](/docs/ask) or head to [ask.defang.io](https://ask.defang.io) to get started!
31
29
32
30
## Enhanced Platform Symmetry
33
31
34
32
We've been hard at work improving the symmetry between our Playground and BYOC environments as well as `docker compose up` vs `defang compose up` to provide a more seamless experience. You can now use multiple compose files and in BYOC the CLI will subcribe to events to monitor service health during deployments.
35
33
36
-
## Managed Postgres Coming Soon
37
-
38
-
We're excited to let you know that managed Postgres is almost here! We've got an initial version running internally, and we'll be rolling it out to you soon. Stay tuned for more updates on this front!
39
-
40
34
## AI Features and Debugging Improvements
41
35
42
36
We've been working on several AI-driven enhancements to make your development process even more efficient. We've addressed key issues, such as file generation failures due to parsing errors and invalid compose files. Also, our Debug Assistant is now more robust, handling context size limits better than before.
43
37
44
-
## Ask Defang
45
-
46
-
We've just rolled out an initial version of Ask Defang, our AI-driven documentation assistant that can help you navigate the Defang docs and get deploying faster. It's deployed with Defang and using a combination of embeddings run on a GPU-powered service, Defang managed Redis, and OpenAI APIs.
47
-
48
-
Check it out [here](/docs/ask) or head to [ask.defang.io](https://ask.defang.io) to get started!
49
-
50
38
---
51
39
52
40

@@ -71,4 +59,13 @@ Register here!
71
59
72
60
---
73
61
62
+
## Roadmap
63
+
64
+
We're working on a number of new features to make Defang even better. Here are some of the most exciting ones:
65
+
66
+
-**Managed Postgres**: We're working on getting Defang to provision managed Postgres services for you, so you can easily store and query data in your applications.
67
+
-**Digital Ocean BYOC**: We're working on adding Digital Ocean BYOC to give you even more choice over where you deploy your applications.
68
+
69
+
---
70
+
74
71
We’re excited to keep enhancing Defang to make it the easiest way for you to Develop, Deploy, and Debug cloud applications. Stay tuned for more updates next month! 🚀
0 commit comments