Releases: pinax-network/antelope-token-api
Releases · pinax-network/antelope-token-api
v2.3.0
Changes
✨ Features
- Include statistics from ClickHouse in meta response field @0237h (#14)
- Add
/version
endpoint @0237h (#15)
🐛 Bug Fixes
- Change default
limit
for results to 1 @0237h (#17)
- Change examples to new response format for Token endpoints @0237h (#16)
Full Changelog: v2.2.1...v2.3.0
v2.2.0
Changes
✨ Features
- Include commit hash in
APP_VERSION
constant @0237h (#10)
📝 Documentation
- Mark all lines in
.gitmessage
template as comments @0237h (#6)
🔧 Operations
- Fix branch trigger for release drafter @0237h (#11)
- Add issue templates for bugs and features @0237h (#9)
- Fix
build
action to publish correct artifact @0237h (#7)
Full Changelog: v2.1.0...v2.2.0
v2.0.0
Changes
Refactor API for new database schemas
- Removed
/chains
endpoint, will use different tables or databases
for each chain
- Updated documentation
- Consistent code style across all files
- Added
amount
filter for all endpoints
- Added query parameters verification for
supply
endpoint
- Updated queries to use MV tables
Full Changelog: pinax-network/substreams-clock-api@v1.0.0...v2.0.0