Skip to content

Bump leancloud-storage from 4.10.1 to 4.13.0#21

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/leancloud-storage-4.13.0
Closed

Bump leancloud-storage from 4.10.1 to 4.13.0#21
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/leancloud-storage-4.13.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jul 12, 2022

Bumps leancloud-storage from 4.10.1 to 4.13.0.

Release notes

Sourced from leancloud-storage's releases.

v4.13.0

Features

  • 添加 AV.File.censorAV.File#censor 方法用于发起文件审核请求(需要使用 masterKey)。

Internal Changes

  • 使用 babel@7 进行代码转义。
  • 使用 core-js@3 提供的 polyfills。

CDN 地址与预编译文件下载: https://unpkg.com/browse/leancloud-storage@4.13.0/dist/

v4.12.3

Bug Fixes

  • 修复抛出的服务端异常不是 AV.Error 实例的问题。
  • 补充缺失的、修复错误的类型定义。

CDN 地址与预编译文件下载: https://unpkg.com/browse/leancloud-storage@4.12.3/dist/

v4.12.2

Bug Fixes

  • 修复遍历 Class 时缺少最后一条数据的问题。
  • 修复 AV.Error 类型定义的错误。

CDN 地址与预编译文件下载: https://unpkg.com/browse/leancloud-storage@4.12.2/dist/

v4.12.1

Bug Fixes

  • 修复某些情况下保存属性中包含 AV.File 的 AV.Object 时报错的问题。

CDN 地址与预编译文件下载: https://unpkg.com/browse/leancloud-storage@4.12.1/dist/

v4.12.0

Features

  • AV.Object.saveAll 支持 fetchWhenSave 参数。
  • 添加 AV.Query#findAndCount 方法,用于同时获取查询结果和符合查询条件的总数。

CDN 地址与预编译文件下载: https://unpkg.com/browse/leancloud-storage@4.12.0/dist/

v4.11.1

Bug Fixes

... (truncated)

Changelog

Sourced from leancloud-storage's changelog.

4.13.0(2022-07-12)

Features

  • 添加 AV.File.censorAV.File#censor 方法用于发起文件审核请求(需要使用 masterKey)。

Internal Changes

  • 使用 babel@7 进行代码转义。
  • 使用 core-js@3 提供的 polyfills。

4.12.3(2022-06-24)

Bug Fixes

  • 修复抛出的服务端异常不是 AV.Error 实例的问题。
  • 补充缺失的、修复错误的类型定义。

4.12.2(2022-02-10)

Bug Fixes

  • 修复遍历 Class 时缺少最后一条数据的问题。
  • 修复 AV.Error 类型定义的错误。

4.12.1(2022-02-09)

Bug Fixes

  • 修复某些情况下保存属性中包含 AV.File 的 AV.Object 时报错的问题。

4.12.0(2021-09-16)

Features

  • AV.Object.saveAll 支持 fetchWhenSave 参数。
  • 添加 AV.Query#findAndCount 方法,用于同时获取查询结果和符合查询条件的总数。

4.11.1(2021-06-09)

Bug Fixes

  • 修复了成功保存 AV.File 后没有设置文件的 objectIdurl 属性的问题。
  • 修复了 AV.File#save 返回值可能不正确的问题。

4.11.0(2021-06-09)

Features

  • 支持向国内节点保存大于 1GB 的文件。

... (truncated)

Commits
  • 96dbcba chore(release): v4.13.0
  • 89c17c8 chore: update check-version script
  • c6c2961 feat: make AV.Error constructible and inheritable (#670)
  • 89a253c feat: use core-js@3 (#669)
  • a2ee10b feat: file censor (#656)
  • c1f26b2 fix(type): export AV.Error as an interface (#667)
  • 633636f chore(release): v4.12.3
  • c8f4c81 fix(error): throw AV.Error for server exceptions
  • f6e4c0b fix(d.ts): remove the intermediate ErrorCode class
  • 073d584 fix(demo): pin vue @^2
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [leancloud-storage](https://github.com/leancloud/javascript-sdk) from 4.10.1 to 4.13.0.
- [Release notes](https://github.com/leancloud/javascript-sdk/releases)
- [Changelog](https://github.com/leancloud/javascript-sdk/blob/master/changelog.md)
- [Commits](leancloud/javascript-sdk@v4.10.1...v4.13.0)

---
updated-dependencies:
- dependency-name: leancloud-storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 12, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jul 15, 2022

Superseded by #23.

@dependabot dependabot Bot closed this Jul 15, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/leancloud-storage-4.13.0 branch July 15, 2022 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants