Skip to content

Releases: 51Degrees/device-detection-dotnet

Version 4.3.4

17 Aug 09:54
Compare
Choose a tag to compare

Included changes:

  • REF: Update submodules references.

Version 4.3.3

04 Aug 14:07
Compare
Choose a tag to compare

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

16 Jun 17:56
Compare
Choose a tag to compare
  • 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

11 May 15:26
Compare
Choose a tag to compare

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

10 May 06:50
Compare
Choose a tag to compare

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

03 Feb 16:26
Compare
Choose a tag to compare

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.
    1. BrowserAudioCodecsDecode
    2. BrowserAudioCodecsEncode
    3. BrowserVideoCodecsDecode
    4. BrowserVideoCodecsEncode
    5. BrowserFamily

Releases:

Version 4.2.0

06 Jan 17:38
Compare
Choose a tag to compare

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: