Releases: 51Degrees/device-detection-dotnet
Releases · 51Degrees/device-detection-dotnet
Version 4.4.25
What's Changed
- BUG: Native prebuild script did not select the correct windows configuration. by @jwrosewell in #42
- Updated by @Automation51D in #43
New Contributors
- @jwrosewell made their first contribution in #42
Full Changelog: 4.4.24...4.4.25
Version 4.4.24
What's Changed
- Migration of CI/CD pipeline to Github Actions by @Artur51D in #36
- Updated properties. by @ben51degrees in #33
- DOC: Improvement of the DLLException message by @Artur51D in #34
- Updated by @Automation51D in #40
- Updated by @Automation51D in #39
- Updated by @Automation51D in #38
- Updated by @Automation51D in #41
- Feature/specs by @Artur51D in #37
New Contributors
- @Artur51D made their first contribution in #36
- @ben51degrees made their first contribution in #33
- @Automation51D made their first contribution in #40
Full Changelog: 4.4.23...4.4.24
Version 4.4.23
- REF: Updated submodule references.
Version 4.4.22
- REF: Updated package references.
- BUILD/EXAMPLE: Removed device-detection packages from framework example.
Version 4.4.21
FEAT: UachJsConversionElement now writes header.
evidence values instead of query.
Version 4.4.20
- BUILD: Updated tests, examples, and packages to NuGet 6.0
Version 4.4.19
FEAT: Added UachJsConversionElement. This is needed to support supplying User-Agent Client Hints values collected from UA-CH JavaScript API.
Version 4.4.17
- Optimizations for logging improve performance
- Optimization for the on-premise implementation that improves performance by approx 25% in certain scenarios
- Update to device-detection-cxx that fixes a bug which resulted in Access Violations occurring when using LowMemory or Balanced configurations in high concurrency scenarios.
- Revert change to location of native dlls for .NET framework projects. See #26 for details.
- Wrap the
BadImageFormat
exception that can occur when loading the native dll with a message that is more helpful to the user.
Version 4.4.16
- Update to latest pipeline core version: https://github.com/51Degrees/pipeline-dotnet/releases/tag/4.4.10
Version 4.4.15
Add examples demonstrating use of the .NET framework web integration for cloud and on-premise.