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: tikv/client-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tikv/client-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-3.3.1.14
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 23 files changed
  • 4 contributors

Commits on Sep 2, 2022

  1. fix wrong backoffer for pd client

    Signed-off-by: iosmanthus <[email protected]>
    iosmanthus committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    c615180 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. add TsoBatchUsedUp region error handler

    Signed-off-by: iosmanthus <[email protected]>
    iosmanthus committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    5ef714f View commit details
    Browse the repository at this point in the history
  2. fix license header

    Signed-off-by: iosmanthus <[email protected]>
    iosmanthus committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    d07e565 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. upgrade grpc-netty to 1.48.0

    Signed-off-by: iosmanthus <[email protected]>
    iosmanthus committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    1b724af View commit details
    Browse the repository at this point in the history
  2. Update pom.xml

    Upgrade commons-codec as well
    sunxiaoguang authored and iosmanthus committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    d1ea845 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. upgrade protobuf

    Signed-off-by: iosmanthus <[email protected]>
    iosmanthus committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    64f9ffc View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. upgrade protobuf to 3.19.6

    Signed-off-by: iosmanthus <[email protected]>
    iosmanthus committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    87a5c41 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. upgrade jackson-databind to 2.13.4.1

    Signed-off-by: iosmanthus <[email protected]>
    iosmanthus committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    5d0ec62 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. remove shadowing of netty && grpc

    Signed-off-by: iosmanthus <[email protected]>
    iosmanthus committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    60f635e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

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

Commits on Sep 19, 2023

  1. fix region out of keyspace (#766)

    * fix region decoding
    
    Signed-off-by: iosmanthus <[email protected]>
    
    * add test for decodeRegion
    
    Signed-off-by: iosmanthus <[email protected]>
    
    * add more tests for decodeRegion
    
    Signed-off-by: iosmanthus <[email protected]>
    
    ---------
    
    Signed-off-by: iosmanthus <[email protected]>
    iosmanthus authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    37f9796 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. [to #763] Complement v2 codec unit test cases (#768)

    * complement v2 codec unit test cases.
    
    Signed-off-by: Ping Yu <[email protected]>
    
    * fix fmt
    
    Signed-off-by: Ping Yu <[email protected]>
    
    ---------
    
    Signed-off-by: Ping Yu <[email protected]>
    pingyu authored Sep 24, 2023
    Configuration menu
    Copy the full SHA
    903fbde View commit details
    Browse the repository at this point in the history
Loading