Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sofastack/sofa-rpc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.11.1
Choose a base ref
...
head repository: sofastack/sofa-rpc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.12.0
Choose a head ref
  • 15 commits
  • 59 files changed
  • 11 contributors

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    d9c2fac View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    541c160 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    1e99afb View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. add fury serializer (#1348)

    * add FurySerializer
    
    ---------
    
    Co-authored-by: pankoli <[email protected]>
    Co-authored-by: liujianjun.ljj <[email protected]>
    Co-authored-by: Lo1nt <[email protected]>
    4 people authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    7980b1f View commit details
    Browse the repository at this point in the history
  2. bump hessian to 3.5.2 (#1385)

    Co-authored-by: Lo1nt <[email protected]>
    Lo1nt and Lo1nt authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    f4b4ed5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request from GHSA-7q8p-9953-pxvr

    Co-authored-by: liujianjun.ljj <[email protected]>
    EvenLjj and liujianjun.ljj authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d08e258 View commit details
    Browse the repository at this point in the history
  4. 1,修复gson版本导致的漏洞 (#1358)

    Co-authored-by: 殷振南 <[email protected]>
    xuqiu and yzn01714396 authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    2219a4b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Merge pull request from GHSA-7q8p-9953-pxvr

    Co-authored-by: liujianjun.ljj <[email protected]>
    EvenLjj and liujianjun.ljj authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    42d19b1 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump org.apache.dubbo:dubbo from 3.1.8 to 3.1.11 in /bom (

    …#1381)
    
    Bumps [org.apache.dubbo:dubbo](https://github.com/apache/dubbo) from 3.1.8 to 3.1.11.
    - [Release notes](https://github.com/apache/dubbo/releases)
    - [Changelog](https://github.com/apache/dubbo/blob/3.2/CHANGES.md)
    - [Commits](apache/dubbo@dubbo-3.1.8...dubbo-3.1.11)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.dubbo:dubbo
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    9faa8b8 View commit details
    Browse the repository at this point in the history
  3. Feat/threadpool ext (#1383)

    * feat: refine synchronized to reentrant
    
    * feat: support thread pool extension
    
    * add lock
    
    * chore: format
    
    * chore: format
    
    * refactor: extract init method
    
    * refactor: type
    
    * fix: extension default value
    
    * fix: virtual thread constructor with config
    
    * chore: format
    
    * bump sofa common tools to 1.3.15
    
    * chore: add test case
    
    * chore: format
    
    * chore: cr
    
    * fix:cr
    
    * cr
    
    * format lock
    
    * fix
    
    * format
    
    * refactor: method name for get executor
    
    ---------
    
    Co-authored-by: Lo1nt <[email protected]>
    Lo1nt and Lo1nt authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    bd25a4e View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump ch.qos.logback:logback-classic in /bom (#1379)

    Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.3 to 1.2.13.
    - [Commits](qos-ch/logback@v_1.2.3...v_1.2.13)
    
    ---
    updated-dependencies:
    - dependency-name: ch.qos.logback:logback-classic
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    a12fa20 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. add dep fury (#1387)

    * add dep fury
    
    * enhance fury codec exception
    
    ---------
    
    Co-authored-by: Lo1nt <[email protected]>
    Co-authored-by: liujianjun.ljj <[email protected]>
    3 people authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f48412c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. feat: support jackson config (#1388)

    * feat: support jackson config
    
    * fix: ut
    
    * format code
    
    * fix: cr
    
    * format
    
    ---------
    
    Co-authored-by: Lo1nt <[email protected]>
    Lo1nt and Lo1nt authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    98a9b71 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. chore: virtual thread name (#1393)

    Co-authored-by: Lo1nt <[email protected]>
    Lo1nt and Lo1nt authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ff333d3 View commit details
    Browse the repository at this point in the history
  2. release 5.12.0 (#1394)

    Co-authored-by: Lo1nt <[email protected]>
    Lo1nt and Lo1nt authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    f37465b View commit details
    Browse the repository at this point in the history
Loading