Skip to content

Commit

Permalink
release v0.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Apr 5, 2024
1 parent 51f8540 commit c76b5e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file.

## v0.10.8 -2024-04-05

### Highlights

* improve support for more BMP data types and better error
handling ([#163](https://github.com/bgpkit/bgpkit-parser/pull/163))
* added explicit enum `PeerDownReason`, `TerminationReason`, `PeerUpTlvType` instead of saving them as integers
* added support for AFI-SAFI gauge for `StatisticsReport` message
* this fixes issue [#162](https://github.com/bgpkit/bgpkit-parser/pull/162)
* added `UnknownTlvType` and `UnknownTlvValue` errors for parsing BMP TLV records
* added `Clone` and `PartialEq` derives to most of the BMP message structs

## v0.10.7 - 2024-03-30

### Highlights
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bgpkit-parser"
version = "0.10.7"
version = "0.10.8"
authors = ["Mingwei Zhang <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit c76b5e4

Please sign in to comment.