Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Releases: graphsense/graphsense-REST

graphsense-REST 1.13.2

04 Aug 16:05

Choose a tag to compare

fixed

  • Remove duplicate in error log.

Full Changelog: v1.13.1...v1.13.2

graphsense-REST 1.13.1

04 Aug 15:48

Choose a tag to compare

fixed

  • request timeout handling for address links endpoint, to avoid server load on long running requests

Full Changelog: v1.13.0...v1.13.1

graphsense-REST 25.08.0

01 Aug 12:08

Choose a tag to compare

added

  • /txs/{tx_hash}/conversions enables to identify dex_swap inputs and outputs created in a transactions
  • error notifications can now be done via slack
  • slack can also be uses to get notifications for certain events, eg. when users report new tags

changed

  • added request local cache for heavy repetitive operations (get cluster id for tags, get best cluster tag), esp. improves bulk loads
  • added configurable parallelism limits to all bulk operations to avoid overloading the server.

What's Changed

  • Filter by tx_hash in cassandra for logs and traces by @soad003 in #111

Full Changelog: v1.12.0...v25.08.0

graphsense-REST 1.13.0

01 Aug 12:08

Choose a tag to compare

added

  • /txs/{tx_hash}/conversions enables to identify dex_swap inputs and outputs created in a transactions
  • error notifications can now be done via slack
  • slack can also be uses to get notifications for certain events, eg. when users report new tags

changed

  • added request local cache for heavy repetitive operations (get cluster id for tags, get best cluster tag), esp. improves bulk loads
  • added configurable parallelism limits to all bulk operations to avoid overloading the server.

What's Changed

  • Filter by tx_hash in cassandra for logs and traces by @soad003 in #111

Full Changelog: v1.12.0...v1.13.0

graphsense-REST 25.07.0

23 Jun 14:49

Choose a tag to compare

added

  • token_currency filter option for links endpoint
  • min/max_date for all endpoints supporting min/max_height to directly filter by date
  • added user reported tags endpoint to submit new tags

Full Changelog: v1.11.3...v25.07.0

graphsense-REST 1.12.0

23 Jun 14:49

Choose a tag to compare

added

  • token_currency filter option for links endpoint
  • min/max_date for all endpoints supporting min/max_height to directly filter by date
  • added user reported tags endpoint to submit new tags

Full Changelog: v1.11.3...v1.12.0

graphsense-REST 25.06.1

04 Jun 13:43

Choose a tag to compare

fixed

  • bug loading with _T0 zero index logs or token txs.

Full Changelog: v1.11.2...v25.06.1

graphsense-REST 1.11.3

04 Jun 13:43

Choose a tag to compare

fixed

  • bug loading with _T0 zero index logs or token txs.

Full Changelog: v1.11.2...v1.11.3

graphsense-REST 25.06.0

02 Jun 14:15

Choose a tag to compare

added

  • added database.list_address_txs_ordered_legacy config to switch back to old list_address_txs_ordered function used e.g. in address and entity links in case of issues with the new one.

fixed

  • Rework and speed up slow list_address_txs_ordered function which means faster link functions and neighbor search.
  • fixed on ios without addresses on links endpoint

Full Changelog: v1.11.1...v25.06.0

graphsense-REST 1.11.2

02 Jun 14:15

Choose a tag to compare

added

  • added database.list_address_txs_ordered_legacy config to switch back to old list_address_txs_ordered function used e.g. in address and entity links in case of issues with the new one.

fixed

  • Rework and speed up slow list_address_txs_ordered function which means faster link functions and neighbor search.
  • fixed on ios without addresses on links endpoint

Full Changelog: v1.11.1...v1.11.2