Skip to content

v4.0.1

Choose a tag to compare

@igorls igorls released this 08 Mar 16:23
· 30 commits to main since this release

Hyperion History API v4.0.1

Dependency Upgrades (25 packages)

Major version bumps:

  • @elastic/elasticsearch 9.3.4
  • @fastify/mongodb 10.0.0 (mongodb driver 7.1.0)
  • @fastify/static 9.0.0
  • global-agent 4.1.2
  • nodemailer 8.0.1
  • uWebSockets.js v20.60.0
  • @eosrio/node-abieos 4.1.0

Minor/patch updates:

  • fastify 5.8.2, @fastify/cors 11.2.0, @fastify/http-proxy 11.4.1
  • @fastify/redis 7.2.0, @fastify/swagger 9.7.0, @fastify/swagger-ui 5.2.5
  • commander 14.0.3, dotenv 17.3.1, ioredis 5.10.0
  • undici 7.22.0, ws 8.19.0, zod 4.3.6, lodash 4.17.23
  • socket.io 4.8.3, socket.io-client 4.8.3

Unit Test Suite (new)

  • 60 unit tests using bun test covering:
    • API helpers (query builders, meta merge, response schemas)
    • Indexer filter logic (checkMetaFilter — all 9 operators, @ meta expansion, asset filtering)
    • Configuration validation (Zod v4 schemas)
  • Run with: bun test tests/unit

Code Cleanup

  • Simplified plugins.ts FastifyInstance import (removed unnecessary http generic parameters)
  • Dynamically load global-agent using createRequire