Skip to content

Firebase Functions Python SDK 0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Oct 21:20
1727f50

[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)