- The
db.Reference
class now has aget_if_changed()
method, which retrieves a database value only if the value has changed since last read. - The options dictionary passed to
initialize_app()
function can now contain anhttpTimeout
option, which sets the timeout (in seconds) for outbound HTTP connections started by the SDK.