Posts in 2022
Posts in 2021
  • Dubbo Java 3.0.2.1 Release Announcement

    Monday, August 23, 2021 in Community Updates

    This is a bug fix version of 3.0.2. It is identical to version 3.0.2 except for the following changes. Bug Fixes Fixed the issue where nacos group did not take effect on the consumer side (#8533) Fixed NPE in request timeout serialization check …

    Read more

  • Dubbo Java 3.0.2 Release Announcement

    Sunday, July 18, 2021 in Community Updates

    New Features Support for exposing generalized services via the @DubboService annotation XML configuration support for the metadata center with protocol and port attributes Compatibility with versions above curator5 Point-to-point calls support …

    Read more

  • Dubbo Java 3.0.1 Release Announcement

    Friday, July 02, 2021 in Community Updates

    Optimization Refactored service introspection mapping relationship, supporting direct configuration of upstream application name during address migration Added caching for Spring scanning Optimized configuration overriding logic Supported controlling …

    Read more

  • Dubbo Go Hessian2 v1.6.0

    Thursday, January 14, 2021 in Community Updates

    1. Cache Optimization dubbo-go-hessian2 extensively uses struct type information for data parsing, and this information can be cached and reused, resulting in a twofold performance improvement. For detailed optimization process records, refer to …

    Read more

  • Dubbo Go 1.5.0

    Thursday, January 14, 2021 in Community Updates

    Quote The wave of computer technology brings disruptive changes every decade, and related knowledge systems innovate at least every five years, approximately halving in value every two years. This also applies to the field of application service …

    Read more

  • Can Apache Dubbo, Now a Decade Old, Ride the Waves Again?

    Thursday, January 14, 2021 in Community Updates

    Throughout the history of open source in China, it is hard to find a second project as controversial and discussed as Dubbo. On one hand, its open source in 2011 filled the gap of RPC frameworks used in production environments, and it was widely …

    Read more

  • Dubbo Go 1.4.0

    Tuesday, January 12, 2021 in Community Updates

    Thanks to the active support of the community, we released an exciting version on March 25, 2020—dubbo-go v1.4.0. In addition to continuing to support some existing Dubbo features, dubbo-go has begun some of its own innovative attempts. The most …

    Read more

  • Dubbo Go Review and Outlook

    Monday, January 11, 2021 in Community Updates

    Dubbo is a high-performance RPC framework open-sourced by Alibaba in 2011, which has significant influence in the Java ecosystem. On May 21, 2019, Dubbo graduated from the Apache Software Foundation and became an Apache Top-Level Project. Currently, …

    Read more

Posts in 2020
  • Analysis of Features in Dubbo Java 2.7.5

    Monday, May 18, 2020 in Community Updates

    Recently, the highly anticipated Dubbo 2.7.5 version was officially released. This version introduces many new features, enhances many existing functionalities, and achieves significant performance improvements. It will be a milestone version for …

    Read more