klen / py-frameworks-bench

Another benchmark for some python frameworks
https://klen.github.io/py-frameworks-bench/
MIT License
712 stars 84 forks source link

build(deps): bump emmett[orjson] from 2.2.3 to 2.3.1 in /frameworks #97

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps emmett[orjson] from 2.2.3 to 2.3.1.

Release notes

Sourced from emmett[orjson]'s releases.

Emmett 2.3.1

Patch release

Changes since 2.3.0:

  • Fix regression bug preventing HTTP headers sending with hyper protocols

Emmett 2.3 Da Vinci

Changes since 2.2:

  • Minor enhancements on request flow
  • Added ORM support for PostgreSQL json/jsonb fields and operators
  • Added widget_radio to forms.FormStyle
  • Added dict values support for in validations
  • Use optional emmett-crypto package for cryptographic functions
  • Deprecated security.secure_dumps and security.secure_loads in favour of new crypto package
  • Add on_delete option to belongs_to and refers_to
  • Add --dry-run option to migrations up and down commands

Emmett 2.2.5

Patch release

Changes since 2.2.4:

  • Fix regression bug preventing correct serialisation/deserialisation with tools.service module pipes and websockets

Emmett 2.2.4

Patch release

Changes since 2.2.3:

  • Fix ORM migrations engine producing wrong SQL instructions in columns foreign keys constraints on some adapters
  • Bump bundled jQuery to 3.5.x to fix several vulnerabilities
Changelog

Sourced from emmett[orjson]'s changelog.

Emmett changelog

Version 2.3

Released on August 12th 2021, codename Da Vinci

  • Minor enhancements on request flow
  • Added ORM support for PostgreSQL json/jsonb fields and operators
  • Added widget_radio to forms.FormStyle
  • Added dict values support for in validations
  • Use optional emmett-crypto package for cryptographic functions
  • Deprecated security.secure_dumps and security.secure_loads in favour of new crypto package
  • Add on_delete option to belongs_to and refers_to
  • Add --dry-run option to migrations up and down commands

Version 2.2

Released on March 11th 2021, codename Copernicus

  • Slightly refactored request flow
  • Added App.command_group decorator
  • Added additional arguments acceptance in AppModule
  • Added static paths customisation for AppModule
  • Added workers options to serve command
  • Changed default logging level to info in serve command
  • Changed default SameSite policy for session cookies to Lax
  • Added official Python 3.9 support

Version 2.1

Released on October 17th 2020, codename Bell

  • Added type hints on all major interfaces
  • Deprecated App.run
  • Deprecated string signals in favour of extensions.Signals
  • Removed libs.sanitizer
  • Use orjson for JSON serialization
  • Refactored request flow internals
  • Added namespaces to templater
  • Added SameSite support to session cookies
  • Added HTTP/2 support
  • Added Request.push_promise
  • Added Python 3.9 support (beta)

Version 2.0

... (truncated)

Commits
  • 2a9d0ff Merge branch 'master' into release
  • ec67904 Fix HTTP headers send on hyper protocols
  • e978622 Merge branch 'master' into release
  • 37adc4f Release 2.3.0
  • 858b583 Add 2.3 upgrade guide
  • edf0909 Merge pull request #377 from emmett-framework/366-migrations-dryrun
  • c48440f Merge pull request #378 from emmett-framework/372-fix-alter-column-type
  • 8202e3e Update changelog
  • 6d3b3cd Fix wrong alter column type SQL on mysql, mssql (#372)
  • f2354a3 Add --dry-run option to migrations up and down commands (#366)
  • 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)