Skip to content

4.3.61

Compare
Choose a tag to compare
@k-anderson k-anderson released this 04 Nov 22:06
· 303 commits to 4.3 since this release

Generic badge

Changes for 4.3.61

Changes to branch 4.3 after version 4.3.60.

Commits
  • update ledger summary normalizer - by icehess

    Fix normalizer for ledgers summary API so it extract account ID from view's key correctly.

    In previous PR for PRDO-30 the ledgers account summary was change to have account_id, timestamp and doc._id as view's compound key, but the normalizer in crossbar module didn't updated accordingly.

    master: #6127