Skip to content

Releases: tithely/faithteams-api

4.4.0 - 2025-08-21

21 Aug 11:28
e66f805
Compare
Choose a tag to compare

Changed

  1. Set required Ruby version to 3.3.0. (IN-2722)
  2. Update GH Workflows to use Ruby 3.3.0. (IN-2722)
  3. Update .tool-versions to use Ruby 3.3.0. (IN-2722)
  4. Update Rubocop. (IN-2722)

4.3.0 - 2025-08-12

12 Aug 11:59
b9aa6b0
Compare
Choose a tag to compare

Changed

  1. Bump dependencies to address security vulnerabilities. (IN-2714)

4.2.0 - 2025-02-20

20 Feb 15:10
10db39c
Compare
Choose a tag to compare

Changed

  1. Update ActiveSupport Version to support Rails 7.2.2.1. (IN-2565)

4.1.1 2024-12-19

19 Dec 18:52
a7b6f49
Compare
Choose a tag to compare

Added

Adds Entity::Fund active? and default? interrogatives

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.