Releases: 51Degrees/device-detection-dotnet
Releases · 51Degrees/device-detection-dotnet
Version 4.3.4
Included changes:
- REF: Update submodules references.
Version 4.3.3
Included changes:
- BUILD: Added 'submodule-trigger.yml' pipeline to support automated release process.
- BUILD: Added a step to 'build-and-test.yml' pipeline to auto complete a pull request to main as part of the automated release process.
- BUILD: Changed nightly build to just run tests, not create packages.
- BUILD: Added linker option to link to 'atomic' library. Addresses compiler warnings.
- REF: Update references to pipeline packages
- TEST: Add a test to verify that the 'CloudRequestOrigin' setting works as expected.
Version 4.3.0
- EXAMPLE: Add new examples to demonstrate detection using user-agent client hints.
- GIT: Updated submodule reference.
- BUILD: Removed AnyCPU build from solution, as on-premise device-detection is built in only x64 or x86.
- FEAT: Added vaules to the meta data for 'Method' property.
- BUILD: Improved continuous integration
Version 4.2.4
Included changes:
- REF: Update device-detection-cxx module to support new data file - this prevents a spurious crash in backend when new data file is used.
Releases:
Version 4.2.3
Included changes:
- BUILD: Fixed warnings from C/C++ compilation process and treat warnings as errors
- EXAMPLE: Modify examples to take a cloud endpoint as a parameter
- DOC: Replace www.51degrees.com with 51degrees.com
Releases:
Version 4.2.1
Included Changes:
- DOC: Updated developer documentation URL in readme to version 4.2.
- FEAT: Updated reference to include enhancements from device-detection-cxx submodule release 4.2.1.
- DATA: Added following new properties.
- BrowserAudioCodecsDecode
- BrowserAudioCodecsEncode
- BrowserVideoCodecsDecode
- BrowserVideoCodecsEncode
- BrowserFamily
Releases:
Version 4.2.0
Included Changes:
- OPTIM: All public methods of
DeviceDataBaseOnPremise
now check for the state of the instance. If the instance has been disposed, an exception will be thrown. - TEST: Verify that an exception is throw by the
DeviceDataBaseOnPremise
implementation when the instance has been disposed. - EXAMPLE: Updated examples and tests to match the changes to
DeviceDataBaseOnPremise
and exceptions. - EXAMPLE/TEST: Refactor examples and add unit tests for them.
- BUILD: Build process load tests the web integration examples and emits performance figures on a successful run.
- DOC: Updated doxy file
Releases: