Skip to content

0.4.7

Compare
Choose a tag to compare
@hoh hoh released this 09 Mar 09:14
· 196 commits to master since this release

This new minor release brings a few small features and bugfixes.

New features

  • The new forget_aggregate command allows to forget all messages in an aggregate
  • Aggregate 'limit' query param can now be specified, which is useful for fetching very large aggregates such as node info
  • Function get_messages adds support for argument content_keys

Bug fixes

  • Fixes typo on startDate and endDate filter params in get_posts and get_messages

All commits

  • Fixes typo on startDate and endDate filter params name by @geraldinefiser in #50
  • [Tests] Integration tests for Aleph nodes by @odesenfans in #52
  • [Messages] Add content keys parameter by @odesenfans in #53
  • [Aggregates] New command to forget an aggregate by @odesenfans in #54
  • Cleanup: Make code more readable by @hoh in #58
  • Fix: Tests were failing due to new node type by @hoh in #57
  • Fix: Aggregate 'limit' query param could not be specified by @hoh in #56
  • Fix: Mypy warned that file_content could be None by @hoh in #55

New Contributors

Full Changelog: 0.4.6...0.4.7