Skip to content

Commit

Permalink
VER: Release 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen authored Jul 9, 2024
2 parents 81abfd7 + 8d5a851 commit 1fef731
Show file tree
Hide file tree
Showing 26 changed files with 1,014 additions and 431 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.19.0 - 2024-07-09

### Enhancements
- Added `BboMsg` record struct for future `bbo-1m` and `bbo-1s` schemas
- Upgraded `pyo3` version to 0.22.1
- Upgraded `json-writer` to 0.4

### Breaking changes
- Added `Default` trait implementation for `Mbp1Msg` due to it no longer needing
to support multiple `rtype` values. The `default_for_schema` function has been removed
- Changed `Bbo1sMsg` and `Bbo1mMsg` to be aliases for `BboMsg`
- Changed the default value of the `side` fields to `Side::None`
- Reordered parameters and added defaults to Python `Metadata` initializer to match
required arguments in Rust

## 0.18.3 - 2024-07-02

### Bug fixes
Expand Down Expand Up @@ -78,8 +93,8 @@
## 0.17.0 - 2024-04-01

### Enhancements
- Added new record type `CbboMsg`, new rtypes and schema types for `Cbbo`, `Cbbo1s`,
`Cbbo1m`, `Tcbbo`, `Bbo1s`, and `Bbo1m`
- Added new record type `CbboMsg`, new rtypes and schema types for `Cbbo`, `Cbbo1S`,
`Cbbo1M`, `Tcbbo`, `Bbo1S`, and `Bbo1M`
- Added `Volatility` and `Delta` `StatType` variants
- Added `Undefined` and `TimeProRata` `MatchAlgorithm` variants
- Exported more enums to Python:
Expand Down
Loading

0 comments on commit 1fef731

Please sign in to comment.