Skip to main content

2021-10

🚨 BREAKING CHANGES

  • Removed "projects". You can now directly create deployments. Old deployments belonging to projects have been moved to their own deployments page.
  • Changed url scheme of Konan's API endpoints.

✨ Features

  • Integrated Konan's Container Registry (KCR), where you can host your container images.
  • Added live container logs tab to deployments, where you can monitor your deployments' historical and live logs.
  • Added delete deployment functionality.
  • Initial release of Konan's Python SDK. Konan SDK allows you to easily integrate Konan deployments into your infrastructure. You can still integrate your deployments using Konan's API.

🛠️ Fixes

  • Fixed average response time equation in deployments page.
  • Fixed inability to choose "today" in date picker.

📈 Performance

  • Increased time before scaling down deployments. Continuous traffic should now keep a deployment up to avoid cold-start penalty.