Skip to content

Releases: go-fries/fries

v2.4.0

07 Feb 00:07
ea462d1
Compare
Choose a tag to compare

What's Changed

  • feat(prints): Added console output functions with color and confirmation support. by @flc1125 in #88 #89 #90 #91

Full Changelog: v2.3.1...v2.4.0

v2.3.1

01 Feb 08:17
c73e765
Compare
Choose a tag to compare

What's Changed

  • feat(coroutine): Added Wait by @flc1125 in #85 #86
  • fix(event): Fix incorrect DefaultRecovery parameters. by @flc1125 in #87

Full Changelog: v2.3.0...v2.3.1

v2.3.0

30 Jan 11:59
d496f2a
Compare
Choose a tag to compare

What's Changed

  • feat(signal): Improved invocation of asynchronous features by @flc1125 in #81
  • feat(event): Added event dispatcher by @flc1125 in #82
  • refactor(signal): Refactor async feature by @flc1125 in #83
  • docs(event): Added README.md by @flc1125 in #84

Full Changelog: v2.2.2...v2.3.0

v2.2.2

29 Jan 06:09
3168cbf
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump gorm.io/gorm from 1.25.5 to 1.25.6 by @dependabot in #78
  • chore(signal): Remove DefaultRecovery when NewServer by @flc1125 in #79

Full Changelog: v2.2.1...v2.2.2

v2.2.1

26 Jan 01:54
0ce709a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

26 Jan 01:45
8011549
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #73
  • feat(coroutine): Added Concurrent and Parallel by @flc1125 in #74 #75
  • feat(signal): Added Signal Server by @flc1125 in #76

Full Changelog: v2.1.0...v2.2.0

v2.1.0

24 Jan 01:20
622ddfa
Compare
Choose a tag to compare

What's Changed

  • refactor(log): Refactored manager logger to logging library. by @flc1125 in #72

Full Changelog: v2.0.0...v2.1.0

v2.0.0

17 Jan 02:18
31c868b
Compare
Choose a tag to compare

What's Changed

  • refactor: v1 to 2.x init by @flc1125 in #49
  • feat(cache): cache was changed from unstable to stable by @flc1125 in #50
  • Updated from 1.x by @flc1125 in #51
  • refactor(codec): Refactor serializer to codec by @flc1125 in #52
  • refactor(recovery): Optimized recovery by @flc1125 in #53
  • refactor(strings): Change the package name and move the UUID()`` to the strings` package by @flc1125 in #54
  • chore(log): Adjust the manager log to the unstable version; optimize some codes by @flc1125 in #55
  • build(lint): Added lint detection by @flc1125 in #56
  • chore(lint): Optimize a large number of lint detection issues by @flc1125 in #57
  • chore(log-adapter): Adjust the GORM log adapter path by @flc1125 in #58
  • build(deps): Upgrade deps by @flc1125 in #59
  • chore(utils): rename helper to utils by @flc1125 in #60
  • docs: Update README.md & License by @flc1125 in #61
  • feat(gin): Added gin server adapter by @flc1125 in #62
  • feat(gin): Added some log information by @flc1125 in #63
  • fix(gin): Fixed some configurations not taking effect when executing … by @flc1125 in #64
  • feat(encrypter): Added an Encrypter by @flc1125 in #65
  • build(deps): bump github.com/redis/go-redis/v9 from 9.3.1 to 9.4.0 by @dependabot in #66
  • feat(sms): Added SMS(with mitake provider) by @flc1125 in #67
  • build(deps): bump golang.org/x/text from 0.13.0 to 0.14.0 by @dependabot in #68
  • refactor(sms): Refactor SMS by @flc1125 in #69
  • fix(sms): Renamed gw by @flc1125 in #70
  • build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #71

Full Changelog: v1.5.1...v2.0.0

v2.0.0-beta.2

11 Jan 13:58
18c0725
Compare
Choose a tag to compare

What's Changed

  • feat(gin): Added gin server adapter by @flc1125 in #62
  • feat(gin): Added some log information by @flc1125 in #63
  • fix(gin): Fixed some configurations not taking effect when executing … by @flc1125 in #64
  • feat(encrypter): Added an Encrypter by @flc1125 in #65
  • build(deps): bump github.com/redis/go-redis/v9 from 9.3.1 to 9.4.0 by @dependabot in #66
  • feat(sms): Added SMS(with mitake provider) by @flc1125 in #67
  • build(deps): bump golang.org/x/text from 0.13.0 to 0.14.0 by @dependabot in #68

Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2

v2.0.0-beta.1

05 Jan 16:37
Compare
Choose a tag to compare

What's Changed

  • refactor: v1 to 2.x by @flc1125 in #49 #51
  • feat(cache): cache was changed from unstable to stable by @flc1125 in #50
  • refactor(codec): Refactor serializer to codec by @flc1125 in #52
  • refactor(recovery): Optimized recovery by @flc1125 in #53
  • refactor(strings): Change the package name and move the UUID() to the strings package by @flc1125 in #54
  • chore(log): Adjust the manager log to the unstable version; optimize some codes by @flc1125 in #55
  • build(lint): Added lint detection by @flc1125 in #56
  • chore(lint): Optimize a large number of lint detection issues by @flc1125 in #57
  • chore(log-adapter): Adjust the GORM log adapter path by @flc1125 in #58
  • build(deps): Upgrade deps by @flc1125 in #59
  • chore(utils): rename helper to utils by @flc1125 in #60
  • docs: Update README.md & License by @flc1125 in #61

Full Changelog: v1.5.1...v2.0.0-beta.1