Highlights
- Support for optional token metadata enrichment
- Prunning (REMOVE_SPENT_UTXOS) enabled by default
- Prometheus / Grafana Server Dashboard Monitoring
- Re-wrote integration tests in Python and ran against pre-prod environment
Depreciation
- Single docker image deployment has been deprecated for some time now and starting from 2.x.x release line we are planning to remove a single docker deployment and it will be possible to deploy rosetta only via docker-compose or using Kubernetes via helm charts
What's Changed
- fix: increase pruning interval by @Kartiiyer12 in #591
- feat: adding new server health monitoring dashboard by @Kartiiyer12 in #607
- fix: Docker compose offline mode feature by @Kartiiyer12 in #608
- refactor: token registry service now returns a specialised domain object and api.yml, currency response metadata will no longer have decimals. by @matiwinnetou in #613
- test: add Python test suite and automated CI for data endpoints (#599) by @linconvidal in #622
- docs: enable token metadata by @Kartiiyer12 in #625
- test: pytest fixes release 1.4.0 by @linconvidal in #628
Full Changelog: 1.3.3...1.4.0