Tags: idl3/attio
Tags
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.
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
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
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]>