Releases: tithely/faithteams-api
Releases · tithely/faithteams-api
4.4.0 - 2025-08-21
4.3.0 - 2025-08-12
Changed
- Bump dependencies to address security vulnerabilities. (IN-2714)
4.2.0 - 2025-02-20
Changed
- Update ActiveSupport Version to support Rails 7.2.2.1. (IN-2565)
4.1.1 2024-12-19
Added
Adds Entity::Fund active? and default? interrogatives
4.0.1 - 2024-09-16
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
- 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
Changed
- Update ActiveSupport Version to support Rails 7. (IN-2109)
3.0.1 - 2024-09-11
Changed
- Update dependencies to address security warnings. (IN-2494)
3.0.0 - 2023-05-21
Fixed
- Use basic auth for all API requests and remove User. (IN-2429)
Removed
- Remove
Resource::User
andResource::User#authenticate
. (IN-2429)
2.0.2 - 2024-04-04
Fixed
- Fixed gemspec metadata urls. (IN-2229)
- Update gem dependencies.
- Replace
jeweler.yml
Github Action withrubygems.yml
.