Releases: omec-project/pfcpsim
Releases · omec-project/pfcpsim
v1.2.0
What's Changed
- Update version by @onf-bot in #107
- Bump peter-evans/create-pull-request from 6 to 7 by @dependabot in #108
- Bump golang from 1.23.0-bookworm to 1.23.1-bookworm by @dependabot in #109
- Bump google.golang.org/grpc from 1.66.0 to 1.66.2 by @dependabot in #110
- Bump google.golang.org/grpc from 1.66.2 to 1.67.0 by @dependabot in #111
- Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by @dependabot in #113
- Replace
logrus
wthzap
logger by @gab-arrobo in #115
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- Update version by @onf-bot in #104
- Bump google.golang.org/grpc from 1.65.0 to 1.66.0 by @dependabot in #105
- Create release tag due to grpc update by @gab-arrobo in #106
New Contributors
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Updates to Dependabot by @gab-arrobo in #75
- Bump golangci/golangci-lint-action from 4.0.0 to 6.0.1 by @dependabot in #76
- Updates to GHA by @gab-arrobo in #83
- Bump actions/github-script from 3 to 7 by @dependabot in #77
- Update GHAs, Dockerfile, license headers and Makefile by @gab-arrobo in #86
- Bump docker/login-action from 3.1.0 to 3.2.0 by @dependabot in #87
- Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 by @dependabot in #80
- Bump github.com/c-robinson/iplib from 1.0.6 to 1.0.8 by @dependabot in #81
- Bump google.golang.org/protobuf from 1.30.0 to 1.34.1 by @dependabot in #82
- Bump github.com/wmnsk/go-pfcp from 0.0.19 to 0.0.24 by @dependabot in #79
- Bump google.golang.org/grpc from 1.54.0 to 1.64.0 by @dependabot in #85
- Address most of the
lll
related lint issues by @gab-arrobo in #88 - Bump golang from 1.22.3-bookworm to 1.22.4-bookworm by @dependabot in #90
- Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by @dependabot in #91
- Bump github.com/jessevdk/go-flags from 1.5.0 to 1.6.1 by @dependabot in #93
- Bump fsfe/reuse-action from 3 to 4 by @dependabot in #96
- Bump golang from 1.22.4-bookworm to 1.22.5-bookworm by @dependabot in #94
- Bump google.golang.org/grpc from 1.64.0 to 1.65.0 by @dependabot in #95
- Bump docker/login-action from 3.2.0 to 3.3.0 by @dependabot in #97
- Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by @dependabot in #98
- Bump golang from 1.22.5-bookworm to 1.22.6-bookworm by @dependabot in #99
- Bump golang from 1.22.6-bookworm to 1.23.0-bookworm by @dependabot in #100
- Add GHA for
staticcheck
and address lint issues by @gab-arrobo in #102 - Create minor release by @gab-arrobo in #103
New Contributors
- @dependabot made their first contribution in #76
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- fix: remove unused line in README by @andy89923 in #73
- remove duplicated use of the context in ConnectN4() by @ianchen0119 in #74
New Contributors
- @andy89923 made their first contribution in #73
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Make QFI configurable when creating sessions by @EmanueleGallone in #42
- Fix exit code in pfcpctl by @EmanueleGallone in #45
- Fix reuse. Introduce dep5 file and uniform copyright headers by @EmanueleGallone in #46
- Improve CLI parser by @EmanueleGallone in #43
- Update Readme.md by @EmanueleGallone in #47
- Add and expose method to send a raw PFCP teardown request by @osinstom in #48
- Fix CI triggers by @EmanueleGallone in #49
- Fix incorrect logging by @EmanueleGallone in #50
- Update cli flag description by @jhall11 in #51
- Enable configuring PFCP response timeout by @osinstom in #52
- Fix incorrect disassociate RPC call and correctly handle gRPC connections by @EmanueleGallone in #53
- Add QER gating parameters by @EmanueleGallone in #55
- [SDFAB-1110] Add support for application filter by @EmanueleGallone in #54
- [SDFAB-1140] Add support for ALLOW ALL, DENY ALL app filtering policies by @daniele-moro in #57
- Fix short SHA tag when publishing docker images by @daniele-moro in #58
- Verify cause status for association response by @osinstom in #59
- [SDFAB-1110] Add support for multiple application filters by @EmanueleGallone in #60
- Update timeout in pfcpsim by @thakurajayL in #62
- bugfix: prevent memory leak caused by time.After by @ianchen0119 in #65
- fix: PeekNextResponse() block the goroutine by @ianchen0119 in #66
- chore: Add FOSSA check to GH actions by @ghislainbourgeois in #68
- Refactor GitHub Actions by @gab-arrobo in #70
- Bump up GO version to 1.21 by @gab-arrobo in #71
- Enable several linters by @gab-arrobo in #72
- Feat/urr by @ianchen0119 in #69
New Contributors
- @osinstom made their first contribution in #48
- @jhall11 made their first contribution in #51
- @daniele-moro made their first contribution in #57
- @thakurajayL made their first contribution in #62
- @ianchen0119 made their first contribution in #65
- @ghislainbourgeois made their first contribution in #68
- @gab-arrobo made their first contribution in #70
Full Changelog: 0.1.0-dev...v1.0.0
0.1.0-dev
Make SDF filter configurable during session creation (#39) * Add SDF filtering cli argument * Make wildcard SDF as default * Update compiled protobuf * Make SDF Filter configurable * Refactor flag name * Address review comments * Fix changed Protobuf message field * Fix parameter in flag parser