Skip to content

Latest commit

 

History

History
100 lines (68 loc) · 4.1 KB

NEWS.md

File metadata and controls

100 lines (68 loc) · 4.1 KB

pfcplib

Erlang library for encoding and decoding Packet Forwarding Control Protocol (PFCP) frames.

Version 3.0.0 - 10 Jan 2023

Major version changed to 3.0 due to incompatible API change in decoding of flags in information elements.

Features 🚀

  • #34 change flag IEs from proplists to maps and simplify non extendable IEs

Compare 2.3.0...3.0.0

Version 2.3.0 - 26 Sep 2022

Features 🚀

  • #32 add Travelping VSAs to transport tracing information

Compare 2.2.0...2.3.0

Version 2.2.0 - 5 Apr 2022

Features 🚀

  • #31 Adding TP IPFIX Policy IE

Compare 2.1.2...2.2.0

Version 2.1.2 - 10 November 2021

Refactorings 🔥

  • #29 Remove all dialyzer warning

Special thanks to our contributors

Compare 2.1.1...2.1.2

Version 2.1.1 - 24 June 2021

Bugfixes 🐛

  • #27 fix encoding of User ID

Compare 2.1.0...2.1.1

Version 2.1.0 - 3 June 2021

Features 🚀

  • #24 Normalize FQDNs by lowercasing them in all IEs

Compare 2.0.1...2.1.0

Version 2.0.1 - 19 May 2021

Features 🚀

  • #22 BBF TR 459

Compare 2.0.0...2.0.1

Version 2.0.0 - 6 Mar 2021

Dependencies ⚙️

  • #2 upgrade dependencies and drop old rebar compatibility stuff and add PFCP message validator

Improvements 💡

  • 32f764a add all information elemens from Rel. 15.2
  • 99ee214 add helper to format IEs for lager
  • 312ebca add io_lib pretty print helper
  • 14a0c73 export ies_to_map/1

Features 🚀

  • #18 Replace erlando to cut 1.0.3
  • #16 Add hex to GH action
  • #15 Start use SemVer
  • #14 Update GH actions
  • #13 update to rel. 16.6.0
  • #12 Add .github
  • #10 update to rel. 16.3.1

Bugfixes 🐛

  • #9 fix en/decode for DL Buffering Suggested Packet Count
  • #7 fix information loss in property test
  • #6 Fix PFD Contents and Query URR Reference IEs
  • ec9d724 fix specification for Travis-CI builds

Compare 1.0.0...2.0.0

Version 1.0.0 - 01 Aug 2018

  • Initial release