Skip to content

Third Major Release

Compare
Choose a tag to compare
@shyamd shyamd released this 01 Feb 23:28

We're on our 3rd major release and chugging along. We'll try and adopt a monthly release schedule for now, to ensure we clean up updates in a timely manner.

Major changes since v0.2.0:

  • removed processor serialization from the runner object to be more concise in the json output
  • added a group_by for mongolike Stores
  • added a VaultStore that uses Vault to grab MongoStore credentials
  • removed LAVA as this was not being worked on and was un-necessarily cumbersome
  • Added a way to setup a Schema for a collection and assign that to a Store
  • Updated the multiprocessing to use Pool.imap and take advantage of its worker refreshing