Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

V0.5.2 release candidate #134

Merged
merged 6 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

---
# [0.5.2] - 2023-11-27

###

- Changed ifindex_ip_map to a hashmap and added code to prune stale keys due to
index changes for dynamic interfaces.
- cleanup removed redefinitions of global count_map_path in multiple functions

# [0.5.1] - 2023-08-22

###
Expand Down
Loading