Releases: ruby/digest
Releases · ruby/digest
v3.2.0
What's Changed
- Ubuntu 18.04 in GHA is deprecated from Aug 8,2022 by @hsbt in #46
- Added instruction for using digest.h provided by gem install digest by @hsbt in #47
- Update test libraries from ruby/ruby 2023-03-24 by @hsbt in #48
- Use released version of test-unit-ruby-core by @nobu in #50
- Simplify CI test matrix and update versions by @nobu in #51
- Bump actions/checkout from 3 to 4 by @dependabot in #54
- Suppress implicit cast down warnings by @nobu in #55
- Ignore copied loader.rb files by @nobu in #53
- sync_tool task is no longer used by @nobu in #52
- Improve documents by @nobu in #56
- Use typed data in digest by @nobu in #59
- Export symbol on Windows by @nobu in #61
- Suppress md5 deprecation warnings by gcc as well as clang by @nobu in #65
- Allow integration test on Windows (RubyGems fix) by @MSP-Greg in #64
- Import patches for old macOS from MacPorts by @nobu in #67
- Cast via
uintptr_t
function pointer between object pointer by @nobu in #68 - Deprecate macos-12 test in CI by @hsbt in #69
- Fix loading of digest ext libraries with
--with-static-linked-ext
by @kateinoigakukun in #71 - Remove obsolete test runner [ci skip] by @nobu in #73
- Enabled trusted publisher for rubygems.org by @hsbt in #72
- Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in #74
- Specified version number of rubygems/release-gem by @hsbt in #76
New Contributors
- @dependabot made their first contribution in #54
- @MSP-Greg made their first contribution in #64
- @kateinoigakukun made their first contribution in #71
Full Changelog: v3.1.1...v3.2.0
v3.2.0.pre0
What's Changed
- Ubuntu 18.04 in GHA is deprecated from Aug 8,2022 by @hsbt in #46
- Added instruction for using digest.h provided by gem install digest by @hsbt in #47
- Update test libraries from ruby/ruby 2023-03-24 by @hsbt in #48
- Use released version of test-unit-ruby-core by @nobu in #50
- Simplify CI test matrix and update versions by @nobu in #51
- Bump actions/checkout from 3 to 4 by @dependabot in #54
- Suppress implicit cast down warnings by @nobu in #55
- Ignore copied loader.rb files by @nobu in #53
- sync_tool task is no longer used by @nobu in #52
- Improve documents by @nobu in #56
- Use typed data in digest by @nobu in #59
- Export symbol on Windows by @nobu in #61
- Suppress md5 deprecation warnings by gcc as well as clang by @nobu in #65
- Allow integration test on Windows (RubyGems fix) by @MSP-Greg in #64
- Import patches for old macOS from MacPorts by @nobu in #67
- Cast via
uintptr_t
function pointer between object pointer by @nobu in #68 - Deprecate macos-12 test in CI by @hsbt in #69
- Fix loading of digest ext libraries with
--with-static-linked-ext
by @kateinoigakukun in #71 - Remove obsolete test runner [ci skip] by @nobu in #73
- Enabled trusted publisher for rubygems.org by @hsbt in #72
- Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in #74
- Specified version number of rubygems/release-gem by @hsbt in #76
New Contributors
- @dependabot made their first contribution in #54
- @MSP-Greg made their first contribution in #64
- @kateinoigakukun made their first contribution in #71
Full Changelog: v3.1.1...v3.2.0.pre0
v3.1.1
What's Changed
- Install internally not to invoke different version command by @nobu in #37
- Expand tabs by @hsbt in #38
- Ignore JRuby head errors due to warnings by @nobu in #39
- Update actions/checkout by @nobu in #40
- Use CommonDigest by default if available by @nobu in #41
- Added dependabot for github actions by @hsbt in #42
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- CI: Add "3.0" to matrix, and bump gem version to "3.0.1.pre" to differentiate from built-in by @olleolleolle in #17
- gemspec: Avoid distributing extraneous files by @olleolleolle in #16
- gemspec: Explicitly have 0 executables by @olleolleolle in #18
- Silence GCC 11 warnings by @xtkoba in #19
- Use test-unit gem instead of ruby core test suite by @hsbt in #15
- Move digest.rb back under ext as the extension bundled library by @nobu in #23
- Integrate the JRuby extension by @knu in #25
- CI: Use bundler-cache: true by @olleolleolle in #26
- include jars by @ahorek in #27
- Avoid null pointer subtraction in digest/md5 by @jeremyevans in #29
- Expose Digest::VERSION by @casperisfine in #30
- s/RubyVM::JIT/RubyVM::MJIT/g by @k0kubun in #32
- depend file is needless for gem by @hsbt in #33
New Contributors
- @xtkoba made their first contribution in #19
- @knu made their first contribution in #25
- @ahorek made their first contribution in #27
- @jeremyevans made their first contribution in #29
- @casperisfine made their first contribution in #30
- @k0kubun made their first contribution in #32
Full Changelog: v3.0.0...v3.1.0
v3.1.0.pre3
What's Changed
- Avoid null pointer subtraction in digest/md5 by @jeremyevans in #29
- Expose Digest::VERSION by @casperisfine in #30
New Contributors
- @jeremyevans made their first contribution in #29
- @casperisfine made their first contribution in #30
Full Changelog: v3.1.0.pre2...v3.1.0.pre3
v3.1.0.pre2
Full Changelog: v3.1.0.pre1...v3.1.0.pre2
v3.1.0.pre1
v3.1.0.pre0
What's Changed
- CI: Add "3.0" to matrix, and bump gem version to "3.0.1.pre" to differentiate from built-in by @olleolleolle in #17
- gemspec: Avoid distributing extraneous files by @olleolleolle in #16
- gemspec: Explicitly have 0 executables by @olleolleolle in #18
- Silence GCC 11 warnings by @xtkoba in #19
- Use test-unit gem instead of ruby core test suite by @hsbt in #15
- Move digest.rb back under ext as the extension bundled library by @nobu in #23
- Integrate the JRuby extension by @knu in #25
- CI: Use bundler-cache: true by @olleolleolle in #26
New Contributors
Full Changelog: v3.0.0...v3.1.0.pre0
v3.0.0
What's Changed
- README: Ruby code fences by @olleolleolle in #6
- Test on new Ruby versions by @nicolasleger in #7
- Use GitHub Actions for CI by @mrkn in #11
- Added rb_digest_make_metadata to wrap metadata by @nobu in #13
- Make digest Ractor safe by @mrkn in #12
New Contributors
- @nicolasleger made their first contribution in #7
- @mrkn made their first contribution in #11
Full Changelog: https://github.com/ruby/digest/commits/v3.0.0