Skip to content

Releases: gone-io/goner

v1.3.3

10 Jun 07:17
75bd8ef
Compare
Choose a tag to compare

What's Changed

Other Changes

  • docs: restructure README files for better organization by @Degfy in #92
  • build: update dependency github.com/gone-io/gone/v2 to v2.2.6 by @Degfy in #93
  • Getting ready to release v1.3.3 by @Degfy in #94

Full Changelog: v1.3.2...v1.3.3

v1.3.2

05 Jun 07:38
cea5564
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • feat(apollo): implement configuration change notification functionality by @Degfy in #86
  • feat(nacos): add configuration change notification functionality by @Degfy in #87
  • feat(remote): add configuration change notification functionality for goner/viper/remote by @Degfy in #88
  • feat(xorm): add sub modules for xorm to support mssql, mysql, oracle, postgres, sqlite by @Degfy in #89

Other Changes

  • refactor(examples): reorganize config center examples and update depe… by @Degfy in #84
  • build: update github.com/gone-io/gone/v2 to v2.2.5 by @Degfy in #85
  • 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 by @dependabot in #90
  • build: update VERSION to v1.3.2 by @Degfy in #91

Full Changelog: v1.3.1...v1.3.2

v1.3.1

28 May 04:47
3bf9cb5
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1.3.0...v1.3.1

v1.3.0

26 May 00:23
386f57a
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Refactor http-injector to support custom injection parser for parsing http parameters by @Degfy in #80
  • Support MQ by @Degfy in #81

Other Changes

  • update gone to v2.2.2 by @Degfy in #78
  • build(deps): bump the go_modules group across 3 directories with 2 updates by @dependabot in #82

Full Changelog: v1.2.2...v1.3.0

v1.2.2

08 May 09:30
b6c909f
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐛

  • fix(otel): prevent multiple registration of OTel providers by @Degfy in #75

Other Changes

  • docs: update README files with language toggles and consistent formatting by @Degfy in #73
  • docs(README): update component classification and formatting by @Degfy in #74

Full Changelog: v1.2.1...v1.2.2

v1.2.1

07 May 13:11
2452d63
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Add support for openTelemetry by @Degfy in #68

Enhancements 🚀

  • enhance goner/zap with OpenTelemetry by @Degfy in #70
  • add examples and docs for otel by @Degfy in #72

Full Changelog: v1.1.1...v1.2.1

v1.1.1

27 Apr 10:13
Compare
Choose a tag to compare

What's Changed

Other Changes

  • docs(gin+gorm+viper): update README headers for consistency by @Degfy in #61
  • fix(viper): error where type is not string with empty default by @Degfy in #62
  • examples: example module name normalization and check example compiling and running by @Degfy in #63

Full Changelog: v1.1.0...v1.1.1

v1.1.0

27 Apr 04:01
ae78e46
Compare
Choose a tag to compare

What's Changed

Enhancements 🚀

  • refactor(g): move service-related functions and update app initialization by @Degfy in #60
  • refactor(mcp): update dependency and improve server shutdown by @Degfy in #60
  • feat(examples): add simple example project; add gin+xorm+viper example project by @Degfy in #60
  • docs(examples): provide English readme.md for examples by @Degfy in #60
  • deps: gone-io/gone to v2.1.0 by @Degfy in #60
  • refactor: refactor all component load function for using gone v2.1 imported MustLoad by @Degfy in #60

Other Changes

  • docs(service-registry): add etcd and consul service registry components by @Degfy in #55
  • build(deps): bump the go_modules group across 3 directories with 1 update by @dependabot in #58

Full Changelog: v1.0.11...v1.1.0

v1.0.11

20 Apr 10:54
8bafbd1
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • feat(consul): add consul client and service registry by @Degfy in #53
  • feat(etcd): add etcd registry and refactor service registration by @Degfy in #54

Other Changes

  • feat(config_center): add consul example by @Degfy in #52

Full Changelog: v1.0.10...v1.0.11

v1.0.10

18 Apr 12:58
4342b37
Compare
Choose a tag to compare

What's Changed

Other Changes

  • feat(mcp): Add MCP (Model Context Protocol) component for AI model integration by @Degfy in #50
  • feat(g): add utility functions and improve documentation by @Degfy in #51

Full Changelog: v1.0.9...v1.0.10