All Versions
9
Latest Version
Avg Release Cycle
41 days
Latest Release
1815 days ago

Changelog History

  • v10.0.3 Changes

    May 07, 2019

    ๐ŸŽ 10.0.3, featuring a major API upgrade, optimal enumeration, and performance improvements on a stream.

  • v10.0.2 Changes

    May 04, 2019

    10.0.2, featuring minor improvements to APIs and more databases

  • v10.0.1 Changes

    February 23, 2019

    ๐Ÿš‘ not a hotfix release

  • v10.0.0 Changes

    February 23, 2019
    • A complete rewrite of StringDB from the ground up.
    • ๐Ÿ†• New, more compact file format
    • ๐Ÿ‘ Overall better

    Q: wait why did you skip 5 major version?
    ๐Ÿ A: if microsoft can do it so can I

  • v5.0.0 Changes

    August 01, 2018

    Cleaner way to get index & value
    Cleaned up a bunch of code

  • v4.2.0 Changes

    July 08, 2018

    ๐Ÿš€ I got important plans for the next version of StringDB, so I'll have to release this version as to give to nuget the great updates this new version brings. Cheers to StringDB 5.0.0!

  • v4.1.0 Changes

    June 20, 2018
    • โž• Added a CleanTo/CleanFrom function to cleanup databases
    • OverwriteValue to overwrite old values
    • ๐Ÿ›  Fixed a buffering bug
  • v4.0.0 Changes

    June 17, 2018
    • No more backwards compatability ( sorry guys! kept it simple )
    • โœ‚ Removed a lot of features
    • Made it at least 100x faster on reading
    • Writing is the same
      Benchmarks:

      Final Results

      StringDBTest

      Insert............ 192 FetchLast......... 3101

      MongoDBTest

      Insert............ 335 FetchLast......... 539

      LiteDBNoJournalTest

      Insert............ 531 FetchLast......... 135```

  • v3.0.1 Changes

    June 12, 2018

    ๐Ÿ›  Fix a quick bug