Update phoenix_live_view 0.20.17 → 1.0.5 (major) #119
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ phoenix_live_view (0.20.17 → 1.0.5) · Repo · Changelog
Release Notes
1.0.2 (from changelog)
1.0.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
✳️ floki (0.36.3 → 0.37.0) · Repo · Changelog
Release Notes
0.37.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 10 commits:
Release v0.37.0
Fix bug propagating identity encoder in `raw_html/2` (#603)
Bump ex_doc from 0.34.2 to 0.35.1 (#602)
Bump dialyxir from 1.4.4 to 1.4.5 (#600)
Bump fast_html from 2.3.0 to 2.4.0 (#599)
Bump credo from 1.7.9 to 1.7.10 (#597)
Bump credo from 1.7.8 to 1.7.9 (#596)
Add notes to changelog [ciskip]
Drop support for Elixir 1.13 (#595)
Reapply "add Floki.css_escape/1 (#594)"
✳️ phoenix (1.7.14 → 1.7.20) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 28 commits:
Release 1.7.20
Backport PHX_NEW_CACHE_DIR
use makeup_syntect instead of makeup_lexers
set PHX_CI for integration tests
update changelog
phx.new - Fix deprecation warning when using Elixir ~> 1.18 (#5940)
fix unused clause warning in installer on Elixir 1.18 (#6088)
revert code reloader changed file detection (#6085)
update changelog
add [:phoenix, :socket_drain] telemetry event (#6070)
Fixed date for v1.7.19 (#6071)
Use more robust env var
Release 1.7.19
Expose phx.new dev.exs to host if we're in a docker env
Provide better detection of changed files in code reloader
mix deps.update ex_doc
Release 1.7.18
update changelog
backport new interpolation syntax (#6008)
update mix.lock
Update generators with new Gettext API (#5902) (#6006)
Updates to release notes and up and running
Release 1.7.17 for LiveView 1.0.0
No need to install Hex directly
Fix required elixir version.
Release 1.7.15
Sync deps
Add --from-elixir-install
✳️ phoenix_html (4.1.1 → 4.2.1) · Repo · Changelog
Release Notes
4.2.1 (from changelog)
4.2.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 24 commits:
Release v4.2.1
Expand documentation of options_for_select (#460)
Update ci.yml (#459)
Add type to Phoenix.HTML.FormField (#458)
Merge pull request #457 from phoenixframework/sd-makeup-syntect
use makeup_syntect for highlighting JS (and diff)
Allow keyword list options to use nil as key and/or value (#456)
Update ExDoc
Release v4.2.0
Fix warnings on Elixir v1.19
Document and pass through option accordingly
update changelog
Merge pull request #452 from phoenixframework/sd-css-escape
Merge pull request #451 from gilbertbw/gbw-hr
Update lib/phoenix_html/form.ex
add Phoenix.HTML.css_escape/1
Fix formatting
Add <hr/> to options_for_select
fix branch name in CI
Mention function components in CHANGELOG, closes #440
Ensure matching escapes for nil and empty strings
Update ExDoc
Remove references to form_for and update docs, closes #442
Release 4.1.1 on npm as well
✳️ plug_cowboy (2.7.2 → 2.7.3) · Repo · Changelog
Release Notes
2.7.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 3 commits:
Release: v2.7.3
Translate errors for Cowboy 2.13.0
Improve docs (#104)
Commits
See the full diff on Github. The new version differs by 3 commits:
Update certificates (#75)
Update certificates (#74)
Update certificates (#73)
Commits
See the full diff on Github. The new version differs by 54 commits:
Update Cowboy version in user guide
Remove copyright years from all files except LICENSE
Relax Cowlib version requirement for Hex
Cowboy 2.13.0
Use explicit Ranch and Cowlib versions
Use the new json module for the file_server example
Relax Ranch version requirement for Hex
Improve the set_resp_headers_list test
Add support for lists in cowboy_req:set_resp_headers
cowboy_rest: Always set the Allow header
Remove unnecessary indirection in cowboy_rest
Correct a ct_helper:ignore call
Run http_SUITE:graceful_shutdown_listener separately
Provide better control over which HTTP protocols are enabled
Clarify that reverse/format_error constraint ops are experimental
Detect invalid content_types_provided return values earlier
Properly handle external exits of request processes
Deprecate the inactivity_timeout options
Use maps:fold for cowboy_http's set_options for code clarity
Add hibernate option to cowboy_http and cowboy_http2
Fix unused variable warning
Add an http_perf test uploading a 10GB body
Fix cowboy_req:filter_cookies missing valid cookies
Fix request_timeout triggering when a request was in the buffer
Lower the lower dynamic buffer value to 1024
HTTP/1: Ensure active mode is enabled for the next stream
Don't run perf suites by default
Implement dynamic socket buffer sizes
Cancel timers async
Add initial http_perf_SUITE
Fix supported OTP version in user guide
Fix a few underspec'd types in cowboy_static
Correcting TransOpts in send_timeout_close tests
Add WS compression test where only server sets client_max_window_bits
Websocket: Also apply max_frame_size limit to decompressed data
Use cow_deflate in cowboy_decompress_h
Add compressed Websocket to ws_perf_SUITE
Websocket: Allow setting the max_frame_size option dynamically
Switch to running autobahntestsuite via Docker
Avoid resetting HTTP/2 idle_timeout timer too often
Avoid resetting Websocket idle_timeout timer too often
Add ws_perf_SUITE to measure Websocket performance
Update Discord link to a permanent invite
Update CONTRIBUTING.asciidoc
Add Discord server to README
CI: Remove unneeded env
CI: Add concurrency rules
CI: Simplify testing for examples
CI: Fix master build deletion
Fix markdown example for OTP-27
CI: Upload logs in examples job too
Update Erlang.mk
Add VU#421644 to the HTTP/2 CONTINUATION Flood test
Initial HTTP/3 implementation
Sorry, we couldn't find anything useful about this release.
Release Notes
2.3.0 (from changelog)
2.2.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 11 commits:
Release v2.3.0
Implement `JSON.Encoder` if available (#215)
Release v2.2.0
Update deps
Update ExDoc
Adds `compare/3` and `eq?/3` with threshold as parameter (#208)
CI housekeeping (#210)
Fix typo in readme.md (#209)
Add gte?/2 and lte?/2 (#205)
coef_length def -> defp
Align examples according to inspect protocol (#198)
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
0.5.8 (from changelog)
0.5.7 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 6 commits:
Version bump to 0.5.8
Improve crash handling during WebSock.init/1 calls (#20)
Version bump to 0.5.7
Add support for Plug test adapter (#18)
Add blog post to README
Upgrade tests to bandit 1.4.0 (nb: library still supports older Bandits)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands