Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.84 KB

CHANGELOG.org

File metadata and controls

38 lines (29 loc) · 1.84 KB

v1.0.20210415

Thanks @ankostis, @seanbreckenridge, @gms8994, @Cobertos and others for changes!

general

  • deprecate: if you have import promnesia in the config you should switch it to import promnesia.common

    see karlicoss#225 This brings us closer towards making promnesia a namespaced package to allow for better extensibility.

  • better Windows support karlicoss#197

indexer

  • new: ‘update’ style indexing is now the default karlicoss#211

    It means that database won’t be emptied before reindexing, so if you only index a single datasource, the data for other datasources will be untouched. If you want the previous behaviour, you can use --overwrite

  • fixes for race conditions during ‘update’ style indexing karlicoss#220
  • minor cannon enhancements

server

sources