Skip to content

Firebase Functions Python SDK 0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 May 22:17
59d68cf

[INFO] No tags found. Including all commits up to 59d68cf.

New Features

  • feat: finalize param inputs + multiple fixes (#82)
  • feat: add support for alerts
  • feat: identity provider functions
  • feat: eventarc function support
  • feat: scheduler fn support
  • feat: test lab function support
  • feat: add support for Firestore 2nd gen triggers
  • feat: remote config function types
  • feat: RESET_VALUE
  • feat(db): support path patterns
  • feat: support enforce_app_check option
  • feat: tasks module sample
  • feat: set required api
  • feat: tasks module
  • feat: storage module
  • feat: pubsub module
  • feat: pubsub triggers
  • feat: https module support
  • feat: database module
  • feat: add options module
  • feat: add manifest module
  • feat: add manifest module
  • feat: add params module

Bug Fixes

  • refactor: remove ListParam & MultiSelectInput (#85)
  • fix(test_lab): client info details can be undefined (fixes #64) (#80)
  • fix: Wire up firestore reference in emulated environment. (#72)
  • fix: response
  • refactor: move internals for identity to private module
  • fix: invalidMatrixDetails can be None
  • fix: event/change data should be a DocumentSnapshot
  • refactor: remove requirements.txt and use setup.py instead
  • fix: add missing eventFilters
  • fix: implement todos
  • refactor: fix formatting
  • refactor: move db_fn.Change to core (to be reused by Firestore)
  • fix: merge APIs should merge reasons
  • refactor: rename to tasks_fn
  • refactor: replace optional typing usages with | None
  • refactor: remove unnecessary delete key
  • refactor: linting
  • fix: add missing MISSING case
  • refactor: linting
  • fix(db): event payload incorrect
  • refactor: rename fn modules to include _fn postfix
  • refactor: improve docstrings for sphinx
  • fix(docs): use brew --prefix for Brew path on macos in docs gen script
  • fix: Fix bug with callable function impl.
  • refactor: rename db.DatabaseEvent to db.Event
  • refactor: fallback to default function naming support
  • fix: readme
  • fix: tasks example
  • fix: get default bucket from FIREBASE_CONFIG env if available
  • refactor: update storage sample
  • refactor: remove prints
  • fix: get_data as not None
  • fix: mypy duplicate modules warning
  • fix: cloudevent _get_data() renamed to get_data()
  • fix: default/builtin params should not be added to manifest
  • refactor: finalize and add missing options classes and manifest conversions
  • fix: mypy duplicate main
  • fix: spelling
  • fix: required api type check
  • fix: skip required apis if it doesn't exist
  • fix: required apis
  • fix: user params should now show on params list
  • fix: params should enforce CAPITAL_SNAKE_CASE names
  • fix: Expression options should convert to CEL string for manifest output
  • refactor: change default cpu value