Dubbo v2.7.6 Release Notes

Release Date: 2020-03-04 // about 4 years ago
  • ๐Ÿ”‹ Features

    โœจ Enhancement

    • Removing the internal JDK API from FileSystemDynamicConfiguration
    • ๐Ÿ“‡ Refactor the APT test-cases implementation of dubbo-metadata-processor in Java 9+
    • โœ‚ Remove feature envy
    • ๐Ÿ‘ JsonRpcProtocol support Generalization
    • โฌ‡๏ธ Reduce object allocation for ProtocolUtils.serviceKey
    • โฌ‡๏ธ Reduce object allocation for ContextFilter.invoke

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed bugs reported from 2.7.5 or lower versions, check 2.7.6 milestone for details.

    Compatibility

    ๐Ÿ”จ 1. Filter refactor, the callback method onResponse annotated as @Deprecated has been removed, users of lower versions that have extended Filter implementations and enabled Filter callbacks should be careful of this change. ๐Ÿ‘ 2. RpcContext added some experimental APIs to support generic Object transmission.