Skip to content

Releases: 837477/aiopyfcm

0.2.1

25 Oct 09:00
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @837477 made their first contribution in #2

Full Changelog: https://github.com/837477/aiopyfcm/commits/0.2.1

0.2.0

25 Oct 08:33
c655dbc
Compare
Choose a tag to compare

Improvement of the authentication system and AioPyFCM structural refactoring.


  • Improve the aiohttp session management in AioPyFCM.
  • Change the injection method of Google Credentials in AioPyFCM.
    • Current: Authentication is performed internally within AioPyFCM.
    • Improved: Declare PyFCMAuthenticator separately, perform authentication, and then inject it into AioPyFCM (dependency improvement).
  • Modify sample code and update documentation.

What's Changed

  • [refac-1] Improvement of the authentication system and AioPyFCM structural refactoring. by @837477 in #2
  • [deploy] AioPyFCM Version 0.2.0 by @837477 in #3

New Contributors

  • @837477 made their first contribution in #2

Full Changelog: https://github.com/837477/aiopyfcm/commits/0.2.0