elysiajs / opentelemetry

OpenTelemetry plugin for Elysia
14 stars 1 forks source link

build(deps-dev): bump elysia from 1.1.0 to 1.1.16 #9

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps elysia from 1.1.0 to 1.1.16.

Release notes

Sourced from elysia's releases.

1.1.16

What's new

Bug fix:

  • separate between createStaticHandler and createNativeStaticHandler for maintainability
  • performance degradation using inline fetch on text static response and file

Full Changelog: https://github.com/elysiajs/elysia/compare/1.1.15...1.1.16

1.1.15

What's new

Bug fix:

  • createStaticResponse unintentionally mutate set.headers

Full Changelog: https://github.com/elysiajs/elysia/compare/1.1.14...1.1.15

1.1.14

What's Changed

Feature:

  • add auto-completion to Content-Type headers

Bug fix:

  • exclude file from Bun native static response until Bun support
  • set 'text/plain' for string if no content-type is set for native static response

Full Changelog: https://github.com/elysiajs/elysia/compare/1.1.13...1.1.14

1.1.13

What's Changed

Feature:

Bug fix:

  • #830 Incorrect type for ws.publish
  • #827 returning a response is forcing application/json content-type
  • #821 handle "+" in query with validation
  • #820 params in hooks inside prefixed groups are incorrectly typed never
  • #819 setting cookie attribute before value cause cookie attribute to not be set
  • #810 wrong inference of response in afterResponse, includes status code

New Contributors

Full Changelog: https://github.com/elysiajs/elysia/compare/1.1.12...1.1.13

1.1.12

Feature:

  • setup provenance publish
  • #808 add UnionEnum type with JSON schema enum usage
  • #807 add closeActiveConnections to Elysia.stop()

... (truncated)

Changelog

Sourced from elysia's changelog.

1.1.16 - 23 Sep 2024

Bug fix:

  • separate between createStaticHandler and createNativeStaticHandler for maintainability
  • performance degradation using inline fetch on text static response and file

1.1.15 - 23 Sep 2024

Bug fix:

  • createStaticResponse unintentionally mutate set.headers

1.1.14 - 23 Sep 2024

Feature:

  • add auto-completion to Content-Type headers

Bug fix:

  • exclude file from Bun native static response until Bun support
  • set 'text/plain' for string if no content-type is set for native static response

1.1.13 - 18 Sep 2024

Feature:

Bug fix:

  • #830 Incorrect type for ws.publish
  • #827 returning a response is forcing application/json content-type
  • #821 handle "+" in query with validation
  • #820 params in hooks inside prefixed groups are incorrectly typed never
  • #819 setting cookie attribute before value cause cookie attribute to not be set
  • #810 wrong inference of response in afterResponse, includes status code

1.1.12 - 4 Sep 2024

Feature:

  • setup provenance publish
  • #808 add UnionEnum type with JSON schema enum usage
  • #807 add closeActiveConnections to Elysia.stop()

Bug fix:

  • #808 ArrayString type cast as Object instead of Array
  • config.nativeStaticResponse is not defined

1.1.11 - 1 Sep 2024

Feature:

  • native Bun static response
    • can be disabled by setting app.config.nativeStaticResponse = false
  • #93 export TypeSystemPolicy
  • #752 tye coercion on dynamic mode

Bug fix:

  • #332 mount() does not preserve body when fetching through http server
  • Using as('plugin') cast cause derive key to be unknown

... (truncated)

Commits
  • 6c1c1da :blue_book: feat: separate between createStaticResponse and createNativeStati...
  • 903c9ef :blue_book: feat: separate between createStaticResponse and createNativeStati...
  • b484b88 :blue_book: feat: separate between createStaticResponse and createNativeStati...
  • 92ca044 :wrench: fix: createStaticResponse unintentionally mutate set.headers
  • 9b33f30 :wrench: fix: createStaticResponse unintentionally mutate set.headers
  • 7afb00a :wrench: fix: plain native static response
  • 0eea839 :wrench: fix: plain native static response
  • aadb7c6 :blue_book: doc: update changelog from pr
  • ead9f4d :wrench: fix: unwrap response type if not undefined
  • b4350ec Merge branch 'main' of https://github.com/elysiajs/elysia
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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[bot] commented 1 month ago

Superseded by #10.