Releases: pinax-network/antelope-token-api
Releases · pinax-network/antelope-token-api
v6.1.0
Changes
✨ Features
🐛 Bug Fixes
- Fix/endpoint namepsace @DenisCarriere (#78)
- return 404 if not data was found
- update endpoint namespaces
- remove GraphQL endpoint
- Fix block range query parameter parsing @0237h (#76)
Full Changelog: v6.0.1...v6.0.2
v6.0.1
v6.0.0
Changes
✨ Features
🐛 Bug Fixes
- Change Prometheus
/metrics
response from JSON to text @0237h (#68) - Fix SQL schema for accurate queries @0237h (#67)
- Fix
/metrics
to return JSON instead of plain text @0237h (#64)
📝 Documentation
- Add additional notes for GraphQL endpoint usage @0237h (#66)
- Update API stack diagram for GraphQL @0237h (#65)
Full Changelog: v5.0.0...v6.0.0
v5.0.0
Changes
✨ Features
🐛 Bug Fixes
- Fix missing quotes for cluster name in SQL schema @0237h (#62)
- Fix missing
transfers_contract
table from schema @0237h (#60) - Fix engine when not using a cluster @0237h (#59)
- Make schema generation work without a cluster @0237h (#57)
📝 Documentation
Full Changelog: v4.0.0...v5.0.0
v4.0.0
Changes
✨ Features
- Replace
typed-openapi
codegen withkubb
@0237h (#55) - Add helper script for generating
schema.sql
@0237h (#53) - Add
schema.sql
file for ClickHouse tables creation @0237h (#51) - Add WAX data support @0237h (#43)
🐛 Bug Fixes
- Fix Bun codegen script and some comments @0237h (#56)
- Add replication parameters for ClickHouse table engines @0237h (#52)
- Fix
--verbose
flag Zod parsing @0237h (#50) - Add generic query for supported chains @0237h (#48)
- Use proper integer type for clickhouse query parameters @0237h (#46)
- Enable option for unquotting 64bits integers @0237h (#47)
- Parse identical
from
/to
forblock_range
transfers @0237h (#45) - Fix return type definition for
/chains
@0237h (#44)
📝 Documentation
Full Changelog: v3.2.0...v4.0.0
v3.2.0
Changes
✨ Features
- Add support for
block_range
parameter @0237h (#42) - Make
OR
clause for transfers with samefrom
/to
@0237h (#40)
🐛 Bug Fixes
- Apply
MAX_LIMIT
configuration option tolimit
@0237h (#41) - Fix balance and supply queries with
block_num
parameter @0237h (#39) - Simplify queries for
/tokens
and default transfers @0237h (#38)
Full Changelog: v3.1.0...v3.2.0
v3.1.0
Changes
✨ Features
- Update SQL queries for increase performance @0237h (#37)
- Fill additional information to OpenAPI spec @0237h (#31)
🐛 Bug Fixes
- Always use
transfers_block_num
fortransfers
by default @0237h (#36) - Remove coercion for string parameters @0237h (#35)
- Fix wrong
extends
logic forValidUserParams
@0237h (#34) - Drop FINAL requirement for
transfers
queries @0237h (#33) - Fix pagination pages being parsed as strings @0237h (#32)
- Move Typespec to devDependencies @0237h (#30)
Full Changelog: v3.0.0...v3.1.0
v3.0.0
Changes
✨ Features
- Refactor to use Typespec stack @0237h (#29)
- New
/holders
endpoint - New
/tokens
endpoint - Consistent API responses format
📝 Documentation
- Update README
- Add documentation for using Typespec and generating types
Full Changelog: v2.4.0...v3.0.0
v2.4.0
Changes
✨ Features
- Improve logging messages @0237h (#25)
- New
/head
endpoint for information about head block in database @0237h (#18)
🐛 Bug Fixes
- Have at least one
total_pages
in case of empty query result @0237h (#28) - Throw error if the request page is beyond the total @0237h (#27)
- Fix OpenAPI example for
/transfers
@0237h (#24) - Update parameters name in query to match DB columns @0237h (#22)
- Add consistent error codes for API @0237h (#20)
📝 Documentation
🔧 Operations
Full Changelog: v2.3.0...v2.4.0