RSS

Looking back at 2020

A growth year for the Dapr project

As the year 2020 is coming to a close, I thought it is worthwhile to take a moment and look back at how much the Dapr project has achieved and how much the community has grown over the past 12 months. I believe these achievements are remarkable, especially considering how challenging and disruptive this year has been.

Here are a few key areas worth mentioning:

Dapr releases

During 2020, Dapr saw 8 preview releases - starting with v0.4 in February, up to the last preview release, v0.11 in September. This release cadence has allowed the project to remain agile when addressing issues, feature requests, and gaps raised by the community.

Additionally, in the past two months, Dapr has started moving towards a production ready v1.0 release with two published release candidates. The latest, v1.0-rc.2, released just this past week.

More integrations

Dapr’s pluggable component architecture allows developers to integrate a variety of technologies when building distributed applications. Growing this ecosystem of components is one of the main ways the Dapr community is contributing to the project. This year the number of supported components has more than tripled, growing from 20 supported components in the beginning of the year to now over 70! For example Dapr added supported state stores such as PostgreSQL, supported bindings such as SendGrid and supported Pub/Sub brokers such as Google Cloud Pub/Sub.

As Dapr grew, developers looked more and more to the benefits that it can provide for their use cases and scenarios. We have seen some integrations with developer runtimes, such as cloud-native workflows using Dapr and Logic Apps, an Azure Functions extension for Dapr, and the Dapr integration with Azure API Management Service.

Language support and developer SDKs also continued to grow with integration of Spring Boot by the Java SDK, the addition of an actor framework for the Python SDK and the integration of ASP.NET Core to the .NET SDK. Just this week a Dapr PHP SDK was added, including support for actors.

A growing, engaged community

Openness has been a key part of the philosophy behind Dapr. All this progress cannot have been achieved without an engaged open-source community. This commitment to openness has been further manifested with the transition to an open governance model for the Dapr project.

Throughout the year, Dapr has seen a consistent, healthy growth in new contributors who have made contributions to the various project repositories in the form of pull requests, issues, comments and reviews (we follow the definition of contribution established for CNCF, used for projects such as Envoy and Kubernetes). During 2020, 386 new contributors joined the Dapr community growing the total number of contributors to 639.

Dapr project unique contributors to-date (across all repos) by month

Overall, more than 2500 new pull requests were opened since January 1st, 2020 across all Dapr repos.

Additionally, the community has come together to discuss the Dapr project and present demos and proposals in 24 community calls throughout the year (Watch recordings of these calls in the Dapr YouTube channel) and last month we also launched a new Discord server for community members to discuss various areas of the Dapr project, ask questions and share ideas.

A new docs website

In October we launched a new website for the Dapr docs - docs.dapr.io. This website allows for easier navigation, search, and discovery of Dapr documentation. Since its launch over 100,000 unique visitors have visited the Dapr docs website. The Dapr docs repo remains one of the leading areas where the community is contributing, with over 460 pull requests opened during 2020 to improve and extend the Dapr documentation.

Looking forward to 2021

Looking ahead to next year, there is plenty to look forward to: In the first part of 2021 we’ll see additional release candidates leading to an official production ready v1.0 release. With the community growing and more developers than ever discovering Dapr, we will continue to see more components added, integration to existing developer frameworks, and innovative ways to use Dapr.

As we get closer to the v1.0 release, we will publish a roadmap looking past v1.0 at some potential areas to add new feature capabilities to, in order to get community feedback on where to go next.

Thank you

All these achievements would not be possible without the continued contributions, input, engagement, and excitement from you, the Dapr community. Thank you all for your continued support and contributions throughout this challenging year. Here’s to the next year of Dapr and building distributed applications together!