3.13
What's Changed
- Support file-like inputs for RecordReader by @MaxGroot in #59
- Add behaviour to always use datetime.UTC if there is no zoneinfo available by @Miauwkeru in #86
- Drop Python 3.7 support by @yunzheng in #88
- Speedup parsing of datetime fieldtypes initialization by string by @yunzheng in #87
- Support file-like objects in record writer by @MaxGroot in #83
- Fix str() and repr() in selectors by @Schamper in #93
- Update
elastic.py
adapter by @0xbart in #92 - Fix RecordReader not reading from stdin by default by @yunzheng in #94
New Contributors
Full Changelog: 3.12...3.13