Releases: GogoVega/node-red-contrib-firebase-realtime-database
Releases · GogoVega/node-red-contrib-firebase-realtime-database
0.7.4: Maintenance Release
Changes
- Bump
@gogovega/firebase-config-node
from 0.2.2 to 0.2.3- Using RTDB status must validate database URL
- Silent error when getting RTDB Setting
Fixes
- The Firebase IN node input calculator
Improves
- The
tourGuide
runner (for concurrent calls)
Full Changelog: v0.7.3...v0.7.4
0.7.3: Maintenance Release
Changes
- (Firebase IN) Offers all types to the
Path
field by default (#83) - Bump
@gogovega/firebase-config-node
from 0.2.1 to 0.2.2- Allow UI to set the RTDB
defaultWriteSizeLimit
setting (#18)
- Allow UI to set the RTDB
Enhances
- (Query Constraint) Mark select input as error if constraint already used (#85)
- Allow
msg.listener
to unsubscribe from data (#86) - Add new node statuses to improve tracking (#87)
- Improve the node status and add Waiting status (#88)
Improves
- Avoid Node Messaging timeout (#84)
- Slight cleanup and move some Firebase class properties to static
Full Changelog: v0.7.2...v0.7.3
0.7.2: Maintenance Release
Changes
- Update the
Confirm Update
msg (for pinned node versions)
Improves
- The
First flow
tour guide (#81)
Full Changelog: v0.7.1...v0.7.2
0.7.1: Maintenance Release
Changes
- Bump
@gogovega/firebase-config-node
from 0.2.0 to 0.2.1
Enhancements
- Introduce the
First flow
tour guide (#79)
Full Changelog: v0.7.0...v0.7.1
0.7.0: Major Release
Breaking Changes
- Set required version of Node.js to >=18
Changes
- Bump
@gogovega/firebase-config-node
from 0.1.5 to 0.2.0- Only don't wait signout for Firestore and add a safety delay (#12)
- Set required version of Node.js to >=18
- Set required version of Node-RED to >=3
Full Changelog: v0.6.0...v0.7.0
0.6.0: Major Release
Breaking Changes
- The type of config-node (
database-config
) has changed tofirebase-config
.
Caution
This change breaks the runtime - it must be resolved to start the flows.
See more about the reason and the migration procedure.
Deprecated Features
- (Firebase GET & IN)
msg.method
replaced bymsg.constraints
Warning
This and other minor changes in the edit box are NON-breaking changes.
They are resolved automatically when you save a node. The Migration Wizard resolves them too.
Changes
- (QueryConstraints)
constraint
andmsg.method
are deprecated (#57) - Only allows installations on Node RED version >=3 (7120f4e)
- Update Firebase icon
- Move all
name
fields to the top of the edit box (#72)
New Features
- Support to dynamically set
Firebase-in
node properties (#54) - A new option has been added to the
Output
field so that the data is in JSON format (#58) flow
,global
andjsonata
options has been added to thePath
field for all nodes (#59)- QueryConstraints:
msg
,flow
,global
andjsonata
as new types for theValue
field and theChild
field (#61) - (ServerValue) Relax Integer rule to Number and add
DECREMENT
keyword (#63) - Feature: Add
env
field type toPath
,Child
andValue
inputs (#66)
Enhancements
- Better use of Node Messaging API (part of #53)
- Input validation error message (#56)
- Add
autocomplete
to all Path fields (#60)
Refactors
Fixes
- The value of the
date
option for the field type (#69) - Remove the deprecated
fetchSignInMethodsForEmail
function (#11)
Full Changelog: v0.5.5...v0.6.0
0.5.6: Maintenance Release (BackPort)
0.6.0-beta.5: Final Beta Pre-Release
Changes
- Bump
@gogovega/firebase-config-node
from 0.1.3 to 0.1.5- Removed an unnecessary
console.log
statement - Bump dependencies
- Removed an unnecessary
Fixes
- Autocomplete crash if database get request fails (#74)
Full Changelog: v0.6.0-beta.4...v0.6.0-beta.5
Full Changelog of v0.6: v0.5.5...v0.6.0-beta.5
0.5.5: Maintenance Release
Changes
- Bump dependencies to latest
- Restrict all
firebase
versioning to patch
0.5.4: Maintenance Release
Changes
- Reduce
firebase
dependencies size by only used sub-dependencies - Bump new dependencies to latest
- Bump
firebase-admin
from 11.11.0 to 12.0.0