Skip to content

Releases: free5gc/nssf

v1.2.3

27 Jun 05:44
a73f10f
Compare
Choose a tag to compare

What's Changed

  • Version Bump: Go1.19 and CI version by @yccodr in #21
  • ⬆️ Bump go version to 1.21 by @yccodr in #22
  • Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #23
  • refactor: NSSF app, sbi, processor, consumer by @yccodr in #24

Full Changelog: v1.2.2...v1.2.3

v1.2.2

27 Mar 16:08
Compare
Choose a tag to compare

What's Changed

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

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

v1.2.1

16 Feb 08:24
f1900ad
Compare
Choose a tag to compare

What's Changed

  • changing all sd to lowercase when reading nssfcfg.yaml by @danielh1204 in #12
  • Revert "changing all sd to lowercase when reading nssfcfg.yaml" by @tim-ywliu in #14
  • compare snssais with SnssaiEqualFold by @danielh1204 in #13
  • Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 by @dependabot in #10
  • Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #15
  • Feature: Add NRF Consumer support OAuth2 by @andy89923 in #16
  • Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #17
  • [OAuth] Token Retrieve & Authorization Check by @yccodr in #18
  • Fix: use models in serviceName by @andy89923 in #19

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

08 Jun 06:30
Compare
Choose a tag to compare

What's Changed

  • Increasing log timestamp precison by @mahmoodgh in #6
  • Bump github.com/gin-gonic/gin from 1.7.3 to 1.7.7 by @dependabot in #7
  • refactor and update util to use new log formatter setting by @brianchennn in #8
  • Bump github.com/gin-gonic/gin from 1.7.7 to 1.9.0 by @dependabot in #9

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

30 Jun 13:49
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v1.1.0

30 Mar 03:03
Compare
Choose a tag to compare

Full Changelog: v1.0.2...v1.1.0

v1.0.2

22 Mar 01:58
399df69
Compare
Choose a tag to compare

What's Changed

  • Resolve to crash with empty nsiInformationList by @apssoft in #3

New Contributors

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

v1.0.1

25 Sep 04:13
Compare
Choose a tag to compare
feat(nssf): Add GitHub Action

Fix .golangci.yml for gci local-prefix
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