Skip to content

Releases: free5gc/util

v1.3.0

29 Aug 08:51
37656b2

Choose a tag to compare

What's Changed

  • feat: add prometheus metrics package utility by @Niahh in #31

New Contributors

  • @Niahh made their first contribution in #31

Full Changelog: v1.1.0...v1.3.0

v1.2.0

23 Jul 11:57
37656b2

Choose a tag to compare

What's Changed

  • feat: add prometheus metrics package utility by @Niahh in #31

New Contributors

  • @Niahh made their first contribution in #31

Full Changelog: v1.1.0...v1.2.0

v1.1.1

17 Jul 10:11
97982da

Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.1.1

v1.0.7

29 Apr 06:22
8e72e6d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

27 Mar 15:48
bde8dc7

Choose a tag to compare

What's Changed

  • Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #15

Full Changelog: v1.0.5...v1.0.6

v1.0.5

17 Feb 01:36

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

28 Feb 16:49
42899f4

Choose a tag to compare

What's Changed

  • refactor ip_filter_rule.go & modify Encode/Decode function by @brianchennn in #6

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

01 May 14:38

Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3

v1.0.2

01 Apr 01:51

Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2

v1.0.1

02 Feb 16:40
f59bc4a

Choose a tag to compare

Add GitHub Action (#3)

Add GitHub action for golangci-lint to check coding style.
Accorading to https://github.com/marketplace/actions/run-golangci-lint.

Add GitHub action for go build and go test CI