Skip to content

v0.5.3

Pre-release
Pre-release

Choose a tag to compare

@nesitor nesitor released this 26 Aug 12:58
· 226 commits to main since this release
38f8fa7

This new release of the aleph.im Core Channel Node application significantly improves the stability of the nodes solving some bugs and errors.

Key Highlights of the Release:

  1. Core Functionality: Resolved several issues related to core functionalities such as axios headers, dependency management, metric handling, error handling, aggregate filters, sorting, chain writing, and upload.

  2. Data Handling: Addressed problems with data handling, including initial message sync on private CCN, Flow pricing calculations, and volume handling.

What's Changed

  • docs metric name correction by @hoh in #553
  • Improve error handling by @hoh in #550
  • Fix aggregate filter by keys by @aliel in #556
  • Fix sortBy/sortOrder on Message/Post queries by @philogicae in #555
  • Fix: Chain writer failed due to TypeError by @hoh in #549
  • Add CodeCov for code coverage follow up by @hoh in #558
  • Add param to only return the value of an aggregate by its key by @aliel in #557
  • Allow developers to use nix-shell to get started by @hoh in #554
  • Fix upload by @aliel in #559
  • Fix Pydantic alias issue by @aliel in #560
  • Add initial messages sync on private CCN by @nesitor in #561
  • Solve initial sync script issue by @nesitor in #562
  • Solve Flow pricing calculation issues by @nesitor in #566
  • Fix: Upload Endpoints by @1yam in #565
  • doc(README): we don't use mongodb anymore by @Psycojoker in #567
  • doc: add instructions to run tests by @Psycojoker in #569
  • a lot of fixes and improvement for running local tests using nix-shell because it was just broken by @Psycojoker in #570
  • feat: upgrade aleph-message from 0.4.2 to 0.4.8 and fix all mypy issues. by @Psycojoker in #578
  • doc(nix): the database is named aleph for the user aleph by @Psycojoker in #577
  • Fix: nix-shell did not use latest stable channel by @hoh in #579
  • Fix: Wrong usage of node_hash by @1yam in #583
  • Fix: Handle no volume found instead of error 500 by @1yam in #581
  • Use latest Docker RC version by @nesitor in #586
  • Allow to connect postgresql in a passwordless mode and with a unix socket by @Psycojoker in #584
  • doc(docker): fix typo in path by @Psycojoker in #587
  • doc: remove references to MongoDB by @Psycojoker in #585
  • doc: update docker documentation and script to match reality by @Psycojoker in #588
  • Fix: check if requirements exist on message by @1yam in #591
  • Fix: nix-shell raised 'pop_var_context' by @hoh in #594
  • Fix: Update aleph-message package version by @nesitor in #597
  • Create version 0.5.3 by @nesitor in #598

New Contributors

Full Changelog: v0.5.2...v0.5.3