v1.0.0
-
Remastering the main client.
-
method
build_common_message
completely dropped in favor of a concept of message structures (modulemessages
). -
the signature of method
push
has changed. From now on, it expects to receive instances ofmessages.*
for
Android config and APNS config rather than raw data, which then has to be dynamically analyzed and mapped to the
most appropriate message type. -
static methods
build_android_message
andbuild_apns_message
renamed tobuild_android_config
and
build_apns_config
. -
static methods
build_android_config
andbuild_apns_config
returnmessages.AndroidConfig
and
messages.APNSConfig
respectively and aimed to simplify the process of creating configurations.
-
-
Introduce module
messages
the main aim is to simplify the process of constructing Push notification messages.
The module houses the message structures that can be used to construct a push notification payload. -
Fix CD workflow. Make step
release
dependent oncreate-virtualenv
. -
Update
README.md
with more examples. -
Every request to Firebase tagged with
X-Request-Id