Skip to content

Commit

Permalink
VER: Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen authored Apr 5, 2023
2 parents 7470fa5 + 649172b commit eb9d6e9
Show file tree
Hide file tree
Showing 25 changed files with 2,430 additions and 215 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.4.1 - 2023-04-05
- Added enums `MatchAlgorithm`, `UserDefinedInstrument`
- Added constants `UNDEF_PRICE` and `UNDEF_ORDER_SIZE`
- Added Python type stubs for `databento_dbn` package
- Fixed `Metadata.__bytes__` method to return valid DBN
- Fixed panics when decoding invalid records
- Fixed issue with attempting to decode partial records in Python `DbnDecoder`
- Fixed support for `ImbalanceMsg` in Python `DbnDecoder`

## 0.4.0 - 2023-03-24
- Added support for Imbalance schema
- Updated `InstrumentDefMsg` to include options-related fields and `instrument_class`
Expand Down
Loading

0 comments on commit eb9d6e9

Please sign in to comment.