Skip to content

Releases: WFCD/warframe.rs

v9.0.1

01 Jan 15:41

Choose a tag to compare

9.0.1 (2026-01-01)

Bug Fixes

  • implementation of std::marker::Send is not general enough for ws client (d79c52d)

v9.0.0

31 Dec 00:24

Choose a tag to compare

9.0.0 (2025-12-31)

Bug Fixes

  • deserialization fails due to category field (afdb895)
  • possible panic in call_on_update listeners (e8686bb)

Features

  • cache for worldstate (2ff7321)
  • refactor listeners and add config (c6e5662)

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

21 Sep 08:41

Choose a tag to compare

8.0.1 (2025-09-21)

Bug Fixes

  • add missing fields to news (6c8ca78)

v8.0.0

20 Sep 14:44

Choose a tag to compare

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

06 Jul 18:40

Choose a tag to compare

7.0.1 (2025-07-06)

Bug Fixes

v7.0.0

06 Jul 14:12

Choose a tag to compare

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

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

v6.2.0

28 Oct 20:15

Choose a tag to compare

6.2.0 (2024-10-28)

Features

v6.1.0

21 Oct 15:59

Choose a tag to compare

6.1.0 (2024-10-21)

Features

  • item query support and item types (#19) (f79f2d8)

v6.0.1

27 Aug 16:46

Choose a tag to compare

6.0.1 (2024-08-27)

Bug Fixes

  • docs: added docs for almost everything (2985fb1)

v6.0.0

19 Jul 14:54

Choose a tag to compare

6.0.0 (2024-07-19)

Features

  • simplified fetch to replace the array specific fetch (3430874)

BREAKING CHANGES

  • replaced fetch_arr, RT traits, and Model trait with the new Queryable trait