CHANGELOG.md in real_data_tests-0.3.0 vs CHANGELOG.md in real_data_tests-0.3.1
- old
+ new
@@ -1,6 +1,14 @@
## [Unreleased]
+## [0.3.1] - 2025-01-14
+### Fixed
+- Fixed circular dependency handling in RecordCollector to correctly limit record collection
+ - Moved prevention logic earlier in the collection process to stop circular dependencies before record collection
+ - Improved tracking of visited associations for more accurate prevention
+ - Added better logging for dependency prevention decisions
+ - Fixed test case for circular dependency prevention in nested associations
+
## [0.3.0] - 2025-01-13
### Added
- **Polymorphic Association Support**:
- RecordCollector now supports tracking and collecting records from polymorphic associations.
- Polymorphic `belongs_to`, `has_many`, and `has_one` associations are automatically detected and processed during data collection.
\ No newline at end of file