Releases: free5gc/nssf
Releases · free5gc/nssf
v1.2.3
v1.2.2
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
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
- @danielh1204 made their first contribution in #12
- @tim-ywliu made their first contribution in #14
- @andy89923 made their first contribution in #16
- @yccodr made their first contribution in #18
Full Changelog: v1.2.0...v1.2.1
v1.2.0
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
- @mahmoodgh made their first contribution in #6
- @dependabot made their first contribution in #7
- @brianchennn made their first contribution in #8
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- LogLevel is not applied when the test is run. by @RyuichiNamba-fj in #4
New Contributors
- @RyuichiNamba-fj made their first contribution in #4
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Full Changelog: v1.0.2...v1.1.0
v1.0.2
v1.0.1
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