Releases: travelping/ergw
Releases Β· travelping/ergw
3.1.1
Version 3.1.1 - 4 November 2021
Features π
- #451 Replace simple
IP
pool free table withLRU
implementation
Bugfixes π
3.1.0
Version 3.1.0 - 4 October 2021
Features π
- #411 Add
ergw_sbi_client
- #412 Enhance
VRF
and node selection - #414 Use structured location types everywhere
- #415 Fix handling of structured data in
MCC-MNC
3GPP
values - #417 CONFIG: add
AVP
filter conversion function - #418 Non-blocking context registry
- #420 Update config compat handler
- #426 Suppress reporting of
ergw_cluster
startup process termination - #428 Rework path mainenance
Bugfixes π
- #422 Only put valid pools in session
- #429 CONFIG: fix
Redirect-Information
AVP
translation - #433 Rework context teardown on inactivity to include a proper cause
- #435 Fix
collect_charging_events
when noULI
is present
Dependencies βοΈ
2.8.15
3.0.0
Version 3.0.0 - 25 June 2021
Features π
- #408 Update alpine to 3.14 for Dockerfile
- #405 New IP assignment, random init, fifo reuse of IP
- #404 Add PSDBU part or the EPFAR feature
- #393 Add NAT to the TDF function
- #357 Add PFPC User ID to Session Establishment Request
- #365 Add UP Feature checking
Bugfixes π
- #402 Bump gtp and pfcp lib to normalize FQDNs on ingres
- #391 Handle timeout in PFCP send
- #356 Fix PFCP control during HSS Initiated Subscribed QoS Modification
Improvements π‘
- #354 Refactor application split and with it also config handling
2.8.14
2.8.13
2.8.12
2.8.11
2.8.10
2.8.9
Version 2.8.9 - 25 March 2021
Improvements π‘
- 343 Update
alpine
to3.13
forDockerfile
(C) musl-1.2.1.tar.gz (sig) - August 4, 2020
This release features the new "mallocng" malloc implementation, replacing musl's original
dlmalloc-like allocator that suffered from fundamental design problems. Its major user-facing
new properties are the ability to return freed memory on a much finer granularity and
avoidance of many catastrophic fragmentation patterns.
In addition it provides strong hardening against memory usage errors by the caller,
including detection of overflows, double-free, and use-after-free,
and does not admit corruption of allocator state via these errors.
Dependencies βοΈ