All Versions
10
Latest Version
3.4
Avg Release Cycle
116 days
Latest Release
2550 days ago

Changelog History

  • v3.4 Changes

    May 03, 2017

    ๐Ÿš€ This is a maintenance release to fix various build issues discovered on ARM and Windows platforms, together with general performance improvements.

  • v3.3

    July 01, 2016
  • v3.2 Changes

    February 11, 2015

    ๐Ÿ› Bug fix:

    • ๐Ÿ“œ tiedot performs poorly on certain OS/FS combinations, this is due to the sparse file unintentionally created by Truncate operation, which is now fixed.

    ๐Ÿ†• New experimental feature:

    • ๐ŸŒ Javascript Web Token can be optionally enabled to hand out token and authorize API calls.

    Be aware that:

    • ๐Ÿš€ This release gets rid of the web control panel due to numerous packaging/functional issues. Please let me know if you are interested in renovating the web control panel application!
  • v3.1.3 Changes

    December 01, 2014

    ๐Ÿš€ Sorry - I messed up a file in 3.1.2. This release fixes it.

  • v3.1.2 Changes

    December 01, 2014

    ๐Ÿ‘Œ Improved RPM spec and systemd unit file to properly build on Open Build Service.

  • v3.1.1 Changes

    October 18, 2014

    ๐Ÿ‘€ Error handling is easier in embedded usage, see example.go for more details.

    ๐Ÿ›  Fix a bug which causes query processor to return incorrect intersection/complement result.

  • v3.1 Changes

    September 01, 2014

    ๐Ÿ†• New stable features:

    • ๐ŸŒ A beautiful web control panel application runs along with ordinary HTTP APIs.
    • Easily scan through large collections using new HTTP and embedded APIs.
    • ๐Ÿ“ฆ To package tiedot into RPM package, there is now a RPM spec pre-cooked for you.
    • To run tiedot as a daemon, simply use the systemd user unit file.

    ๐Ÿ‘Œ Improvements:

    • ๐ŸŽ Significantly improved startup performance, thanks to Smart File Scan.
    • ๐ŸŒฒ Other improvements in error handling, locking, logging, and embedded usage examples.

    ๐Ÿ› Bug fix:

    • ๐Ÿ›  Fix a bug that may cause inaccurate lookup query result to be returned.
    • ๐Ÿ›  Fix a bug that may cause severely degraded performance in certain usages.
  • v3.0 Changes

    June 25, 2014

    ๐Ÿ› Bug fix:

    • ๐Ÿ›  Fix numerous bugs that may cause inconsistent index state in version 2.x

    ๐Ÿ‘Œ Improvements:

    • ๐ŸŽ Move document ID out of document data itself, improving performance.
    • ๐Ÿ‘‰ Tweaked hash table initial parameters.

    Be aware that:

    • ๐Ÿ”– Version 3.0 is not compatible with older databases, unfortunately a migration tool is not available at the moment.
  • v2.1 Changes

    June 25, 2014

    ๐Ÿ†• New experimental features:

    • JSON parameterized queries
    • A Python client for HTTP APIs
  • v2.0 Changes

    June 25, 2014

    ๐Ÿ‘ tiedot 2.0 brings to you new file structures, APIs and a much cleaner codebase. The essential new feature in 2.0 is that all collections are partitioned, hoping to show better scalability; but the mechanism is still being tweaked.

    Unfortunately, it is not compatible with older 1.x databases.