Changes ------- * Added `max_connection_attempts` option to prevent infinitely retrying (https://github.com/Fatal1ty/aiofcm/pull/15) by holyachon * Added type hints (https://github.com/Fatal1ty/aiofcm/pull/16) by holyachon * Added CI workflow (https://github.com/Fatal1ty/aiofcm/pull/17) by holyachon
1.3.1
Changes ------- * Fixed compatibility with Python 3.10+ https://github.com/Fatal1ty/aiofcm/pull/13
1.3
Changes ------- * Fix memory leak in connection pool * Add type hints