Skip to content

Releases: free5gc/nrf

v1.2.6

12 Nov 06:28
0d3f451
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.5...v1.2.6

v1.2.5

05 Sep 07:00
4d85a02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.4...v1.2.5

v1.2.4

25 Jun 10:15
69a7678
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.2.4

v1.2.3

27 Mar 16:07
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 #36

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

v1.2.2

13 Mar 04:08
f51040b
Compare
Choose a tag to compare

What's Changed

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

v1.2.1

16 Feb 08:28
21c6656
Compare
Choose a tag to compare

What's Changed

  • Fix nil-pointer panic in access_token.go by @GKnirps in #16
  • Make limit parameter for GET nfInstance optional by @GKnirps in #17
  • Fix response encoding for access token request by @GKnirps in #18
  • Make nf-type query parameter optional for GET nf-instance api by @BENHSU0723 in #21
  • Clean up HandleAccessTokenRequest by @GKnirps in #19
  • format checks for target-nf-type, requester-nf-type and supi in nrf by @danielh1204 in #20
  • Fix possible Subscription ID collision by @GKnirps in #23
  • Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 by @dependabot in #15
  • Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #24
  • NotificationData fix by @danielh1204 in #22
  • update util's hash by @brianchennn in #28
  • Feature: Enforce OAuth2 by @andy89923 in #27
  • Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #29
  • Refactor: Move AuthorizationCheck() to context.go by @andy89923 in #30
  • fix: DefaultNotificationSubscriptions was not stored in the database by @ianchen0119 in #31

New Contributors

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

v1.2.0

08 Jun 06:31
Compare
Choose a tag to compare

What's Changed

  • Make the error response from register procedure more detailed by @eric5800602 in #6
  • increasing log timestamp precision by @mahmoodgh in #9
  • Bump github.com/gin-gonic/gin from 1.7.3 to 1.7.7 by @dependabot in #10
  • refactor and update util to use new log formatter setting by @brianchennn in #12
  • Bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.1.0 by @dependabot in #13
  • Bump github.com/gin-gonic/gin from 1.7.7 to 1.9.0 by @dependabot in #14

New Contributors

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

v1.1.1

30 Jun 13:52
Compare
Choose a tag to compare

What's Changed

  • Fix: When NF is terminated, the "href" element remains in the "urilist" collection in mongodb. by @matsumu-y in #4
  • LogLevel is not applied when the test is run. by @RyuichiNamba-fj in #5

New Contributors

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

v1.1.0

30 Mar 03:15
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v1.1.0

v1.0.1

25 Sep 04:06
e74af1f
Compare
Choose a tag to compare
  • fix(nrf): Proper expiration time claim implementation, exp should be NumericDate (#1)
  • fix(nrf): Update nf_management.go (#2)