HenrikDev API
  • Hello and welcome :D
  • Authentication & Authorization
  • VALORANT
    • General
    • Changes
      • v4.2.0
      • v4.1.0
      • v4.0.1
      • v4.0.0
    • Error Codes
    • API Reference
      • Accounts
      • Content
      • Crosshair
      • Esports
      • Leaderboard
      • Matchlist
      • Match
      • MMR History
      • MMR
      • Premier
      • Queue Status
      • Raw
      • Status
      • Stored Data
      • Store (no daily stores)
      • Version
      • Website
Powered by GitBook
On this page
  • New
  • Bug Fixes
  • Changes
  1. VALORANT
  2. Changes

v4.1.0

Notes for v4.1.0

Previousv4.2.0Nextv4.0.1

Last updated 7 months ago

New

  • Added the ability to paginate through the matches v4 endpoints with the query ?start=INDEX

  • Added MMR History v2 (see )

  • Added Stored MMR History v2 (see )

Bug Fixes

  • Fixed the issue that you were not able to filter for custom mode and maps at the same time (only v4)

  • Fixed an issue were the x-cache-ttl header value was 100x higher then expected on account v1 and v2

Changes

  • Internal changes to how the redis connection is handled to improve performance (marginal performance improvements from 2-5%)

  • Matches v4 now has a new way on how matches are fetched

    • This should mitigate missing matches when using the map and size filter for example

      • Before: Size = 10 and map = ascent => Only the last 10 matches were filtered for the map, resulting in 2-3 matches returned

      • Now: Size = 10 and map = ascent => Database is filtered for the last 10 matches that were played on ascent for this user, resulting in 10 matches returned (if enough data is stored)

here
here