Skip to content

Releases: ironthree/fedora-rs

0.2.2 "Take this"

31 Dec 11:09
a42214b
Compare
Choose a tag to compare

Feature additions:

  • allow usage of OpenID parameters returned by the endpoint

0.2.1 "Quantum Leap"

30 Dec 23:10
7d6daed
Compare
Choose a tag to compare

Internal changes:

  • support the reqwest 0.10.0 stable release (minor API changes from alpha 2)

0.2.0 "DON'T let it go"

30 Dec 23:08
5b6bd24
Compare
Choose a tag to compare

API changes:

  • accept &str references instead of taking ownership of Strings, where possible

0.1.1 "Pretty Please"

27 Dec 15:42
294d862
Compare
Choose a tag to compare

Incremental improvements:

  • add settings for nightly rustfmt
  • clean up and slightly refactor code
  • simplify error handling
  • make OpenID parameters struct public (for future usage?)
  • document all public items, add some hyperlinks

0.1.0 "Hello World"

27 Dec 15:39
e2cb6bd
Compare
Choose a tag to compare

Incremental improvements:

  • switch to using reqwest 0.10 pre-releases (this brings proper support for cookie handling)
  • provide anonymous and authenticated sessions with compatible interfaces

0.0.7 "Sid"

27 Dec 15:37
cef2afa
Compare
Choose a tag to compare
0.0.7 "Sid" Pre-release
Pre-release

Incremental improvements:

  • fix issues with OpenID authentication code
  • manually track session cookies

0.0.6 "Convini"

27 Dec 15:36
f60ee1c
Compare
Choose a tag to compare
0.0.6 "Convini" Pre-release
Pre-release

Incremental improvements:

  • add methods to automatically create clients for production, staging, and custom instances of the fedora OpenID service without having to manually specify URLs

0.0.5 "Move Along"

27 Dec 15:35
7621122
Compare
Choose a tag to compare
0.0.5 "Move Along" Pre-release
Pre-release

Internal refactoring.

0.0.4 "Mandatory Materials"

27 Dec 15:34
d4f3b3b
Compare
Choose a tag to compare
Pre-release

Incremental improvements:

  • implement more sophisticated error handling
  • update README with current status

0.0.3 "Bod the Buildhi"

27 Dec 15:33
9bd9f21
Compare
Choose a tag to compare
Pre-release

Incremental improvements:

  • refactor OpenID authentication support
  • split builder from client