Recent Releases of https://github.com/httprb/http
https://github.com/httprb/http - v6.0.1
Full Changelog: https://github.com/httprb/http/compare/v6.0.0...v6.0.1
- Ruby
Published by github-actions[bot] about 1 month ago
https://github.com/httprb/http - v6.0.0
What's Changed
- Fixed incorrect link in CHANGES.md by @daniel-sabourin in https://github.com/httprb/http/pull/738
- Add
Connection#finished_request?by @c960657 in https://github.com/httprb/http/pull/743 - Bump llhttp-ffi (0.5.0) by @bryanp in https://github.com/httprb/http/pull/744
- Let the instrumenter log exceptions too by @foca in https://github.com/httprb/http/pull/746
- Run CI against Ruby 3.2 by @koheisg in https://github.com/httprb/http/pull/742
- Update README.md by @sandstrom in https://github.com/httprb/http/pull/751
- Downcase Content-Type charset name by @paul in https://github.com/httprb/http/pull/753
- Add
base64to runtime dependency by @koic in https://github.com/httprb/http/pull/759 DummyServer::Servlet#not_foundrequires two arguments by @c960657 in https://github.com/httprb/http/pull/761- fix: close sockets on connection initialize timeout by @rpeng in https://github.com/httprb/http/pull/762
- Prevent CRLF injection due to broken URL normalizer by @c960657 in https://github.com/httprb/http/pull/765
- Do more conservative URL normalization by @c960657 in https://github.com/httprb/http/pull/758
- Handle responses in the reverse order from the requests by @souk4711 in https://github.com/httprb/http/pull/766
- Add support for the
PURGEHTTP method. by @renchap in https://github.com/httprb/http/pull/757 - Start 6.0.0 version by @ixti in https://github.com/httprb/http/pull/768
- SECURITY.md: use private vulnerability reporting feature by @tarcieri in https://github.com/httprb/http/pull/772
- Goodbye Hash rockets... by @ixti in https://github.com/httprb/http/pull/769
- Fixes comment typo in errors.rb by @ajsharma in https://github.com/httprb/http/pull/781
- Update base64 dependency version by @SleepingInsomniac in https://github.com/httprb/http/pull/780
- Add .retriable feature to Http - Rebased by @tomprats in https://github.com/httprb/http/pull/775
- Bump rubocop to v1.61 by @tarcieri in https://github.com/httprb/http/pull/788
- Drop depenency on base64 by @Earlopain in https://github.com/httprb/http/pull/778
- Add more granularity to
ConnectionErrorthrough more specific error classes by @omkarmoghe in https://github.com/httprb/http/pull/783 - Cache header normalization to reduce object allocation by @alexcwatt in https://github.com/httprb/http/pull/789
- New feature: RaiseError by @c960657 in https://github.com/httprb/http/pull/792
- Correct typo in comments for
retriablemethod by @hakanensari in https://github.com/httprb/http/pull/794 - Remove circular require by @hakanensari in https://github.com/httprb/http/pull/795
- Native llhttp for MRI by @sebyx07 in https://github.com/httprb/http/pull/800
- feat: introduce better error for wrong mime type by @TheBlackArroVV in https://github.com/httprb/http/pull/805
- chore: Cleanup and update gemspec by @ixti in https://github.com/httprb/http/pull/806
- fix: Simplify response and headers inspection by @ixti in https://github.com/httprb/http/pull/810
- feat: Add bin/console for development convenience by @ixti in https://github.com/httprb/http/pull/811
- Add ruby 3.4 support by @ixti in https://github.com/httprb/http/pull/808
- Introduce HTTP::Session for thread-safe request building by @sferik in https://github.com/httprb/http/pull/829
- Remove Headers::Mixin and [] / []= delegators from Request and Response by @sferik in https://github.com/httprb/http/pull/831
- Refactor cookie API by @sferik in https://github.com/httprb/http/pull/830
- Instrumentation hooks by @sferik in https://github.com/httprb/http/pull/832
- Add HTTP.base_uri by @sferik in https://github.com/httprb/http/pull/833
- Add binary body formatting to the logging feature by @sferik in https://github.com/httprb/http/pull/834
- Add HTTP caching by @sferik in https://github.com/httprb/http/pull/835
- Release v6.0.0 by @ixti in https://github.com/httprb/http/pull/790
New Contributors
- @daniel-sabourin made their first contribution in https://github.com/httprb/http/pull/738
- @c960657 made their first contribution in https://github.com/httprb/http/pull/743
- @foca made their first contribution in https://github.com/httprb/http/pull/746
- @koheisg made their first contribution in https://github.com/httprb/http/pull/742
- @sandstrom made their first contribution in https://github.com/httprb/http/pull/751
- @koic made their first contribution in https://github.com/httprb/http/pull/759
- @rpeng made their first contribution in https://github.com/httprb/http/pull/762
- @souk4711 made their first contribution in https://github.com/httprb/http/pull/766
- @renchap made their first contribution in https://github.com/httprb/http/pull/757
- @ajsharma made their first contribution in https://github.com/httprb/http/pull/781
- @SleepingInsomniac made their first contribution in https://github.com/httprb/http/pull/780
- @tomprats made their first contribution in https://github.com/httprb/http/pull/775
- @Earlopain made their first contribution in https://github.com/httprb/http/pull/778
- @omkarmoghe made their first contribution in https://github.com/httprb/http/pull/783
- @alexcwatt made their first contribution in https://github.com/httprb/http/pull/789
- @hakanensari made their first contribution in https://github.com/httprb/http/pull/794
- @sebyx07 made their first contribution in https://github.com/httprb/http/pull/800
- @TheBlackArroVV made their first contribution in https://github.com/httprb/http/pull/805
Full Changelog: https://github.com/httprb/http/compare/v5.1.1...v6.0.0
- Ruby
Published by github-actions[bot] about 1 month ago