Releases: WFCD/warframe.rs
Releases · WFCD/warframe.rs
v9.0.1
v9.0.0
9.0.0 (2025-12-31)
Bug Fixes
- deserialization fails due to category field (afdb895)
- possible panic in call_on_update listeners (e8686bb)
Features
Performance Improvements
- update default listener frequency (ad3c798)
BREAKING CHANGES
- call_on_update now returns a new error type
- added config to ws client
v8.0.1
v8.0.0
8.0.0 (2025-09-20)
Bug Fixes
- api changes for rewards (65b043c)
- fissure api changes (1f2e510)
- fixes #26 (683e2a5)
- invasion api changes (cf01d21)
- items are now also affected by the base url changes (8c45c16)
- nightwave api changes (a1aae04)
- order::created_at and updated_at are now datetime. order::type is now its own enum (38cdd3f)
Features
BREAKING CHANGES
- removed the reward_types field
- removed the eta and start_string field
- renamned mission_key to mission_type_key
- removed as_string and item_string
- SyndicateMission::syndicate_key is now the enum
- API changes for Order::created_at, Order::updated_at, Order::type
- API change for Client::new and Queryable::query
v7.0.1
v7.0.0
7.0.0 (2025-07-06)
Bug Fixes
- cache issue and add item set endpoint (3a6ed0f)
- coderabbit catches (1467a02)
- deep archimedea naming (2a17686)
- missing check + consistency (cc78161)
- module tree (d914de7)
- revamped tests, fixed tests and docs (822f0e2)
- setitems fields not public (91f898c)
Features
- add tags to items (2241334)
- added pedantic lint (fa777ef)
- cached slug validation (9106988)
- change function name to be more explicit (90e8d7a)
- deep archimedea model (05066a5)
- every "data endpoint" model (4896069)
- item wrapper for easier queries (26ee76d)
- orders (73d9950)
- part of market V2 + cache (3da50bc)
- refactor, updated cache to by-url instead of type id (155f785)
- riven/weapons endpoint and refactor (2278566)
- the rest of all public market endpoints (f9d8a81)
- unstable profile impl, wont be included in release (1d1e995)
- utilities for slugs (fafa137)
Performance Improvements
- remove unnecessary (2b1be51)
Styles
- replaced model builder macro with a new proc macro (085daa7)
BREAKING CHANGES
- changed items api
- removed the market V1 api
- changed module tree structure to be more intuitive
- .item fields changed to the new wrapper type
- renamedApiError to Error and removed worldstate prelude
- removed feature flags