Releases: nextmn/go-pfcp-networking
Releases · nextmn/go-pfcp-networking
Version 0.0.41
What's Changed
- Add
WaitReady(ctx) error
to PFCPEntityInterface by @louisroyer in #46 - Make WaitReady() return before ctx.Done() by @louisroyer in #47
- No NodeID required in PFCP Session Modification by @louisroyer in #48
Full Changelog: v0.0.40...v0.0.41
Version 0.0.40
What's Changed
- Use netip.Addr instead of string by @louisroyer in #44
- Update PFCP session from CP Entities by @louisroyer in #45
Full Changelog: v0.0.39...v0.0.40
Version 0.0.39
What's Changed
- Use default N1/T1 if equal to zero by @louisroyer in #42
Full Changelog: v0.0.38...v0.0.39
Version 0.0.38
Version 0.0.37
What's Changed
- Avoid segfault by @louisroyer in #33
- Typo & small bugs by @louisroyer in #35
- Use pre-commit/action by @louisroyer in #37
- Bump actions/checkout from 3 to 4 by @dependabot in #38
- Bump actions/setup-python from 3 to 5 by @dependabot in #39
- Fix default NewEntityOptions values by @louisroyer in #40
New Contributors
- @dependabot made their first contribution in #38
Full Changelog: v0.0.36...v0.0.37
Version 0.0.36
What's Changed
- Update FARs instead of overwriting them by @louisroyer in #32
Full Changelog: v0.0.35...v0.0.36
Version 0.0.35
What's Changed
- Fix bug with ForwardingParameters by @louisroyer in #31
Full Changelog: v0.0.34...v0.0.35
Version 0.0.34
What's Changed
- Allow creation of FARMap with a FAR that have no Forwarding Parameter and no FORW Flag by @louisroyer in #6
- Avoid erroring constructor of EntityOptions by @louisroyer in #30
Full Changelog: v0.0.33...v0.0.34
Version 0.0.33
What's Changed
- Update README.md by @louisroyer in #27
- PFCPEntity.Close() by @louisroyer in #29
Full Changelog: v0.0.32...v0.0.33