Skip to content

Commit

Permalink
VER: 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen authored Oct 8, 2024
2 parents 77e190d + 3f05103 commit c74ca1c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.14.1 - 2024-10-08

#### Enhancements
- Upgraded DBN version to 0.22.1:
- Fixed buffer overrun
- Combined `_reserved3` and `reserved4` fields in `CbboMsg`

## 0.14.0 - 2024-10-01

#### Enhancements
Expand All @@ -9,8 +16,6 @@
- `Symbols::to_chunked_api_string()`
- `live::protocol` module containing implementations of the raw API messages
- Changed from `log` crate to `tracing` for better diagnostics
- Upgraded DBN version to 0.22.0 for combined `_reserved3` and
`_reserved4` fields in `CbboMsg`

## 0.13.0 - 2024-09-25

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "databento"
authors = ["Databento <[email protected]>"]
version = "0.14.0"
version = "0.14.1"
edition = "2021"
repository = "https://github.com/databento/databento-rs"
description = "Official Databento client library"
Expand All @@ -23,7 +23,7 @@ historical = ["dep:futures", "dep:reqwest", "dep:serde", "dep:tokio-util", "dep:
live = ["dep:hex", "dep:sha2", "tokio/net"]

[dependencies]
dbn = { version = "0.21.0", features = ["async", "serde"] }
dbn = { version = "0.22.1", features = ["async", "serde"] }
# Async stream trait
futures = { version = "0.3", optional = true }
# Used for Live authentication
Expand Down

0 comments on commit c74ca1c

Please sign in to comment.