Releases: free5gc/util
Releases · free5gc/util
v1.3.0
v1.2.0
v1.1.1
What's Changed
- chore(deps): bump golang.org/x/crypto from 0.33.0 to 0.35.0 by @dependabot[bot] in #24
- chore(deps): bump golang.org/x/net from 0.33.0 to 0.38.0 by @dependabot[bot] in #25
- chore: update go 1.24 by @Alonza0314 in #30
- chore: revert mongo mod v1 by @Alonza0314 in #32
Full Changelog: v1.0.7...v1.1.1
v1.0.7
What's Changed
- Add TNGF by @tsc11539 in #14
- chore: bump to go1.21 and CI version by @andy89923 in #16
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #17
- feat: add GenerateOPc by @ianchen0119 in #18
- Fix nrf#47: Panic on empty JSON Patch by @linouxis9 in #19
- chore(deps): bump golang.org/x/crypto from 0.26.0 to 0.31.0 by @dependabot in #20
- chore: bump mongo driver to v2.1.0 by @Alonza0314 in #21
- chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 by @dependabot in #23
New Contributors
- @tsc11539 made their first contribution in #14
- @andy89923 made their first contribution in #16
- @ianchen0119 made their first contribution in #18
- @linouxis9 made their first contribution in #19
- @Alonza0314 made their first contribution in #21
Full Changelog: v1.0.6...v1.0.7
v1.0.6
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
What's Changed
- Bump github.com/gin-gonic/gin from 1.7.7 to 1.9.0 by @dependabot in #7
- add Strength option by Functional Options Pattern by @brianchennn in #9
- Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #10
- fix: query strength && dst IP "assigned" by @brianchennn in #12
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #13
New Contributors
- @dependabot made their first contribution in #7
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- refactor ip_filter_rule.go & modify Encode/Decode function by @brianchennn in #6
New Contributors
- @brianchennn made their first contribution in #6
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Full Changelog: v1.0.1...v1.0.2
v1.0.1
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