Releases: nibanks/msh3
Releases · nibanks/msh3
msh3 v0.8.0
What's Changed
- fix generated
libmsh3.pc
file by @vszakats in #225 - msquic v2.4 by @talregev in #234
- Refactor cmake by @talregev in #236
- Improve libmsh3.pc by @dg0yt in #237
- CMake: Fix msh3-config.cmake configuration by @dg0yt in #240
- CMake: Enable configuration of CMAKE_BUILD_TYPE by @dg0yt in #239
- Auto Merge Dependabot PRs by @nibanks in #243
- Add CodeQL Support by @nibanks in #244
- Install libnuma by @nibanks in #245
- Add More (noisy) CodeQL Checks by @nibanks in #246
- Fix invalid bit-field by @dg0yt in #248
- Move msh3_headers compile definitions by @dg0yt in #249
- Export installed include dir by @dg0yt in #250
- Add option for pkgconfig installation by @dg0yt in #251
- Add Header Guard to msh3.hpp by @nibanks in #252
- Fix Irregular enum initialization by @nibanks in #253
- Remove Trivial Switch Statement by @nibanks in #254
- Enable use of external ls-qpack by @dg0yt in #255
- CMake: Enable use of external msquic by @dg0yt in #256
- CMake: Trim explicit tool and test link libs by @dg0yt in #257
- Relax C++ requirement for usage by @dg0yt in #258
- Install tools and tests to 'bin' by @dg0yt in #259
- Move QUIC_OUTPUT_DIR command by @dg0yt in #261
- Dissolve msh3_headers, cleanup by @dg0yt in #260
- Refactor to #ifdef _WIN32 by @talregev in #262
New Contributors
- @vszakats made their first contribution in #225
- @talregev made their first contribution in #234
- @dg0yt made their first contribution in #237
Full Changelog: v0.7.0...v0.8.0
msh3 v0.7.0
What's Changed
Significant refactoring and improvements in the API surface to better align with MsQuic.
- Use default idle timeout by @nibanks in #106
- Clean up Shutdown and State Interfaces by @nibanks in #107
- Fix Build Break by @nibanks in #120
- Refactor C++ Header by @nibanks in #128
- Shuts Down Connection After All Requests Complete by @nibanks in #132
- Update to MsQuic v2.2 Release by @nibanks in #136
- Major Refactor by @nibanks in #130
And lots of @dependabot updates.
Full Changelog: v0.6.0...v0.7.0
msh3 v0.6.0
What's Changed
- Added server support
- Added test automation
- Other API improvements
- Other misc improvements
Full Changelog: v0.5.0...v0.6.0
msh3 v0.5.0
What's Changed
Added/updated APIs for sending application data and shutting down the stream (graceful or abortive w/ error).
- Add Request Data Support by @nibanks in #89
- Expand the Send Interface by @nibanks in #90
- Various dependabot updates (including latest microsoft/msquic)
Full Changelog: v0.4.0...v0.5.0
msh3 v0.4.0
msh3 v0.3.0
Includes updates to allow the app to specify a custom destination port.
msh3 v0.2.0
Updates Since v0.1.0
- Support Schannel and OpenSSL based MsQuic on Windows
- Update to latest release/2.0 branch of Msquic
msh3 v0.1.0
Initial release