Skip to content

v1.3.12

Compare
Choose a tag to compare
@fabian-emilius fabian-emilius released this 27 Apr 08:58
· 206 commits to master since this release
eac33f3
  • Fixed a bug that filler restarts from the wrong block if ship connection breaks while processing a block
  • Add better autovacuum and autoanalyze settings for large tables to speed up queries and especially fork rollbacks
  • Removed materialized view atomicmarket_sale_prices to reduce IO and database load -> Price sorting and price filters in /v1/sales wont work anymore. Please migrate to /v2/sales. If you are an operator, you can enable disable_v1_sales to map the /v2/sales endpoint to the /v1/sales endpoint, which should have the same interface to make this release non breaking.
  • Bumped dependencies
  • General bugfixes