Releases: laudrup/boost-wintls
Releases · laudrup/boost-wintls
v0.9.9
Features
Bug Fixes
- tests: use beast's
role_type
if available #81 (Nerixyz) - tests: prefix
is_invokable
for compatibility with beast #81 (Nerixyz)
Code Refactoring
Tests
- add tests for beast websockets #81 (Nerixyz)
- Add support for TLS v1.3 version check #86 (windowsair)
Continuous Integration
- stop in-progress jobs when pushing #81 (Nerixyz)
- mingw: set
OPENSSL_ROOT
in configure step #81 (Nerixyz)
Commits
- 523d7c0: Fix typo (Kasper Laudrup)
- c7a0a9e: Remove notice on 32-bit support (Kasper Laudrup)
- f358457: Drop testing for older boost versions (Kasper Laudrup)
- 142203c: Test for building with different C++ standard versions (Kasper Laudrup)
- 1dee7d6: Show output from failing tests in coverage job (Kasper Laudrup) #82
- 4155d1e: Silence warning from VersionFromGit (Kasper Laudrup) #82
- 26943d6: Update github action used to set pagefile for MinGW builds (Kasper Laudrup) #82
- f3157b5: Add tmate action to unittest job (Kasper Laudrup) #82
- b4d4450: Don't install OpenSSL in GitHub actions Windows runner (Kasper Laudrup) #82
- d734269: Remove hack/workaround for Boost versions < 1.79 (Kasper Laudrup) #82
- 90ee85d: Don't include windows.h (Kasper Laudrup)
- 6f8aeca: Don't install openssl in any CI job (Kasper Laudrup)
- 3929005: Remove v141 toolset references from CI jobs (Kasper Laudrup)
- e4b9058: Update checkout and cache github action (Kasper Laudrup)
- 8361844: Update github actions (Kasper Laudrup)
- aced755: Add support for standalone Asio (windowsair)
- c172aa5: Porting Beast test code from Boost 1.72 (windowsair)
- 714b88c: Add non-boost support for test stream component (windowsair)
- 522cafa: Migrate to standalone test stream code (windowsair)
- 91bf6f9: Refactoring common macros (windowsair)
- cc832d2: Add C++17 like string_view for test stream code (windowsair)
- f79d39a: Rewrite subprocess in test code to replace Boost.Process (windowsair)
- cc11ec2: Add C++17 like variant for test code (windowsair)
- 9714c72: Use assert.hpp in the test code to replace the Boost (windowsair)
- e582074: Add support for standalone wintls cmake build (windowsair)
- 9fa03d2: Add unittest jobs for standalone Asio builds (Kasper Laudrup)
- 7291da4: Make user provide standalone Asio library to use (Kasper Laudrup)
- 29b3a22: Build examples with standalone Asio where possible (Kasper Laudrup)
- 607ee34: Fetch thirdparty test dependencies with FetchContent (Kasper Laudrup)
- a838c10: Remove external subprocess code (Kasper Laudrup)
- c1d8726: Remove uncommented define (Kasper Laudrup)
- 7e51715: Fix test stream naming (Kasper Laudrup)
- 2eee6e0: Cleanup macros (Kasper Laudrup)
- 812740b: Move unreachable return macro away from assertion header (Kasper Laudrup)
- 838b58b: Move library out of boost namespace (Kasper Laudrup)
- 6a6b510: Fix documentation of error_code type (Kasper Laudrup)
- 53af31f: Update logo (Kasper Laudrup)
- df80103: Link downloads to current version (Kasper Laudrup)
- 2b44292: Link examples to currently released version (Kasper Laudrup)
- d9e2b7e: Fix warnings as errors for mingw (Kasper Laudrup)
- af77bba: Discover test when building with mingw (Kasper Laudrup)
- 9606b6c: Test with boost 1.84 (Kasper Laudrup)
- dd51ec8: Upgrade to latest version of catch 2 (Kasper Laudrup)
- e5debef: Silence warning on narrowing conversion (Kasper Laudrup)
- 4ac6589: Ignore warnings on missing virtual destructor (Kasper Laudrup)
- 1d8047e: Fix name of test stream error category (Kasper Laudrup)
- fe4d895: Set path to OpenSSL for MinGW (Kasper Laudrup)
- df7ac2e: Silence GCC warning on null dereference (Kasper Laudrup)
- 8fc8c9a: Update configure-pagefile-action (Kasper Laudrup)
- examples: add websocket client examples #81 (Nerixyz)
- 6391e42: Use ANSI functions explicitly (Zachary Lund) #85
- dcd82e5: Fix some Typos (Jens Diewald) #87
- a9410ca: Remove unused member from async_handshake (Jens Diewald) #88
- 6cabe80: Remove redundant code (Jens Diewald) #88
- aef53ba: Move manual_auth out of the handshake loop. (Jens Diewald) #89
- 963c59a: Update install-boost Github action (Kasper Laudrup) #90
- eb65f9e: Update codecov-action (Kasper Laudrup) #90
- 23b7ed2: Use token for uploading coverage info to codecov (Kasper Laudrup) #90
- ebe5068: Only run coverage and coverity jobs in my own repository (Kasper Laudrup)
- 52e99cb: Require jQuery for the sphinx documentation (Kasper Laudrup)
- 10e9bc4: Ensure we don't have a sidebar (Kasper Laudrup)
- 9613e5c: Add support for TLS v1.3 (windowsair) #86
- Add client_hello and tls_extension implement #86 (windowsair)
- c20978d: Add requirements.txt for required python packages (Kasper Laudrup)
- 2a140d3: Always rebuild documentation with sphinx (Kasper Laudrup)
- 82e94be: Remove enumerator specifier from generated documentation (Kasper Laudrup)
- 560964f: Add a bit of documentation to the context class (Kasper Laudrup)
- 57d1bdd: Nicen up documentation style (Kasper Laudrup)
- d1a847c: Update CI jobs to test newer Asio versions (Kasper Laudrup)
v0.9.8
Commits
- 7d83b59: Add job for running MSVC static code analyzer (Kasper Laudrup)
- 8980479: Upgrade install-boost action to 2.4.1 (Kasper Laudrup)
- 3ce7a3d: Remove Dependency on (Jens Diewald) #76
- 9665818: Use unique_ptr more efficiently (Jens Diewald) #76
- cefed65: Use choco install to install from chocolatey (Kasper Laudrup)
- b0a25fd: Upgrade install-boost github action (Kasper Laudrup)
- 92ba06e: Silence warnings on deprecated functions used by Boost.Asio < 1.79 (Kasper Laudrup)
- 818b4d7: Update boost versions to test (Kasper Laudrup)
- 82ad0fe: Silence warning on unreachable code from MSVC in Debug build (Kasper Laudrup)
- 0059baa: Increase pagefile size for MinGW build (Kasper Laudrup)
v0.9.7
v0.9.5
v0.9.4
v0.9.3
Commits
- 5386ef8: Set CMake project version from git tag (Kasper Laudrup)
- 9119b7b: Declare CMake library target outside WIN32 specific section (Kasper Laudrup)
- d40bcef: Hide codecov configuration (Kasper Laudrup)
- a2baafb: Use the CMake project version for the documentation version (Kasper Laudrup)
- d1ca430: Use CPack for generating release package (Kasper Laudrup)
v0.9.2
v0.9.1
v0.9.0
Create a github action for tagged releases Create a zip file with the source code excluding hidden files (eg. .git) and upload that as a release artifact whenever a tag starting with v is pushed.