| Age | Commit message (Collapse) | Author |
|
|
|
- Change RHash::from_value from Result to Option pattern matching
- Remove unused magnus::value::ReprValue import
- Fix Rust compilation error when building from GitHub
This resolves the build error when installing from GitHub that was
preventing the gem from compiling successfully.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
- Implement debug logging in RustConnection that matches Net::HTTP format
- Add log_request and log_response methods with detailed HTTP transaction logs
- Update Rust client to properly handle request headers
- Add comprehensive RDoc documentation for logging methods
- Ensure feature parity between Ruby and Rust backends for debugging
Debug output format matches Net::HTTP's set_debug_output:
-> "GET https://api.example.com/users HTTP/1.1"
-> "accept: application/json"
-> ""
<- "HTTP/1.1 200"
<- "content-type: application/json"
<- ""
<- "{\"users\":[...]}"
This maintains the same debugging experience users expect from
the Ruby backend while providing the performance benefits of Rust.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
- Add detailed module overview for Net::Hippie with features and examples
- Document all Client class methods with parameters, return values, and examples
- Add complete Connection and RubyConnection class documentation
- Document ContentTypeMapper with serialization behavior and examples
- Add RustBackend module documentation with availability detection
- Include ResponseAdapter compatibility layer documentation
- Add @since tags tracking feature introduction versions
- Include cross-references and detailed usage examples
- Document new Rust backend architecture and environment configuration
This provides comprehensive API documentation for the 2.0 major release,
covering both the traditional Ruby backend and new Rust backend features.
The documentation includes migration examples and performance notes.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
- Bump version from 1.3.0 to 2.0.0 for major release
- Add comprehensive changelog entry for Rust backend integration
- Document breaking changes (Ruby 3.2.0+ requirement)
- Highlight performance improvements and new features
- Update version comparison links
This represents a major version bump due to:
- Minimum Ruby version increase from 2.3+ to 3.2.0+
- Significant architectural changes with Rust backend
- Enhanced functionality and performance characteristics
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
- Merge latest main branch changes including Ruby 3.2+ requirement
- Combine new stdlib dependencies with Rust extension support
- Maintain backward compatibility while adding new features
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
- Add Rust HTTP client using reqwest and Magnus for Ruby integration
- Implement transparent backend switching via NET_HIPPIE_RUST environment variable
- Maintain 100% backward compatibility with existing Ruby interface
- Add comprehensive test coverage (75 tests, 177 assertions)
- Support automatic fallback to Ruby backend when Rust unavailable
- Include detailed documentation for Rust backend setup and usage
- Add proper .gitignore for Rust build artifacts
- Update gemspec to support native extensions
Performance benefits:
- Faster HTTP requests using Rust's optimized reqwest library
- Better concurrency with Tokio async runtime
- Lower memory usage with zero-cost abstractions
- Type safety with compile-time guarantees
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update rubocop requirement from ~> 0.55 to ~> 1.9
|
|
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.55.0...v1.9.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
|
chore: update ci config
|
|
|
|
|
|
|
|
Add support for Ruby 3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update vcr requirement from ~> 5.1 to ~> 6.0
|
|
|
|
Updates the requirements on [vcr](https://github.com/vcr/vcr) to permit the latest version.
- [Release notes](https://github.com/vcr/vcr/releases)
- [Changelog](https://github.com/vcr/vcr/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vcr/vcr/compare/v5.1.0...v6.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|
Update vcr requirement from ~> 4.0 to ~> 5.1
|
|
Updates the requirements on [vcr](https://github.com/vcr/vcr) to permit the latest version.
- [Release notes](https://github.com/vcr/vcr/releases)
- [Changelog](https://github.com/vcr/vcr/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vcr/vcr/compare/v4.0.0...v5.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|