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: typedb/typedb-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0
Choose a base ref
...
head repository: typedb/typedb-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: manually-install-python39-amazonlinux
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 8 files changed
  • 3 contributors

Commits on Oct 6, 2024

  1. Bump version for 2.29.0 release (#694)

    ## Usage and product changes
    Bump version for 2.29.0 release
    
    ## Implementation
    Bump version for 2.29.0 release
    krishnangovindraj authored Oct 6, 2024
    Configuration menu
    Copy the full SHA
    3c58a86 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Native library names now include platform (#702)

    ## Usage and product changes
    Native library names now include platform. This avoids the case where flattening a java project causes libraries for from one architecture for a given os clobbers the other.
    
    ## Implementation
    Update library names to `[lib]typedb_driver_jni-{platform}.<ext>` e.g. `libtypedb_driver_jni-linux-x86_64.so`
    krishnangovindraj authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f005a04 View commit details
    Browse the repository at this point in the history
  2. Bump version & generate release notes (#703)

    ## Usage and product changes
    Prepare release 2.29.2
    
    ## Implementation
    krishnangovindraj authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    fa05866 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    10b8111 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddf3001 View commit details
    Browse the repository at this point in the history
  3. Change version to 2.29.2-rc0 (#706)

    ## Usage and product changes
    Do an rc0 release first.
    typedb-bot authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    fb60098 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29c3f40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab214b6 View commit details
    Browse the repository at this point in the history
Loading