Skip to content

Releases: aptos-labs/aptos-indexer-processor-sdk

aptos-indexer-processor-sdk-v2.1.5

20 Jan 21:41
7a92e84

Choose a tag to compare

aptos-indexer-processor-sdk-v2.1.4

17 Jan 00:25
c6f3948

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: aptos-indexer-processor-sdk-v2.1.3...aptos-indexer-processor-sdk-v2.1.4

aptos-indexer-processor-sdk-v2.1.3

21 Nov 21:15
b3700c0

Choose a tag to compare

What's Changed

Full Changelog: aptos-indexer-processor-sdk-v2.1.2...aptos-indexer-processor-sdk-v2.1.3

aptos-indexer-processor-sdk-v2.1.2

16 Jul 20:22
188ba1a

Choose a tag to compare

What's Changed

  • sleep when pollable step is waiting for next poll by @rtso in #140

Full Changelog: aptos-indexer-processor-sdk-v2.1.1...aptos-indexer-processor-sdk-v2.1.2

aptos-indexer-processor-sdk-v2.1.1

30 May 13:51
6eb78b8

Choose a tag to compare

What's Changed

Full Changelog: aptos-indexer-processor-sdk-v2.1.0...aptos-indexer-processor-sdk-v2.1.1

aptos-indexer-processor-sdk-v2.1.0

21 May 19:50
bef75a4

Choose a tag to compare

What's Changed

Full changes since 7f2dbeb (newest first):

  • bef75a4: support extracting nonce for orderless txn (#136)
  • c63f6ee: Update aptos-core to latest (#138)
  • bfb07a2: [aptos-core] Update aptos-core to the current main branch (#135)
  • de12c1b: [deps] Update underlying dependencies to remove jemalloc on windows builds (#134)
  • 2a3a898: Remove gzip encoding. (#132)

Full Changelog: aptos-indexer-processor-sdk-v1.0.1...aptos-indexer-processor-sdk-v2.0.0

aptos-indexer-processor-sdk-v2.0.0

01 Apr 21:02
7f2dbeb

Choose a tag to compare

What's Changed

  • Add WRITE_RATE_LIMIT_STEP_BYTES_WRITTEN for WriteRateLimitStep by @banool in #96
  • Update aptos-protos to upstream branch lightmark/account_abstraction by @aptos-bot in #97
  • update workflow to trigger new repo by @yuunlimm in #102
  • update testing framework cli arg by @yuunlimm in #103
  • Remove the unused diesel dep by @heliuchuan in #104
  • Clean up duplicate functions by @bowenyang007 in #107
  • Fix auth key hash by @bowenyang007 in #109
  • Add starting version, chain check traits by @rtso in #110
  • Create postgres crate by @rtso in #112
  • Add example postgres processor by @rtso in #113
  • move server-framework to sdk by @rtso in #115
  • Add processor utility function by @rtso in #117
  • Consolidate scripts by @rtso in #118
  • Improve chain ID error handling and clean up SQL comments by @rtso in #119
  • Move testing framework to sdk crate by @rtso in #120
  • Move processor metadata tables to a different schema / migration by @rtso in #121
  • Add upstream transaction filtering support to TransactionStreamStep by @just-in-chang in #116
  • update kanal by @rtso in #123
  • Update schema by @rtso in #122
  • move utils to sdk by @rtso in #124
  • Bump ring from 0.17.8 to 0.17.13 in /aptos-indexer-processors-sdk by @dependabot in #114
  • Make fanout consume the input when sending to the last output channel by @just-in-chang in #125
  • lock kanal by @rtso in #126
  • Add timeout and max reconnection retries to grpc stream by @rtso in #127

New Contributors

Full Changelog: aptos-indexer-processor-sdk-v1.0.1...aptos-indexer-processor-sdk-v2.0.0

v1.0.1 Release

15 Jan 22:15
a56b641

Choose a tag to compare

  • Update the protobuf-related dependencies.