Skip to content

Releases: travelping/ergw

3.1.1

04 Nov 16:59
Compare
Choose a tag to compare

Version 3.1.1 - 4 November 2021

Features πŸš€

  • #451 Replace simple IP pool free table with LRU implementation

Bugfixes πŸ›

  • #453 LRU fix wrong object insert in push function
  • #445 Serialize gtp_path process creation through the registry process
  • #442 Convert QoS-Information to AVP before putting them in TDV/SDC

Compare 3.1.0...3.1.1

3.1.0

04 Oct 12:32
Compare
Choose a tag to compare

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 no ULI is present

Dependencies βš™οΈ

Compare 3.0.0...3.1.0

2.8.15

16 Sep 08:18
Compare
Choose a tag to compare

Version 2.8.15 - 16 September 2021

Bugfixes πŸ›

3.0.0

25 Jun 14:45
Compare
Choose a tag to compare

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

03 Jun 11:09
Compare
Choose a tag to compare

Version 2.8.14 - 3 June 2021

Bugfixes πŸ›

  • #401 Lowercase APN expansion

2.8.13

01 Jun 08:45
Compare
Choose a tag to compare

Version 2.8.13 - 1 June 2021

Bugfixes πŸ›

  • #395 Lowercase APN before further processing it

2.8.12

31 May 09:30
Compare
Choose a tag to compare

Version 2.8.12 - 31 May 2021

Improvements πŸ’‘

  • #380 Start use image quay.io/travelping/alpine-erlang:23.3.4(the image is included fix for kernel)
  • #373 Start use master of prometheus(included all speedup fixes)

Bugfixes πŸ›

  • #376 Change normal termination reason

Dependencies βš™οΈ

2.8.11

23 Apr 14:34
Compare
Choose a tag to compare

Version 2.8.11 - 23 April 2021

Improvements πŸ’‘

  • #369 Start use fork of prometheus with speedup fix

2.8.10

08 Apr 09:11
Compare
Choose a tag to compare

Version 2.8.10 - 8 April 2021

Bugfixes πŸ›

  • cfdf116 DNS lookup responses with no answer records are not cached

As a temporary fix, the simple DNS cache is used on this patch release.

2.8.9

25 Mar 12:31
Compare
Choose a tag to compare

Version 2.8.9 - 25 March 2021

Improvements πŸ’‘

  • 343 Update alpine to 3.13 for Dockerfile

(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 βš™οΈ