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: gone-io/goner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.1
Choose a base ref
...
head repository: gone-io/goner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.2
Choose a head ref
  • 18 commits
  • 267 files changed
  • 3 contributors

Commits on May 29, 2025

  1. refactor(examples): reorganize config center examples and update depe…

    …ndencies
    
    - Rename and restructure config center examples for better organization
    - Update Gone framework and Goner component versions across multiple examples
    - Add new config core and local config examples
    - Update README files with new instructions and links
    dapeng committed May 29, 2025
    Configuration menu
    Copy the full SHA
    9650a0f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #84 from gone-io/feature/examples-patch

    refactor(examples): reorganize config center examples and update depe…
    Degfy authored May 29, 2025
    Configuration menu
    Copy the full SHA
    870cca3 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. build: update github.com/gone-io/gone/v2 to v2.2.5

    - Update `github.com/gone-io/gone/v2` from v2.2.2 to v2.2.5
    - Update `github.com/bytedance/sonic` from v1.13.2 to v1.13.3
    - Update dependencies in multiple go.mod files across different projects
    dapeng committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    d954331 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85 from gone-io/feature/config-center-update

    build: update `github.com/gone-io/gone/v2` to v2.2.5
    Degfy authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    0bffbb1 View commit details
    Browse the repository at this point in the history
  3. feat(apollo): implement configuration change notification functionality

    - Add Notify method to apolloConfigure struct
    - Implement watch functionality in changeListener
    - Update tests to cover new functionality
    - Refactor error handling to use g.ErrorPrinter
    - Remove unused mock files
    dapeng committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    e4b65e4 View commit details
    Browse the repository at this point in the history
  4. feat(listener): implement a more accurate value comparison using go-cmp

    - Add go-cmp package for deep comparison of arbitrary values
    - Implement compare() function using go-cmp's Equal() method
    - Replace simple equality check with compare() function in OnChange method
    dapeng committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    e2a561e View commit details
    Browse the repository at this point in the history
  5. feat(nacos): add configuration change notification functionality

    - Implement Notify method in configure struct to support configuration change callbacks
    - Add newConf method to create and return a new viper instance for updated configurations- Update OnChange method to use the newConf method and handle configuration updates more efficiently
    - Refactor Init method to use a newConfigClient variable for better code organization
    - Improve error handling throughout the code using g.ErrorPrinter and g.PanicIfErr
    - Update tests to cover new functionality and ensure proper behavior of configuration updates
    dapeng committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    c93725b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #86 from gone-io/feature/config-center-update

    feat(apollo): implement configuration change notification functionality
    Degfy authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    76b638e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #87 from gone-io/feature/config-center-update

    feat(nacos): add configuration change notification functionality
    Degfy authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    98668ce View commit details
    Browse the repository at this point in the history
  8. feat(remote): add config file and update dependencies

    - Add default.yaml config file for viper remote
    - Rename mock_configure_test.go to configure_mock.go
    - Update go.mod dependencies:
      - Add github.com/gone-io/goner/g
      - Update github.com/hashicorp/consul/api to v1.32.1
      - Update other dependencies including etcd, grpc, and opentelemetry
    dapeng committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    ceb7f90 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #88 from gone-io/feature/config-center-update

    feat(remote): add configuration change notification functionality  for goner/viper/remote
    Degfy authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    bc48d33 View commit details
    Browse the repository at this point in the history
  10. feat(xorm): add sub modules for xorm to support mssql, mysql, oracle,…

    … postgres, sqlite
    dapeng committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    496f5ba View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. build: remove unused oracle module

    - Remove go.mod file for oracle module
    - Delete oracle/load.go and oracle/loader_test.go files
    - Clean up unnecessary dependencies and code related to oracle module
    dapeng committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    91e9049 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #89 from gone-io/feature/xorm-update

    feat(xorm): add sub modules for xorm to support mssql, mysql, postgres, sqlite
    Degfy authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    dd5e1a4 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump golang.org/x/crypto

    Bumps the go_modules group with 1 update in the /xorm/mssql directory: [golang.org/x/crypto](https://github.com/golang/crypto).
    
    
    Updates `golang.org/x/crypto` from 0.12.0 to 0.35.0
    - [Commits](golang/crypto@v0.12.0...v0.35.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-version: 0.35.0
      dependency-type: indirect
      dependency-group: go_modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    dd2a38f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #90 from gone-io/dependabot/go_modules/xorm/mssql/…

    …go_modules-ee7f9554a6
    
    build(deps): bump golang.org/x/crypto from 0.12.0 to 0.35.0 in /xorm/mssql in the go_modules group across 1 directory
    Degfy authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    f815b62 View commit details
    Browse the repository at this point in the history
  5. build: update VERSION to v1.3.2

    dapeng committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    cd01fc6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #91 from gone-io/feature/version-1.3.2

    build: update VERSION to v1.3.2
    Degfy authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    cea5564 View commit details
    Browse the repository at this point in the history
Loading