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 331 Wiki Activity

331 Releases 416 Tags

RSS Feed
  • v3.9.1 9c074e5741
    Compare

    v3.9.1 Stable

    vtolstov released this 2022-03-22 14:57:20 +03:00 | 496 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 | 500 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 | 525 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 | 528 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 | 530 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 | 535 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 | 538 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)
  • v3.8.16 927ca879b2
    Compare

    v3.8.16 Stable

    vtolstov released this 2022-01-21 00:51:14 +03:00 | 541 commits to v3 since this release

    What's Changed

    • logger: add logger Fields test by @vtolstov in https://github.com/unistack-org/micro/pull/75
    • add logger context test by @vtolstov in https://github.com/unistack-org/micro/pull/76
    • errors: add proto by @vtolstov in https://github.com/unistack-org/micro/pull/77

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

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.8.15 52182261af
    Compare

    v3.8.15 Stable

    vtolstov released this 2022-01-19 19:55:21 +03:00 | 548 commits to v3 since this release

    What's Changed

    • logger: fix fields by @vtolstov in https://github.com/unistack-org/micro/pull/73
    • logger: fix Fields by @vtolstov in https://github.com/unistack-org/micro/pull/74

    Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.14...v3.8.15

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.8.14 8e5e2167cd
    Compare

    v3.8.14 Stable

    vtolstov released this 2022-01-10 16:48:27 +03:00 | 551 commits to v3 since this release

    What's Changed

    • chore(deps): bump go.unistack.org/micro-proto/v3 from 3.1.0 to 3.1.1 by @dependabot in https://github.com/unistack-org/micro/pull/70
    • many lint fixes by @vtolstov in https://github.com/unistack-org/micro/pull/71
    • lint fixes by @vtolstov in https://github.com/unistack-org/micro/pull/72

    Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.13...v3.8.14

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous ... 20 21 22 23 24 ... Next Last
Powered by Gitea Version: 1.25.0 Page: 65ms Template: 8ms
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