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: Zondax/golem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.0
Choose a base ref
...
head repository: Zondax/golem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.23.0
Choose a head ref
  • 5 commits
  • 31 files changed
  • 3 contributors

Commits on May 28, 2025

  1. chore(deps): bump gorm.io/driver/postgres from 1.5.11 to 1.6.0 (#209)

    Bumps [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) from 1.5.11 to 1.6.0.
    - [Commits](go-gorm/postgres@v1.5.11...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: gorm.io/driver/postgres
      dependency-version: 1.6.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 28, 2025
    Configuration menu
    Copy the full SHA
    49013fa View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 (#206)

    Bumps [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) from 2.34.0 to 2.35.0.
    - [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
    - [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md)
    - [Commits](ClickHouse/clickhouse-go@v2.34.0...v2.35.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ClickHouse/clickhouse-go/v2
      dependency-version: 2.35.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 28, 2025
    Configuration menu
    Copy the full SHA
    b12e644 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump gorm.io/gorm from 1.26.1 to 1.30.0 (#207)

    Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.26.1 to 1.30.0.
    - [Release notes](https://github.com/go-gorm/gorm/releases)
    - [Commits](go-gorm/gorm@v1.26.1...v1.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: gorm.io/gorm
      dependency-version: 1.30.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Lucas Francisco López <[email protected]>
    dependabot[bot] and lucaslopezf authored May 28, 2025
    Configuration menu
    Copy the full SHA
    17a04d1 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump gorm.io/driver/clickhouse from 0.6.1 to 0.7.0 (#208)

    Bumps [gorm.io/driver/clickhouse](https://github.com/go-gorm/clickhouse) from 0.6.1 to 0.7.0.
    - [Commits](go-gorm/clickhouse@v0.6.1...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: gorm.io/driver/clickhouse
      dependency-version: 0.7.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Lucas Francisco López <[email protected]>
    dependabot[bot] and lucaslopezf authored May 28, 2025
    Configuration menu
    Copy the full SHA
    53f8b86 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Otel integration for Zdb, logger and httpclient (#210)

    * Otel integration for Zdb, logger and httpclient
    
    * linting issue
    
    * add logger resources
    
    * fix go mod tidy
    
    * attach ctx to logger
    
    * tests
    
    * minor fix
    
    * minor change
    
    * Update pkg/logger/methods_test.go
    
    Co-authored-by: windsurf-bot[bot] <189301087+windsurf-bot[bot]@users.noreply.github.com>
    
    * format
    
    * address comments
    
    * fix linter
    
    * test
    
    * fix tests
    
    * fix tests
    
    ---------
    
    Co-authored-by: windsurf-bot[bot] <189301087+windsurf-bot[bot]@users.noreply.github.com>
    lucaslopezf and windsurf-bot[bot] authored May 29, 2025
    Configuration menu
    Copy the full SHA
    b597662 View commit details
    Browse the repository at this point in the history
Loading