Releases: firebase/firebase-functions-python
Releases · firebase/firebase-functions-python
Firebase Functions Python SDK 0.6.0
Sorry, something went wrong.
No results found
[INFO] Last release tag: 0.5.0.
[INFO] Last release commit: a5f82a7.
[INFO] Including all commits in the range a5f82a7..d80d0d4.
Bug Fixes
- fix: bug where init isn't called with cors enabled (#272)
- fix: timestamp parsing for RTDB events (#273)
Firebase Functions Python SDK 0.5.0
Sorry, something went wrong.
No results found
[INFO] Last release tag: 0.4.3.
[INFO] Last release commit: 436f4c7.
[INFO] Including all commits in the range 436f4c7..a5f82a7.
New Features
- feat: Add Firebase Data Connect support (#250)
- feat: modernize packaging with pyproject.toml and uv (#247)
Bug Fixes
- fix: add robust date parsing in schedule_fn (#256)
- fix: fix pyproject.toml to include all packages. (#254)
Firebase Functions Python SDK 0.4.3
Sorry, something went wrong.
No results found
[INFO] Last release tag: 0.4.2.
[INFO] Last release commit: 8610670.
[INFO] Including all commits in the range 8610670..436f4c7.
Bug Fixes
- fix(identity): AuthBlockingEvent properties not matching docs (#231)
- fix(logger): no longer replaces object duplicates with "CIRCULAR" (#229)
- fix: FloatParam marked private as unsupported in CLI (#221)
- fix(logger): set utf-8 encoding (#223)
- fix: Off by one assertion for invoker property (#216)
- fix: incorrect event type for on_document_written_with_auth_context (#214)
- fix: incorrect type for document snapshop in Firestore auth triggers (#212)
Firebase Functions Python SDK 0.4.2
Sorry, something went wrong.
No results found
[INFO] Last release tag: 0.4.1.
[INFO] Last release commit: e5c6139.
[INFO] Including all commits in the range e5c6139..8610670.
New Features
- feat: split tasks https (#201)
- feat: fix datetime parse error (#204)
Firebase Functions Python SDK 0.4.1
Sorry, something went wrong.
No results found
[INFO] Last release tag: 0.4.0.
[INFO] Last release commit: 1bdc7a2.
[INFO] Including all commits in the range 1bdc7a2..e5c6139.
Bug Fixes
- fix: KeyError for authtype (#199)
Firebase Functions Python SDK 0.4.0
Sorry, something went wrong.
No results found
[INFO] Last release tag: 0.3.0.
[INFO] Last release commit: b7c0b43.
[INFO] Including all commits in the range b7c0b43..1bdc7a2.
New Features
- feat: add init function support (#188)
Firebase Functions Python SDK 0.3.0
Sorry, something went wrong.
No results found
[INFO] Last release tag: 0.2.0.
[INFO] Last release commit: 13f7cbc.
[INFO] Including all commits in the range 13f7cbc..b7c0b43.
New Features
- feat: Add Auth Context enabled Firestore triggers (#184)
- feat: Add str method to enum classes (#178)
- feat: add support for ListParam & MultiSelectInput (#179)
Bug Fixes
- fix: Remove auth check for cloud tasks (#171)
- fix: ModuleNotFoundError as in #162 (#168)
Firebase Functions Python SDK 0.2.0
Sorry, something went wrong.
No results found
[INFO] Last release tag: 0.1.2.
[INFO] Last release commit: 1727f50.
[INFO] Including all commits in the range 1727f50..13f7cbc.
New Features
- feat: add reCAPTCHA verdict to auth blocking functions (#166)
- feat: implement logger (#121)
Firebase Functions Python SDK 0.1.2
Sorry, something went wrong.
No results found
[INFO] Last release tag: 0.1.1.
[INFO] Last release commit: 3ed4004.
[INFO] Including all commits in the range 3ed4004..1727f50.
Bug Fixes
- fix: Crash in auth blocking function when using with phone auth (#146)
- fix: handle timestamps with no fractional seconds (#149)
- fix: crash with InvalidAuthBlockingTokenError (#145)
- fix: Badly formatted log messages in private/util.py (#140)
- fix: cyclic-import lint error (#147)
- fix: precision timestamp detection issue (#137)
- fix: issue with logging (#134)
- fix(database): before and after are deeply merged (#125)
- fix: Line too long causing lint CI issue. (#119)
- fix: handle leading forward slash in pattern matching path function (#116)
Firebase Functions Python SDK 0.1.1
Sorry, something went wrong.
No results found
[INFO] Last release tag: 0.1.0.
[INFO] Last release commit: 59d68cf.
[INFO] Including all commits in the range 59d68cf..3ed4004.
Bug Fixes
- fix: conversion to handle nanosecond precision timestamp (#109)
- fix: add tier 2 regions to SupportedRegion enum (fixes #93) (#107)
- fix: normalize firestore document path (#106)
- fix: add cwd to sys.path for functions yaml (#12)