Logo
Explore Help
Sign In
unistack-org/micro
4
0
Fork 2
You've already forked micro
Code Issues 18 Pull Requests Actions Packages Projects Releases 324 Wiki Activity

324 Releases 409 Tags

RSS Feed
  • v3.9.4 3805d0f067
    Compare

    v3.9.4 Stable

    vtolstov released this 2022-03-27 00:19:06 +03:00 | 485 commits to v3 since this release

    What's Changed

    • client: determenistic retry backoff by @vtolstov in https://github.com/unistack-org/micro/pull/107

    Full Changelog: https://github.com/unistack-org/micro/compare/v3.9.3...v3.9.4

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.9.3 35ab6ae84e
    Compare

    v3.9.3 Stable

    vtolstov released this 2022-03-26 18:01:31 +03:00 | 487 commits to v3 since this release

    What's Changed

    • jitter: add NewTickerContext by @vtolstov in https://github.com/unistack-org/micro/pull/106

    Full Changelog: https://github.com/unistack-org/micro/compare/v3.9.2...v3.9.3

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.9.2 297a80da84
    Compare

    v3.9.2 Stable

    vtolstov released this 2022-03-25 14:27:29 +03:00 | 489 commits to v3 since this release

    What's Changed

    • small fixes by @vtolstov in https://github.com/unistack-org/micro/pull/105

    Full Changelog: https://github.com/unistack-org/micro/compare/v3.9.1...v3.9.2

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.9.1 9c074e5741
    Compare

    v3.9.1 Stable

    vtolstov released this 2022-03-22 14:57:20 +03:00 | 492 commits to v3 since this release

    What's Changed

    • config: add Validate func, small lint fixes by @vtolstov in https://github.com/unistack-org/micro/pull/104
    • chore(deps): bump actions/cache from 2 to 3 by @dependabot in https://github.com/unistack-org/micro/pull/103

    Full Changelog: https://github.com/unistack-org/micro/compare/v3.9.0...v3.9.1

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.9.0 5527b16cd8
    Compare

    v3.9.0 Stable

    vtolstov released this 2022-03-21 15:26:20 +03:00 | 496 commits to v3 since this release

    What's Changed

    • chore(deps): bump go.unistack.org/micro-proto/v3 from 3.2.1 to 3.2.3 by @dependabot in https://github.com/unistack-org/micro/pull/89
    • chore(deps): bump golangci/golangci-lint-action from 2 to 3 by @dependabot in https://github.com/unistack-org/micro/pull/93
    • chore(deps): bump dependabot/fetch-metadata from 1.1.1 to 1.2.1 by @dependabot in https://github.com/unistack-org/micro/pull/92
    • chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.3.0 by @dependabot in https://github.com/unistack-org/micro/pull/90
    • chore(deps): bump go.unistack.org/micro-proto/v3 from 3.2.3 to 3.2.5 by @dependabot in https://github.com/unistack-org/micro/pull/94
    • chore(deps): bump go.unistack.org/micro-proto/v3 from 3.2.5 to 3.2.7 by @dependabot in https://github.com/unistack-org/micro/pull/97
    • chore(deps): bump go.unistack.org/micro-proto/v3 from 3.2.1 to 3.2.7 by @dependabot in https://github.com/unistack-org/micro/pull/100
    • chore(deps): bump golangci/golangci-lint-action from 2 to 3.1.0 by @dependabot in https://github.com/unistack-org/micro/pull/98
    • chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.3.0 by @dependabot in https://github.com/unistack-org/micro/pull/99
    • chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.3.0 to 4.4.0 by @dependabot in https://github.com/unistack-org/micro/pull/101
    • server: remove unparsed body from request and message by @vtolstov in https://github.com/unistack-org/micro/pull/102

    Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.21...v3.9.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.8.21 d0d04a840a
    Compare

    v3.8.21 Stable

    vtolstov released this 2022-01-30 17:05:41 +03:00 | 521 commits to v3 since this release

    What's Changed

    • register: DefaultDomain as var not as const by @vtolstov in https://github.com/unistack-org/micro/pull/87

    Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.20...v3.8.21

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.8.20 f06610c9c2
    Compare

    v3.8.20 Stable

    vtolstov released this 2022-01-26 00:48:11 +03:00 | 524 commits to v3 since this release

    What's Changed

    • update micro-proto by @vtolstov in https://github.com/unistack-org/micro/pull/86

    Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.19...v3.8.20

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.8.19 0257eae936
    Compare

    v3.8.19 Stable

    vtolstov released this 2022-01-25 00:41:46 +03:00 | 526 commits to v3 since this release

    What's Changed

    • chore(deps): bump go.unistack.org/micro-proto/v3 from 3.1.1 to 3.2.0 by @dependabot in https://github.com/unistack-org/micro/pull/83
    • errors: fix MarshalJSON func by @vtolstov in https://github.com/unistack-org/micro/pull/84

    Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.18...v3.8.19

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.8.18 67d5dc7e28
    Compare

    v3.8.18 Stable

    vtolstov released this 2022-01-21 19:14:08 +03:00 | 531 commits to v3 since this release

    What's Changed

    • errors: fix parsing by @vtolstov in https://github.com/unistack-org/micro/pull/81

    Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.17...v3.8.18

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.8.17 92b125c1ce
    Compare

    v3.8.17 Stable

    vtolstov released this 2022-01-21 18:21:47 +03:00 | 534 commits to v3 since this release

    What's Changed

    • errors: fix FromError and errors.Unmarshal by @vtolstov in https://github.com/unistack-org/micro/pull/79

    Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.16...v3.8.17

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous ... 19 20 21 22 23 ... Next Last
Powered by Gitea Version: 1.24.5 Page: 86ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API