Skip to content

Commit 7d8dc74

Browse files
author
Serha
committed
chore: Release v3.0.28-beta - Clean databento-cpp rebuild
This is a maintenance release to replace v3.0.27-beta's native DLL which inadvertently used a debug-modified databento-cpp dependency. Changes: - Rebuilt native DLL with clean databento-cpp v0.44.0 from upstream - Updated version to 3.0.28-beta - Updated README badge to v3.0.28-beta - Updated CHANGELOG with v3.0.28-beta entry All fixes remain identical to v3.0.27-beta: - Issue #1: AccessViolationException with future dates - ✅ Verified - Issue #4: InstrumentDefMessage.InstrumentClass always 0 - ✅ Verified No code changes, only dependency cleanup for production use.
1 parent 891a8f5 commit 7d8dc74

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to databento-dotnet will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.28-beta] - 2025-11-23
9+
10+
### Changed
11+
12+
- **Native Library**: Rebuilt with clean, unmodified databento-cpp v0.44.0
13+
- Previous v3.0.27-beta inadvertently included debug-modified databento-cpp dependency
14+
- All functionality remains identical to v3.0.27-beta
15+
- No code changes, only dependency cleanup
16+
17+
### Notes
18+
19+
This is a maintenance release to ensure production packages use official, unmodified upstream dependencies. All fixes from v3.0.27-beta are included and verified:
20+
- Issue #1: AccessViolationException with future dates - ✅ Working
21+
- Issue #4: InstrumentDefMessage.InstrumentClass always 0 - ✅ Working
22+
23+
---
24+
825
## [3.0.27-beta] - 2025-11-23
926

1027
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# databento-dotnet
22

3-
[![NuGet](https://img.shields.io/badge/NuGet-v3.0.27--beta-blue)](https://www.nuget.org/packages/Databento.Client)
3+
[![NuGet](https://img.shields.io/badge/NuGet-v3.0.28--beta-blue)](https://www.nuget.org/packages/Databento.Client)
44
[![Downloads](https://img.shields.io/badge/Downloads-3.5K-blue)](https://www.nuget.org/packages/Databento.Client)
55
[![GitHub Release](https://img.shields.io/github/v/release/Alparse/databento-dotnet?include_prereleases&label=Release)](https://github.com/Alparse/databento-dotnet/releases)
66
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)

src/Databento.Client/Databento.Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<!-- Package Information -->
1111
<PackageId>Databento.Client</PackageId>
12-
<Version>3.0.27-beta</Version>
12+
<Version>3.0.28-beta</Version>
1313
<Authors>Alparse</Authors>
1414
<Company>Databento</Company>
1515
<Product>databento-dotnet</Product>
@@ -20,7 +20,7 @@
2020
<RepositoryType>git</RepositoryType>
2121
<PackageProjectUrl>https://github.com/Alparse/databento-dotnet</PackageProjectUrl>
2222
<PackageReadmeFile>README.md</PackageReadmeFile>
23-
<PackageReleaseNotes>v3.0.27-beta: Critical fixes - Issue #1: Fixed AccessViolationException with future dates (NULL ILogReceiver). Issue #4: Fixed InstrumentDefMessage.InstrumentClass always returning 0, corrected all field offsets to DBN v2 spec, added 13 multi-leg strategy fields.</PackageReleaseNotes>
23+
<PackageReleaseNotes>v3.0.28-beta: Same fixes as v3.0.27-beta with clean, unmodified databento-cpp v0.44.0 (previous version had debug-modified dependency). Issue #1: Fixed AccessViolationException with future dates. Issue #4: Fixed InstrumentDefMessage.InstrumentClass always returning 0.</PackageReleaseNotes>
2424
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
2525

2626
<!-- XML Documentation -->

src/Databento.Interop/Databento.Interop.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<!-- Not packaged separately - embedded in Databento.Client -->
1111
<IsPackable>false</IsPackable>
12-
<Version>3.0.27-beta</Version>
12+
<Version>3.0.28-beta</Version>
1313
</PropertyGroup>
1414

1515
<ItemGroup>
Binary file not shown.

0 commit comments

Comments
 (0)