1.0.0-rc49
(fix): Added automatic redaction of sensitive fields in inspect output to prevent accidental exposure of credentials and tokens in logs and debug output.
1.0.0-rc48
(feat): Add custom pagination support with customPagerName configuration option.
When customPagerName is configured, the generator includes a CustomPager utility class
that provides navigation methods (has_next_page?, has_prev_page?, get_next_page, get_prev_page)
for custom pagination endpoints.