Releases: aptos-labs/aptos-indexer-processor-sdk
Releases · aptos-labs/aptos-indexer-processor-sdk
aptos-indexer-processor-sdk-v2.1.5
What's Changed
- Accumulator Step by @just-in-chang in #164
Full Changelog: aptos-indexer-processor-sdk-v2.1.4...aptos-indexer-processor-sdk-v2.1.5
aptos-indexer-processor-sdk-v2.1.4
What's Changed
- Update aptos-core by @igor-aptos in #146
- Update lock files by @banool in #157
- Add support for progress checking in readiness endpoint by @banool in #156
- security updates, bump diesel to 2.2.3 and do not lock the patch version by @zhiqiang-zz in #160
- Bump diesel and diesel-async versions by @just-in-chang in #161
- Fix ping error log typo by @just-in-chang in #162
- [GEO-328] Update to protos with signed int support by @banool in #163
New Contributors
- @igor-aptos made their first contribution in #146
- @zhiqiang-zz made their first contribution in #160
Full Changelog: aptos-indexer-processor-sdk-v2.1.3...aptos-indexer-processor-sdk-v2.1.4
aptos-indexer-processor-sdk-v2.1.3
What's Changed
- Update README.md by @rtso in #142
- Make run_processor in basic_processor_function.rs public by @banool in #147
- Fix error message by @banool in #148
- Re-export transaction filter crate by @banool in #150
- Feature flag server framework by @just-in-chang in #149
- Do not hardcode start version when getting Chain ID by @just-in-chang in #155
Full Changelog: aptos-indexer-processor-sdk-v2.1.2...aptos-indexer-processor-sdk-v2.1.3
aptos-indexer-processor-sdk-v2.1.2
What's Changed
Full Changelog: aptos-indexer-processor-sdk-v2.1.1...aptos-indexer-processor-sdk-v2.1.2
aptos-indexer-processor-sdk-v2.1.1
What's Changed
- [fix] Fix timestamp to handle negative values by @gregnazario in #139
Full Changelog: aptos-indexer-processor-sdk-v2.1.0...aptos-indexer-processor-sdk-v2.1.1
aptos-indexer-processor-sdk-v2.1.0
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
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
- @heliuchuan made their first contribution in #104
- @bowenyang007 made their first contribution in #107
Full Changelog: aptos-indexer-processor-sdk-v1.0.1...aptos-indexer-processor-sdk-v2.0.0
v1.0.1 Release
- Update the protobuf-related dependencies.