Return 404 StatusCode when Storage account not exist
Migrated tslint to eslint.
Typescript upgraded from 4.2.4 to 4.9.5.
Migrated test pipeline from Node.js 10/12 to Node.js 14/16/18.
Bump up service API version to 2022-11-02
Blob:
Fixed issue for user delegation key when uploading a blob from a container SAS
Upgraded swagger spec to API version 2021-10-04.
Table:
Fixed issue for querying on identifiers starting with underscore.
Fixed issue for querying GUIDs using operators other than eq and ne
GUID queries only support persistent storage on legacy (string) format GUIDs for eq and ne operators, other operators will only evaluate newly stored entities.
Queue:
Fixed issue that queue service SAS without start time not work.
Azurite v3.22.0
2023.02 Version 3.22.0
General:
Bump up service API version to 2021-12-02
Table:
Fixed issue that True/False in table query will fail the request.
Fixed an issue: it cannot return result correctly when querying for a table entity with filters including some special characters.
Azurite v3.21.0
2023.01 Version 3.21.0
General:
Fixed shared key authentication failure when request uri contains "+"
Stop accepting new connections and closes existing, idle connections (including keep-alives) without killing requests that are in-flight.
Blob:
Support Copy Blob From URL API when use different source and destination account (in same Azurite instance).
Support use of wildcard character to allow all subdomains of a given domain to make requests via CORS
Return 404 StatusCode when Storage account not exist
Migrated tslint to eslint.
Typescript upgraded from 4.2.4 to 4.9.5.
Migrated test pipeline from Node.js 10/12 to Node.js 14/16/18.
Bump up service API version to 2022-11-02
Blob:
Fixed issue for user delegation key when uploading a blob from a container SAS
Upgraded swagger spec to API version 2021-10-04.
Table:
Fixed issue for querying on identifiers starting with underscore.
Corrected query parsing logic for single boolean terms.
Fixed issue for querying GUIDs using operators other than eq and ne
GUID queries only support persistent storage on legacy (string) format GUIDs for eq and ne operators, other operators will only evaluate newly stored entities.
Queue:
Fixed issue that queue service SAS without start time not work.
2023.02 Version 3.22.0
General:
Bump up service API version to 2021-12-02
Table:
Fixed issue that True/False in table query will fail the request.
Fixed an issue: it cannot return result correctly when querying for a table entity with filters including some special characters.
Fixed issue with decoding URIs from batch request submitted by old Azure Storage SDK.
2023.01 Version 3.21.0
General:
Fixed shared key authentication failure when request uri contains "+"
Stop accepting new connections and closes existing, idle connections (including keep-alives) without killing requests that are in-flight.
Blob:
Support Copy Blob From URL API when use different source and destination account (in same Azurite instance).
Support use of wildcard character to allow all subdomains of a given domain to make requests via CORS
Add support for user delegation key.
... (truncated)
Commits
e13e24e Merge pull request #1879 from EmmaZhu/bump_version_stg87
This version was pushed to npm by emmazhu, a new releaser for azurite since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dss-web/gravityforms-uploads-azure/network/alerts).
Bumps jsonwebtoken to 9.0.0 and updates ancestor dependency azurite. These dependencies need to be updated together.
Updates
jsonwebtoken
from 8.5.1 to 9.0.0Changelog
Sourced from jsonwebtoken's changelog.
Commits
e1fa9dc
Merge pull request from GHSA-8cf7-32gw-wr335eaedbf
chore(ci): remove github test actions job (#861)cd4163e
chore(ci): configure Github Actions jobs for Tests & Security Scanning (#856)ecdf6cc
fix!: Prevent accidental use of insecure key sizes & misconfiguration of secr...8345030
fix(sign&verify)!: Remove defaultnone
support fromsign
andverify
met...7e6a86b
Upload OpsLevel YAML (#849)74d5719
docs: update references vercel/ms references (#770)d71e383
docs: document "invalid token" error3765003
docs: fix spelling in README.md: Peak -> Peek (#754)a46097e
docs: make decode impossible to discover before verifyMaintainer changes
This version was pushed to npm by julien.wollscheid, a new releaser for jsonwebtoken since your current version.
Updates
azurite
from 3.14.2 to 3.23.0Release notes
Sourced from azurite's releases.
... (truncated)
Changelog
Sourced from azurite's changelog.
... (truncated)
Commits
e13e24e
Merge pull request #1879 from EmmaZhu/bump_version_stg873b7a88d
Resolve commentsef1e005
Upgrade API version to 2022-11-02a1527fc
Bump prettier from 2.8.6 to 2.8.7 (#1867)1f84420
Bump@azure/storage-queue
from 12.11.0 to 12.12.0 (#1868)96bee96
Bump eslint from 8.35.0 to 8.36.0 (#1869)a209734
Bump@azure/core-rest-pipeline
from 1.10.1 to 1.10.2 (#1870)4a69a7a
Merge pull request #1861 from seankennett/UDKContainerBlobUploadFix593cc39
Merge branch 'main' into UDKContainerBlobUploadFixb10de35
Merge pull request #1847 from EmmaZhu/update_swagger_specMaintainer changes
This version was pushed to npm by emmazhu, a new releaser for azurite since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dss-web/gravityforms-uploads-azure/network/alerts).