rubenf
rubenf2mo ago

**Weekly 3**: https://youtu.be/w-K8mzUfpIs (HD still processing) - EU cluster - Kafka - Extending cr

Weekly 3: https://youtu.be/w-K8mzUfpIs (HD still processing) - EU cluster - Kafka - Extending cron support - Workspace specific critical alerts - FileUpload support for our AI generated hub scripts - new pricing page presentation
Windmill
YouTube
Windmill Weekly 3
EU cluster Kafka Extending cron support Workspace specific critical alerts FileUpload support for our AI generated hub scripts new pricing page presentation
11 Replies
rubenf
rubenfOP2mo ago
The iteration picker for flows was not super practical for flows that were still running. Now it both locks the iteration picked and will loads all the substeps at any depth correctly, and running steps won't interfere with it.
henri-c
henri-c2mo ago
We have introduced a new pricing https://www.windmill.dev/pricing Instead of vCPUs, we are now basing pricing on compute units (a 2GB worker used for a full month). Workers have a size (small, standard, large) based on their memory limit (<=1, (1-2], >2) and each worker size gets a compute unit (0.5, 1, 2) With this new approach, you can now get rid of setting vCPU limits which is an anti-pattern in favor of only setting them as requests not to limit unnecessarily the compute power of your workers Apart from that, seats and discounts for non-profits and SMBs still exist
No description
rubenf
rubenfOP2mo ago
refreshable components are now cancellable directly on the app
Unknown User
Unknown User2mo ago
Message Not Public
Sign In & Join Server To View
rubenf
rubenfOP2mo ago
Multiselects can now take labeled values in apps:
No description
rubenf
rubenfOP5w ago
you can now enforce dark/light mode on apps (also help with quickly checking rendering on both themes)
rubenf
rubenfOP5w ago
small changelog for aggrid fanatics, you can make your app using aggrid behave a lot better by setting the newly exposed rowIdCol to an id that is stable in your rows:. It allows AgGrid to compute the best re-display of the table on changes. If you don't it will use our auto-generated ids like before but there are cases where it's less optimal
No description
Hugo
Hugo3w ago
App custom URL Cloud and enterprise users can now set a custom public URL for their app! https://www.windmill.dev/changelog/app-custom-url https://www.windmill.dev/docs/apps/public_apps#custom-url
No description
rubenf
rubenfOP3w ago
more native docker jobs support With the new # docker annotation, windmill will manage the container started from your bash job for you, including piping the logs, monitoring memory and super importantly stopping container on job cancel or worker kill for you. That's one step closer to have windmill support managing external jobs on k8s/ecs/nomad/swarm directly.
No description
rubenf
rubenfOP3w ago
Issues with apps released between Windmill 1.436.0 (5 days old) -> 1.437.0: Update to >= 1.437.1 Newly deployed apps with Windmill on those versions will see their frontend scripts not running. The mistake is related to a performance improvement we did. You just have to update to Windmill version >= 1.437.1 or latest helm chart. It doesn't impact apps that were deployed prior to those versions and it only impact frontend scripts. Big apologies 🙇‍♂️
wendrul
wendrul2w ago
C# on Windmill! Starting on v1.438.0 you can write and run C# on Windmill. For package management, just specify dependencies at the top of the file and they will be automatically handled by NuGet. Go try it out! Changelog: https://www.windmill.dev/changelog/csharp Docs: https://www.windmill.dev/docs/getting_started/scripts_quickstart/csharp
No description

Did you find this page helpful?