Skip to content

Releases: manyfold3d/fasp_client

v0.6.0

15 Sep 20:53
dcb8f0c
Compare
Choose a tag to compare

What's Changed

  • Add only_if argument to fasp_share_lifecycle by @Floppy in #30
  • Documentation for v0.6.0 release by @Floppy in #31

Full Changelog: v0.5.0...v0.6.0

v0.5.0

12 Sep 08:51
c9086ab
Compare
Choose a tag to compare

What's Changed

  • Add endpoint for FASPs to create event subscriptions by @Floppy in #22
  • Add endpoint for FASP to submit backfill requests by @Floppy in #23
  • Broadcast lifecycle announcements to subscribers by @Floppy in #26
  • Allow pushing released gem to rubygems.org by @Floppy in #28
  • Update docs and version for 0.5.0 release by @Floppy in #29

Full Changelog: v0.4.0...v0.5.0

v0.4.0

05 Sep 14:42
80cbc2e
Compare
Choose a tag to compare

What's Changed

  • Add follow_recommendation capability to Provider by @Floppy in #20
  • Add account_search capability to Provider by @Floppy in #21

Full Changelog: v0.3.1...v0.4.0

v0.3.1

26 Aug 15:32
89af05f
Compare
Choose a tag to compare

What's Changed

  • Enable HTTPS if specified in provider URI by @Floppy in #19

Full Changelog: v0.3.0...v0.3.1

v0.3.0

09 Aug 10:38
9bb9719
Compare
Choose a tag to compare

What's Changed

  • Add fasp_client:views generator to copy views to main app by @Floppy in #15
  • Add configuration option to set layout by @Floppy in #16
  • Allow use of helper from main app, and add option for base controller by @Floppy in #17

Full Changelog: v0.2.0...v0.3.0

v0.2.0

07 Aug 15:43
896cfd2
Compare
Choose a tag to compare

What's Changed

  • Add authentication hook for provider editing/approving by @Floppy in #13
  • Use safe traversal in initialiser example by @Floppy in #14

Full Changelog: v0.1.1...v0.2.0

v0.1.1

06 Aug 16:49
78ffd0f
Compare
Choose a tag to compare

What's Changed

  • Remove accidentally-left-in byebug require by @Floppy in #12

Full Changelog: v0.1.0...v0.1.1

v0.1.0

06 Aug 16:31
faecf7b
Compare
Choose a tag to compare

First tagged release of fasp_client (though only on GitHub, not pushed to rubygems).

Implements almost all the features of the v0.1 FASP specification; you can register, approve and enable capabilities for providers with only a very small amount of code in your own application.