Releases: fahamutech/bfast-database
Releases · fahamutech/bfast-database
v4.0.0-beta.2
What's Changed
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #39
- Bump protobufjs from 6.11.2 to 6.11.3 by @dependabot in #41
- Bump async from 3.2.1 to 3.2.4 by @dependabot in #42
- Bump engine.io from 6.1.0 to 6.1.3 by @dependabot in #43
- Bump nanoid from 3.1.28 to 3.3.4 by @dependabot in #45
- Bump node-fetch from 2.6.5 to 2.6.7 by @dependabot in #46
- Bump simple-get from 3.1.0 to 3.1.1 by @dependabot in #47
- update checkout version to merge security fix from github bot by @joshuamshana in #48
Full Changelog: v4.0.0-beta.1...v4.0.0-beta.2
v4.0.0-beta.1
Full Changelog: v4.0.0-beta.0...v4.0.0-beta.1
v4.0.0-beta.0
v3.2.18
What's Changed
- update from master by @joshuamshana in #29
- fix bug when get file through s3 by @joshuamshana in #33
Full Changelog: latest...v3.2.18
latest
update database core version to support aws endpoint and
v2.0.0-rc.13
update packages versions
v2.0.0-rc.11
make server fails if index build is fails
v2.0.0-rc.10: Merge pull request #28 from fahamutech/beta
- Add multiple update on a single domain
{
"applicationId": "xyz",
"updateProduct": [
{
"id": 1,
"update": {
"$set": {
"name": "xyz-name"
}
}
}
]
}
v2.0.0-rc.5
Merge pull request #23 from fahamutech/dependabot/npm_and_yarn/lodash…