Pullkin

Latest version: v0.14.0

Safety actively analyzes 688792 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

1.0.0a1

Release Notes

🎉 Migration to the New FCM API

I’ve transitioned the project to the latest Firebase Cloud Messaging (FCM) API, bringing enhanced functionality and support.

---

✨ Added
- **Multiple App Support**: Now possible to manage notifications across multiple applications seamlessly.
- **Documentation**: Comprehensive guides and references to help implement the new features with ease.

---

🚀 Improvements
- **Docstrings**: Enhanced clarity and consistency in function documentation.
- **`__init__.py` Files**: Refined structure for more efficient module organization.
- **Imports**: Optimized import statements for cleaner and more maintainable code.

---

Update now to explore these new capabilities and optimizations!

0.14.0

Change
* `message` may be `None`

Add
* `app_data_example_value = data_message.app_data["example"]`
* `"example" in data_message.app_data`
* `app_data: dict[str, Any] = data_message.app_data.to_dict()`

**Full Changelog**: https://github.com/WhiteApfel/Pullkin/compare/v0.13.0...v0.14.0

0.13.0

Change
* dataclasses -> pydantic
* Explicitly specify applications to receive push notifications

0.12.2

Fix
* Fix tests
* Up dependencies

0.12.1

Fix

* Auto detect multiple apps credentials detect

**Full Changelog**: https://github.com/WhiteApfel/Pullkin/compare/v0.12.0...v0.12.1

0.12.0

Change
* Now set credentials to `.run(timer, sender_id, credentials, persistent_id)` or `.listen_coroutine(sender_id, credentials, persistent_id)`

Remove
* `Pullkin.credentials` and `Pullkin.persistent_ids`

**Full Changelog**: https://github.com/WhiteApfel/Pullkin/compare/v0.11.2...v0.12.0

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.