Releases: ruby-openid/ruby-openid2
Releases · ruby-openid/ruby-openid2
Release list
v3.1.0
3.1.0 - 2024-09-24
- COVERAGE: 91.81% -- 3520/3834 lines in 49 files
- BRANCH COVERAGE: 87.03% -- 1074/1234 branches in 49 files
- 63.08% documented
Removed
- Direct dependency on logger, rexml, net-http, & uri
- these stdlib gems became deprecated in favor of the stand alone versions in Ruby 3.3
- they will begin to raise an error in Ruby 3.5.
- Downstream code should add them explicitly to move away from the stdlib versions sooner than Ruby 3.5
- Ref: ruby/rubygems#7178 (comment)
Many paths lead to being a sponsor or a backer of this project. Are you on such a path?
v3.0.3
3.0.3 - 2024-09-24
Fixed
- Add logger gem for Ruby 3.5 compatibility
- Restrict minitest to < 6, because first we must use assert_nil if expecting nil
Full Changelog: v3.0.2...v3.0.3
v3.0.2
3.0.2 - 2024-09-24
COVERAGE: 91.72% -- 3522/3840 lines in 49 files
BRANCH COVERAGE: 87.03% -- 1074/1234 branches in 49 files
63.08% documented
Added
- Automatic loading via bundler
What's Changed
Full Changelog: v3.0.1...v3.0.2
v3.0.1
3.0.1 - 2024-09-20
COVERAGE: 91.72% -- 3521/3839 lines in 48 files
BRANCH COVERAGE: 87.03% -- 1074/1234 branches in 48 files
63.08% documented
Added
- More and better documentation
Fixed
- Code coverage reporting in specs
- Markdown formatting in documentation
- Rake tasks for generating yard documentation
- Added undeclared runtime dependencies:
rexmlnet-http- removed from stdlib in Ruby 3.0
- Copyright years in LICENSE.txt
Full Changelog: v3.0.0...v3.0.1