Aside from the below, we are hard at work getting the major new version ready for early access testing!
Protected Environments
Now you can enable delete protection under environment settings in the dashboard
Also restricts actions for users with the new Restricted Developer role
New Restricted Developer RBAC role
Same as Developer, except in protected environments they cannot view env var values or connection strings, cannot edit environment config, cannot add or delete services, cannot add or delete domains, but can change service config, add & update env var values, and deploy.
Fine grained autoscaling config
Add following fields:
scaleInCooldownTimerSecs (falls back to deprecated cooldownTimerSecs if not present)
scaleOutCooldownTimerSecs (falls back to deprecated cooldownTimerSecs if not present)
scaleInProtectionCPU
scaleInProtectionMemory
scaleInProtectionRequests
Use your own VPC subnets
Previously we would create new subnets in your VPC
Now you can connect your existing subnets
Fix various ECS-EC2 deployment issues
Fix blue/green deployment issues
Fix port form error not showing on network server
Misc fixes and improvements