Skip to content

Releases: tithely/faithteams-api

4.0.1 - 2024-09-16

16 Sep 23:31
d00c8e9
Compare
Choose a tag to compare

This version adds support for Ruby 3.3.5. No real changes were required. We just needed to add some gems to the gemspec to silence deprecation warnings.

Added

  1. Add dependencies which will be removed from a future version of Ruby. (IN-2512)

Full Changelog: 4.0.0...4.0.1

4.0.0 - 2024-09-11

11 Sep 19:32
Compare
Choose a tag to compare

Changed

  1. Update ActiveSupport Version to support Rails 7. (IN-2109)

3.0.1 - 2024-09-11

11 Sep 19:23
cbef84e
Compare
Choose a tag to compare

Changed

  1. Update dependencies to address security warnings. (IN-2494)

3.0.0 - 2023-05-21

21 May 12:37
31416e7
Compare
Choose a tag to compare

Fixed

  1. Use basic auth for all API requests and remove User. (IN-2429)

Removed

  1. Remove Resource::User and Resource::User#authenticate. (IN-2429)

2.0.2 - 2024-04-04

04 Apr 20:05
028eefb
Compare
Choose a tag to compare

Fixed

  1. Fixed gemspec metadata urls. (IN-2229)
  2. Update gem dependencies.
  3. Replace jeweler.yml Github Action with rubygems.yml.