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: arangodb/go-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e047eee
Choose a base ref
...
head repository: arangodb/go-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e082d30
Choose a head ref
  • 18 commits
  • 133 files changed
  • 5 contributors

Commits on Feb 24, 2025

  1. Updated to 1.6.6+git

    enikon authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    92d4c7b View commit details
    Browse the repository at this point in the history
  2. Updated to 2.1.3+git (#666)

    enikon authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    7408745 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. OAS-10663 Add Timestamps to the test output for go-driver (#663)

    Use with ADD_TIMESTAMP=true
    enikon authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    55b03b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. OAS-10687 CVE fixes for go-driver (#668)

    enikon authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    fe2e998 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

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

Commits on Mar 24, 2025

  1. Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#676)

    Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.2.1 to 5.2.2.
    - [Release notes](https://github.com/golang-jwt/jwt/releases)
    - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
    - [Commits](golang-jwt/jwt@v5.2.1...v5.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golang-jwt/jwt/v5
      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 Mar 24, 2025
    Configuration menu
    Copy the full SHA
    e5e36d6 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 in /v2 (#677)

    Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.2.1 to 5.2.2.
    - [Release notes](https://github.com/golang-jwt/jwt/releases)
    - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
    - [Commits](golang-jwt/jwt@v5.2.1...v5.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golang-jwt/jwt/v5
      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 Mar 24, 2025
    Configuration menu
    Copy the full SHA
    b7a8e65 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. [Fix] OAS-10643 Update Error Codes (#675)

    * Updated Error Codes for V2
    
    * Updated error codes for v1
    
    * Update Go Toolkit
    
    * Update config
    
    * Updated GoToolChain
    
    * Add Go Tool Chain to v2 tests as well
    
    * Downgrade toolchain to 1.23
    enikon authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    86d83c8 View commit details
    Browse the repository at this point in the history
  2. Fix spelling and remove obsolete code comments (#671)

    * Fix spelling of some Enterprise Edition features
    
    * Remove leftover comments from v1 driver
    
    WithReturnNew, WithWaitForSync, etc. are not used in the v2 driver, you use the ...WithOptions variants of functions and set options there (or pass references to variables)
    
    ---------
    
    Co-authored-by: enikon <[email protected]>
    Simran-B and enikon authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    c6975bd View commit details
    Browse the repository at this point in the history
  3. Bump golang.org/x/net from 0.33.0 to 0.36.0 in /v2 (#673)

    * Bump golang.org/x/net from 0.33.0 to 0.36.0 in /v2
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.36.0.
    - [Commits](golang/net@v0.33.0...v0.36.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * updated go mod
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: enikon <[email protected]>
    dependabot[bot] and enikon authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    257739b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. OAS-10816 set properties does not allow removing a computed value in …

    …go driver (#678)
    
    Github Issue: #669
    enikon authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    9993f28 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. OAS-10870 go driver conflict error should expose the name of a field …

    …that violates a unique constraint #593 (#680)
    enikon authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    74fe4a6 View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/net from 0.36.0 to 0.38.0 in /v2 (#679)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0.
    - [Commits](golang/net@v0.36.0...v0.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.38.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: enikon <[email protected]>
    dependabot[bot] and enikon authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    36c04ea View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. OAS-10877 Update CVE golang 1.23 (#682)

    enikon authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    ea2f3ab View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

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

Commits on May 22, 2025

  1. GT-588 Import API support in V2 (#684)

    enikon authored May 22, 2025
    Configuration menu
    Copy the full SHA
    05836fd View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. GT-586 Foxx API support in V2 (#685)

    enikon authored May 26, 2025
    Configuration menu
    Copy the full SHA
    e58e3cf View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. ensure tests clean up the resources they create in the test flow (#689)

    - increase timeouts for various actions
    - add defferred database cleanup
    - have more informative error messages
    - disable replication 2 tests
    - disable license tests, for post 3.12.4 versions, it works different
      now.
    dothebart authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    e082d30 View commit details
    Browse the repository at this point in the history
Loading