Skip to content

openstack_sdk-v0.22.8

Choose a tag to compare

@gtema-release-plz gtema-release-plz released this 07 Sep 11:14
4592fe3

Added

  • (sdk) Add WASM auth plugin runtime and CLI management (#1934)
  • Add microversion negotiation strategy to RestClient (#1918)
  • Add fuzz more targets (#1905)
  • (sdk) Add builder for AsyncOpenStack/OpenStack (#1899)
  • (sdk) Start populating max_ver and min_ver (#1881)
  • (cli,sdk) Diverse UX improvements (#1861)
  • (sdk) Add background token auto-renewal (#1859)
  • Add region switching support (#1820)
  • Enable catalog refresh (#1800)
  • Add OIDC client credentials authentication plugin (#1798)
  • Introduce possibility to skip auth cache (#1791)
  • (tui) Further work for editor (#1936)
  • Further preparation for the '--wait' support (#1923)
  • Add Wait combinator for polling resources (#1906)
  • Surface negotiated microversion end to end (#1902)
  • (state) Add file locking to auth cache (#1793)

Fixed

  • (sdk) Harden auth cache key, validity, and GC (#1860)
  • (sdk) Replace RwLock poisoning with parking_lot (#1858)
  • (sdk) Call anchor_plugins() unconditionally in new_impl (#1856)
  • (sdk) Single-flight re-authentication on 401 (#1849)
  • (sdk) Preserve request headers on 401 retry (#1834)
  • Use weak deps for async/sync feature propagation (#1812)
  • (auth-core) Improve auth-core quality (#1794)
  • (sdk) Make response-schema dispatch honor mv_strategy (#1942)
  • Use current MV when max is not set (#1920)
  • (sdk) Fix microversion header negotiation (#1863)
  • Fix sha2 0.11 LowerHex removal in config hash (#1878)

Other

  • (sdk) Decompose authorize_with_auth_helper (#1972)
  • Replace RawQueryAsync trait with combinators (#1864)
  • Apply clippy 1.97 (#1847)
  • Unify sync client as thin facade over async (#1835)
  • Improve auth plugins (#1796)
  • Consolidate auth/catalog/state into SessionContext (#1789)
  • Propagate ConfirmableRequest through enums (#1943)
  • (sdk) Move Dialoguer AuthHelper to auth-core (#1865)
  • Bump dependencies (#1857)