Skip to content

Releases: 51Degrees/dotNET-Device-Detection

v3.2.22.2

21 Dec 16:30
Compare
Choose a tag to compare
  • Updated the data file for December 2018 data.
  • Added an additional check to ensure Usage Sharing process is not executed for those who have it disabled.

v3.2.21.1

19 Nov 16:33
Compare
Choose a tag to compare
  • Updated projects for vs2017 and .NET Core
  • Updated Lite Data File for November data.

v3.2.20.2

24 May 15:34
Compare
Choose a tag to compare

In preparation for GDPR a disclaimer has been added as a .md file for consumer reference.
Updated the Lite files for May data.

v3.2.19.2

04 Dec 15:51
Compare
Choose a tag to compare

Version 3.2.19.2 Highlights

  • ASP.NET integration features such as bandwidth monitoring and profile overrides previously stored their 'enabled' setting in HttpApplicationState. This uses a lot of locking which could cause problems in highly concurrent web applications. The setting will now be stored in a static field instead.
  • Updated the Lite Binary files for November 2017.

v3.2.18.2

13 Sep 12:19
Compare
Choose a tag to compare
  • Data: Updated lite data files with data for September 2017
  • Updated patent statements and added license file

v3.2.17.2-1

03 Jul 14:55
Compare
Choose a tag to compare

Highlights include:

  • DATA: Data files are now tracked with Git LFS.
  • DATA: Removed data files from repository. Also removed code for trie algorithm.

See our blog for more details: 51Degrees Github Repository Housekeeping

v3.2.17.2

02 Jun 12:27
Compare
Choose a tag to compare

Highlights Include:

  • Property value overrides released as stable (see 3.2.10.3-beta).
  • Updated Lite data files for May data.

v3.2.16.2

20 Apr 11:41
Compare
Choose a tag to compare

Highlights Include:

  • .NET Core build of the core device detection API. Note that this utilises links to the existing source code files and excludes certain features like data file automatic updates and ASP.NET integration. Both an ASP.NET Core integration package and a native .NET Standard implementation of the API are planned for a future release.
  • Updated cache template values and comments based on testing
  • Updated lite data files for April 2017

v3.2.15.6

20 Mar 14:53
Compare
Choose a tag to compare

Highlights Include:

  • A new fluent builder - DataSetBuilder is now the preferred method to create a DataSet instead of the StreamFactory.
  • The caching policy used by the API can now be customised as required by the application. This allows the developer to replace the 51 degrees cache entirely with their own implementation. If using the 51 degrees cache, this gives the developer the flexibility to make the decision about the memory usage / performance balance rather than having it imposed by the API. By default, the 51 degrees LRU cache will be used, with size values determined by internal testing to give good performance in a wide range of scenarios without using too much memory. Templates are available with size values more suited to specific use cases.
  • Auto update now uses the new distributor URL.
  • Improved performance of GetCompleteNumericNode method.
  • Improved performance of LRU cache in multi-threaded scenarios.
  • Reduced memory usage when not using a dataset built by the MemoryFactory.
  • Fixed a bug that could cause the embedded SQL server implementation to fail.
  • Updated source copyright dates to 2017.
  • Updated lite data file with March 2017 data.

v3.2.14.3

15 Dec 12:45
Compare
Choose a tag to compare

Highlights Include:

  • New Lite Data File released for December.
  • Usage data is now shared securely over HTTPS.
  • getValues now uses a concurrent dictionary to improve performance.