Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: idl3/attio

Tags

v0.5.0

Toggle v0.5.0's commit message
Release v0.5.0

Major enhancements to Attio Ruby gem:

- Custom Objects support with create and update operations
- Records assert method for upsert operations based on matching attributes
- Records update_with_put for full record replacement
- Complete Lists management (create, update, query_entries, assert_entry, update_entry)
- Complete Attributes management (update, options, statuses)
- 768 tests with 99.86% coverage (1474/1476 lines)
- All production code passes RuboCop with 0 violations
- Comprehensive YARD documentation for all new methods
- Fixed bundler compatibility for Ruby 3.0/3.1

See CHANGELOG.md for full details.

v0.4.0

Toggle v0.4.0's commit message
Release v0.4.0

Major improvements:
- Removed fake Meta API (breaking change)
- Fixed webhook headers to match API spec
- Added pagination support with automatic method detection
- Enhanced HTTP client with better rate limiting
- Improved error handling throughout
- Test coverage at 99.55%

Full details in CHANGELOG.md

v0.3.0

Toggle v0.3.0's commit message
Release v0.3.0

Major enhancements:
- 5 new resources: WorkspaceMembers, Deals, Meta, Bulk Operations, Rate Limiting
- Enhanced security with SSL/TLS verification
- Thread-safe implementation
- 99.86% test coverage with 392 tests
- 0 RuboCop violations

Full changelog: https://github.com/idl3/attio/blob/master/CHANGELOG.md#030---2025-08-11

v0.2.0

Toggle v0.2.0's commit message
Release v0.2.0

v0.1.3

Toggle v0.1.3's commit message
Release version 0.1.3: Fix Ruby 3.0 and 3.1 compatibility

v0.1.2

Toggle v0.1.2's commit message
Release version 0.1.2: Code quality improvements and Ruby 3.4 support

v0.1.1

Toggle v0.1.1's commit message
Release v0.1.1: Update gem description

- Remove "Official" from gem description
- Version 0.1.0 was yanked due to description update

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>