Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump total.js from 3.4.1 to 3.4.9 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 1, 2021

Bumps total.js from 3.4.1 to 3.4.9.

Release notes

Sourced from total.js's releases.

v3.4.5

Fixes:

  • fixed: a problem with persistent images

v3.4.4

News:

  • added: schema options $.successful(function(response) {})
  • added: options.reconnectserver {Boolean} to WEBSOCKETCLIENT
  • added: req.snapshot(callback(err, request_body))
  • added: a new command CMD('reload_preferences')
  • added: a new FILESTORAGE mechanism based on UID
  • added: sql extension to U.getContentType()
  • added: F.stats.performance.usage which contains percentual usage of the thread

Updates:

  • updated: SchemaOptions method $.response([index/operation_name]), e.g. $.response('workflow.NAME')
  • updated: snapshot startscript.js.json contains tabs instead of spaces
  • updated: DatabaseBuilder.rule(rule, [param]), supports string declaration of filter function
  • updated: URL validation

Fixes:

  • fixed: cleaning of NoSQL embedded databases
  • fixed: String.parseCSV(), now supports multiline strings
  • fixed: a bug when closing of websocket
  • fixed: DatabaseBuilder.search() method
  • fixed: Error in CLONE() method
  • fixed: schema.inherit() by adding schema.middleware() and schema.verify()
  • fixed: parsing messages in WebSocket
  • fixed: a problem in some commands pre-render in the view compiler
  • fixed: parsing of query strings

v3.4.3

News:

  • added: HASH(value, [type]) for creating hash like in jComponent
  • added: SchemaOptions.repo as alias to SchemaInstance.model.$$repository
  • added: a new type CONVERT syntax to schema.define() (more in docs)
  • added: SchemaEntity.verify(name, function($), [cache]) for async verification of values
  • added: TEMP variable as a new global variable (it's cleaned every 7 minutes)
  • added: CONF.allow_persistent_images: true which allows to reuse resized images in temp directory
  • added: req.filecache(callback) as alias for F.exists()
  • added: own QueryParser
  • added: RESTBuilderInstance.convert('name:String,age:Number') method
  • added: RESTBuilder.upgrade(fn(restbuilder)) for upgrading of RESTBuilder
  • added: RESTBuilder parses Total.js Errors in responses as Error
  • added: String.prototype.env() replaces all values in the form [key] for CONF.key
  • added: WebSocket supports a new type - raw buffer

... (truncated)

Changelog

Sourced from total.js's changelog.

======= 3.4.10

  • fixed CSS variables

======= 3.4.9

  • added HTML escaping for meta tags
  • added insecure flag into the U.request() method
  • added RESTBuilder.insecure() method
  • fixed security issue when parsing query arguments (reported by https://github.com/fl4x)
  • fixed security in U.get() and U.set() (reported by Agustin Gianni)

======= 3.4.8

  • fixed measuring dimension for .gif images
  • fixed potential remote code execution in U.set() founded by Snyk

======= 3.4.7

  • fixed: command injection in Image.pipe() and Image.stream()
  • fixed DELETE method for the schemas (now it works like PATCH method)
  • fixed: controller.transfer()

======= 3.4.6

  • added: a support for Total.js v4 UIDs

  • updated: file stats

  • updated: calculating of usage

  • fixed: applying of default_root in static files

  • fixed: routing evaluation

  • fixed: parsing of longer WebSocket messages

  • fixed: mail error handling

  • fixed: versions with default_root

======= 3.4.5

  • fixed: a problem with persistent images

======= 3.4.4

  • added: schema options $.successful(function(response) {})
  • added: options.reconnectserver {Boolean} to WEBSOCKETCLIENT
  • added: req.snapshot(callback(err, request_body))
  • added: a new command CMD('reload_preferences')
  • added: a new FILESTORAGE mechanism based on UID
  • added: sql extension to U.getContentType()
  • added: F.stats.performance.usage which contains percentual usage of the thread

... (truncated)

Commits

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [total.js](https://github.com/totaljs/framework) from 3.4.1 to 3.4.9.
- [Release notes](https://github.com/totaljs/framework/releases)
- [Changelog](https://github.com/totaljs/framework/blob/master/changes.txt)
- [Commits](https://github.com/totaljs/framework/commits)

---
updated-dependencies:
- dependency-name: total.js
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 1, 2021
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