-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: gone-io/goner
base: v1.3.1
head repository: gone-io/goner
compare: v1.3.2
- 18 commits
- 267 files changed
- 3 contributors
Commits on May 29, 2025
-
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 committedMay 29, 2025 Configuration menu - View commit details
-
Copy full SHA for 9650a0f - Browse repository at this point
Copy the full SHA 9650a0fView commit details -
Merge pull request #84 from gone-io/feature/examples-patch
refactor(examples): reorganize config center examples and update depe…
Configuration menu - View commit details
-
Copy full SHA for 870cca3 - Browse repository at this point
Copy the full SHA 870cca3View commit details
Commits on Jun 4, 2025
-
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 committedJun 4, 2025 Configuration menu - View commit details
-
Copy full SHA for d954331 - Browse repository at this point
Copy the full SHA d954331View commit details -
Merge pull request #85 from gone-io/feature/config-center-update
build: update `github.com/gone-io/gone/v2` to v2.2.5
Configuration menu - View commit details
-
Copy full SHA for 0bffbb1 - Browse repository at this point
Copy the full SHA 0bffbb1View commit details -
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 committedJun 4, 2025 Configuration menu - View commit details
-
Copy full SHA for e4b65e4 - Browse repository at this point
Copy the full SHA e4b65e4View commit details -
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 committedJun 4, 2025 Configuration menu - View commit details
-
Copy full SHA for e2a561e - Browse repository at this point
Copy the full SHA e2a561eView commit details -
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 committedJun 4, 2025 Configuration menu - View commit details
-
Copy full SHA for c93725b - Browse repository at this point
Copy the full SHA c93725bView commit details -
Merge pull request #86 from gone-io/feature/config-center-update
feat(apollo): implement configuration change notification functionality
Configuration menu - View commit details
-
Copy full SHA for 76b638e - Browse repository at this point
Copy the full SHA 76b638eView commit details -
Merge pull request #87 from gone-io/feature/config-center-update
feat(nacos): add configuration change notification functionality
Configuration menu - View commit details
-
Copy full SHA for 98668ce - Browse repository at this point
Copy the full SHA 98668ceView commit details -
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 committedJun 4, 2025 Configuration menu - View commit details
-
Copy full SHA for ceb7f90 - Browse repository at this point
Copy the full SHA ceb7f90View commit details -
Merge pull request #88 from gone-io/feature/config-center-update
feat(remote): add configuration change notification functionality for goner/viper/remote
Configuration menu - View commit details
-
Copy full SHA for bc48d33 - Browse repository at this point
Copy the full SHA bc48d33View commit details -
feat(xorm): add sub modules for xorm to support mssql, mysql, oracle,…
… postgres, sqlite
dapeng committedJun 4, 2025 Configuration menu - View commit details
-
Copy full SHA for 496f5ba - Browse repository at this point
Copy the full SHA 496f5baView commit details
Commits on Jun 5, 2025
-
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 committedJun 5, 2025 Configuration menu - View commit details
-
Copy full SHA for 91e9049 - Browse repository at this point
Copy the full SHA 91e9049View commit details -
Merge pull request #89 from gone-io/feature/xorm-update
feat(xorm): add sub modules for xorm to support mssql, mysql, postgres, sqlite
Configuration menu - View commit details
-
Copy full SHA for dd5e1a4 - Browse repository at this point
Copy the full SHA dd5e1a4View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for dd2a38f - Browse repository at this point
Copy the full SHA dd2a38fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f815b62 - Browse repository at this point
Copy the full SHA f815b62View commit details -
build: update VERSION to v1.3.2
dapeng committedJun 5, 2025 Configuration menu - View commit details
-
Copy full SHA for cd01fc6 - Browse repository at this point
Copy the full SHA cd01fc6View commit details -
Merge pull request #91 from gone-io/feature/version-1.3.2
build: update VERSION to v1.3.2
Configuration menu - View commit details
-
Copy full SHA for cea5564 - Browse repository at this point
Copy the full SHA cea5564View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.3.1...v1.3.2