Skip to content

Releases: NGhostClub/gcp-helpers

Release 0.0.19 Alpha

13 Nov 09:49
Compare
Choose a tag to compare
  • Added support for query for limited set of fields

Release 0.0.18 Alpha

21 Sep 12:23
Compare
Choose a tag to compare
  • Added support for Firestore multiple databases

Release 0.0.17 Alpha

18 Jul 15:32
Compare
Choose a tag to compare
  • added add method to FirestoreCollectionGroup

Release 0.0.16 Alpha

18 Jul 15:19
Compare
Choose a tag to compare
  • Added delete method to FirestoreCollectionGroup

Release 0.0.15 Alpha

14 Jul 08:05
Compare
Choose a tag to compare

Breaking<!>. FirestoreFilter update: now must be used as generator for firestore.FieldFilter

Release 0.0.14 Alpha

13 Jul 15:45
Compare
Choose a tag to compare
  • FirestoreFilter fix

Release 0.0.13 Aplha

13 Jul 09:01
Compare
Choose a tag to compare

Error handler decorator moved out of Factory class, so could be used as standalone
FirestoreFilter update. Added self explained classmethods which will generate filter instance with correct operator
New common submodule. Contains CustomResponse class for Flask pre-generated responses
FirestoreResult dictionary conversion fix

Release 0.0.11 Alpha

12 Jul 08:01
Compare
Choose a tag to compare
  • Added CustomResponse
  • Modified search method of FirestoreCollection, now allow to call without filter

Release 0.0.10 Alpha

06 Jul 07:25
Compare
Choose a tag to compare
  • Function's HttpRouter refactor. Added Factory class, witch can be used to register routes and then could be consumed by HttpRouter in parent module
  • FirestoreMultiResult class now fetch all documents from query stream on initialization.

Release 0.0.9 Alpha

05 Jul 09:01
Compare
Choose a tag to compare
  • Error handling for registered routes. If enabled - wraps route function into try/except block and return 500 error on exception.
  • Added order and limit arguments for Firestore search queries