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: msgpack/msgpack-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.6
Choose a base ref
...
head repository: msgpack/msgpack-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.7
Choose a head ref
  • 19 commits
  • 13 files changed
  • 6 contributors

Commits on Sep 25, 2023

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

Commits on Oct 1, 2023

  1. Add MessagePackMapper#handleBigIntegerAndBigDecimalAsString (#768)

    * Add MessagePackMapper#handleBigIntegerAndBigDecimalAsString
    
    * Rename unit test method names
    komamitsu authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    8d514ba View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

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

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    bb16a92 View commit details
    Browse the repository at this point in the history
  2. use setup-java instead of deprecated olafurpg/setup-scala (#770)

    use setup-java instead of deprecated olafurpg/setup-scala
    xuwei-k authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    89391fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b1cbfb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3ecdb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

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

Commits on Oct 26, 2023

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

Commits on Oct 27, 2023

  1. (internal): Add dependabot.yml for GitHub Actions update (#776)

    add dependabot.yml
    xuwei-k authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    d9ed103 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 2 to 4 (#777)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    b35e7ee View commit details
    Browse the repository at this point in the history
  3. Bump actions/cache from 2 to 3 (#778)

    Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    7826391 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    6c8d683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d6ab47 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

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

Commits on Jan 9, 2024

  1. Bump actions/setup-java from 3 to 4 (#784)

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    938a437 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41168e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc2ce77 View commit details
    Browse the repository at this point in the history
  4. Fix bug in ImmutableTimestampValueImpl. (#786)

    * Fix bug in ImmutableTimestampValueImpl.
    
    * Fix code style
    
    ---------
    
    Co-authored-by: Taro L. Saito <leo@xerial.org>
    fangzheng and xerial authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    532199e View commit details
    Browse the repository at this point in the history
Loading