Skip to content

Rust Query API | 3.2.0

Compare
Choose a tag to compare
@kr45732 kr45732 released this 15 Aug 01:29
· 51 commits to main since this release
2fe3753

What's Changed

  • Added 'attributes' parameter to query endpoint
  • Overhauled average endpoints
    • Complete rewrite of storage and retrieval methods to improve performance
    • Added 'center' parameter to customize how prices should be calculated
      • Added 'percent' parameter for the modified_median center
    • Fixed sales to be calculated accurately using 'step' parameter
    • Changed 'time' parameter to seconds
  • Added unique attribute shard combinations to average and bin endpoints
    • Formatted as {ITEM_ID}+ATTRIBUTE_SHARD_{ATTRIBUTE}+ATTRIBUTE_SHARD_{ATTRIBUTE}
    • Attributes are ordered alphabetically
  • Added tracking for 2023 sloth hats
  • Updated bin taxes

Pull Requests

Full Changelog: 3.1.0...3.2.0