Skip to content

Releases: ironcore-dev/dpservice

v0.2.12

21 Jul 16:11
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

v0.2.11

20 Jul 18:32
Compare
Choose a tag to compare

Changes

🚀 Features

  • Introduce an one-shot timer which runs more often after init() call @guvenc (#340)

🐛 Bug Fixes

v0.2.10

17 Jul 15:54
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

v0.2.9

03 Jul 16:15
Compare
Choose a tag to compare

Changes

🚀 Features

  • Enable graph tracing during meson build @guvenc (#317)

v0.2.8

03 Jul 13:34
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

  • Return empty list in gRPC list calls with an error @PlagueCZ (#315)
  • Fixed conditional graphtrace in docker image @PlagueCZ (#311)

v0.2.7

19 Jun 09:01
ef3a0d4
Compare
Choose a tag to compare

Changes

🚀 Features

v0.2.6

16 Jun 18:38
8c01699
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

  • Use the correct branch for main branch and PR github actions @guvenc (#307)

v0.2.5

15 Jun 09:03
224d93e
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

v0.2.4

14 Jun 16:57
aecde57
Compare
Choose a tag to compare

Changes

🚀 Features

  • Add ResetVni() GRPC function @guvenc (#298)
  • Added default route to gRPC list routes, refactored code @PlagueCZ (#297)
  • Added error messages from gRPC @PlagueCZ (#289)
  • Include dpdk prometheus exporter binary to docker image @guvenc (#293)
  • Optimized Dockerfile for faster builds @PlagueCZ (#292)
  • Prepare pytest grpc_client interface for golang client @PlagueCZ (#290)
  • enable underlay IPv6 addr without randomness to assist development. @byteocean (#286)

🐛 Bug Fixes

  • Isolate the conntrack table based on VNF. (only NAT isolation) @guvenc (#295)
  • Fix wrong optimization for virtual service pointer in packet data. @PlagueCZ (#291)
  • judge pkt's direction using metadta field instead of cntrack's flow direction @byteocean (#288)
  • Fail addmachine call on port start error @PlagueCZ (#287)

🧰 Maintenance

v0.2.3

23 May 17:54
b5b15ed
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

  • Fix/dp flow potential issues @PlagueCZ (#284)
  • Fixed virtual service freeup after removing an interface @PlagueCZ (#282)
  • Fix NAT VIP deletion removing DNAT when another is still present @PlagueCZ (#279)
  • Fix nat packet relay not working after deleting a neighbor @PlagueCZ (#277)
  • Drop incoming packets to NAT underlay IPv6 with foreign IPv4 @PlagueCZ (#276)
  • Fixed undefined TCP timeout flow value in some situations @PlagueCZ (#275)
  • Reduced logging for unknown ICMP types. @PlagueCZ (#273)
  • Revert a previous bad fix for NAT telemetry @PlagueCZ (#268)
  • Fixed NAT port telemetry and made virtsvc telemetry consistent with nat @PlagueCZ (#266)
  • Fix graph telemetry not being sent out @PlagueCZ (#264)
  • Fixed virtual services TCP timeout for small uptime @PlagueCZ (#263)
  • Fix dp_service_user for ConnectX-6 @PlagueCZ (#262)