Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 04 Sep 23:42
· 86 commits to 44fcb54cda4fa7f2b0db8e2a418ea499598843d1 since this release

0.1.4 (2025-09-04)

⚠ BREAKING CHANGES

  • Internal HTTP implementation migrated from HTTParty to Net::HTTP

Features

  • replace HTTParty with Net::HTTP to eliminate dependencies (f1af7cc)

Bug Fixes

  • avoid Digest mocking to resolve CI RSpec environment issues (94adc4a)
  • move digest require to top level for test compatibility (c88a64b)