Skip to content

Releases: 51Degrees/device-detection-dotnet

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: