Skip to content

Releases: TgZ39/nadeo-api

v0.3.0

04 Feb 13:16
59e38bd
Compare
Choose a tag to compare

Changed

  • move from internal HttpMethod to reqwest::Method

Other

  • Update README.md
  • Update derive_more requirement from 1.0 to 2.0
  • Update thiserror requirement from 1.0 to 2.0
  • Create release-plz.yml
  • Create dependabot.yml

Release v0.2.4

03 Oct 18:45
Compare
Choose a tag to compare

Added

New Contributors

Full Changelog: v0.2.3...v0.2.4

Release v0.2.3

30 May 19:52
Compare
Choose a tag to compare

Changes

  • added body support for NadeoRequest

Full Changelog: v0.2.2...v0.2.3

Release v0.2.2

07 May 16:07
Compare
Choose a tag to compare

Changes

  • renamed .with_oauth_auth to .with_oauth
  • improved performance of NadeoClientBuilder by running auth requests in parallel
  • fixed bug with OAuth
  • changed license to Apache-2.0
  • improved docs

Full Changelog: v0.2.1...v0.2.2

Release v0.2.1

05 May 15:54
Compare
Choose a tag to compare

Changes

  • added custom UserAgent support
  • fixed outdated docs
  • added more docs

Full Changelog: v0.2.0...v0.2.1

Release v0.2.0

03 May 15:41
Compare
Choose a tag to compare

Changes

  • added OAuth support
  • renamed Service to AuthType
  • fixed bug with token refreshing
  • replaced NadeoClient::new() with NadeoClient::builder()
  • add more HttpMethods: Put, Patch, Delete and Head

Full Changelog: v0.1.0...v0.2.0

Release v0.1.0

02 May 16:23
Compare
Choose a tag to compare

First Release 🥳

Main features have been finished.

Full Changelog: https://github.com/TgZ39/nadeo-api/commits/v0.1.0