✨ New Features
- The lazy record generator [`Source.get_records()`](https://airbytehq.github.io/PyAirbyte/airbyte/sources/base.html#Source.get_records) can now be configured to normalize field names and ignore undeclared fields. (359)
🐛 Fixes
- Resolve issues in Postgres when column or table names are >63 characters (359)
- Resolve issue where PyAirbyte would fail if property names contain the dot character (`'.'`), e.g. with `source-google-ads` (343) - _**Thanks, sukantaroy01!**_