Recent Releases of https://github.com/rack/rack-test
https://github.com/rack/rack-test -
1.1.0 / 2018-07-21
-
Breaking changes:
- None
-
Minor enhancements / new functionality:
- [GitHub] Added configuration for Stale (Per Lundberg #232)
follow_direct: Includerack.session.options(Mark Edmondson #233)- [CI] Add simplecov (fatkodima #227)
Bug fixes:
- Follow relative locations correctly. (Samuel Williams #230)
- Ruby
Published by perlun over 7 years ago
https://github.com/rack/rack-test -
1.0.0 / 2018-03-27
-
The first release in the 1.0.0 series. 🎉 For the 1.x releases, we will follow Semantic Versioning very strictly; please keep this in mind when submitting fixes/suggesting changes.
-
Breaking changes:
- Always set CONTENT_TYPE for non-GET requests
(Per Lundberg #223)
- Always set CONTENT_TYPE for non-GET requests
-
Minor enhancements / bug fixes:
- Create tempfile using the basename without extension
(Edouard Chin #201) - Save
sessionduringfollow_redirect!
(Alexander Popov #218) - Document how to use URL params with DELETE method
(Timur Platonov #220)
- Create tempfile using the basename without extension
- Ruby
Published by perlun almost 8 years ago
https://github.com/rack/rack-test - v0.8.3
0.8.3 / 2018-02-27
-
Bug fixes:
- Do not set Content-Type if params are explicitly set to nil
(Bartek Bułat #212). Fixes #200. - Fix
UploadedFile#newregression
(Per Lundberg #215)
- Do not set Content-Type if params are explicitly set to nil
-
Minor enhancements
- [CI] Test against Ruby 2.5 (Nicolas Leger #217)
- Ruby
Published by perlun almost 8 years ago
https://github.com/rack/rack-test -
0.8.2 / 2017-11-21
- Bug fixes:
- Bugfix for
UploadedFile.newunintended API breakage.
(Per Lundberg #210)
- Bugfix for
- Ruby
Published by perlun about 8 years ago
https://github.com/rack/rack-test -
Copied from History.md, maintained by @junaruga.
0.8.0 / 2017-11-20
- Known Issue
- In
UploadedFile.new, when passing e.g. aPathnameobject,
errors can be raised (eg.ArgumentError: Missing original_filename for IO, orNoMethodError: undefined method 'size') See #207, #209.
- In
- Minor enhancements
- Add a required_ruby_version of >= 2.2.2, similar to rack 2.0.1.
(Samuel Giddins #194) - Remove new line from basic auth. (Felix Kleinschmidt #185)
- Rubocop fixes (Per Lundberg #196)
- Add how to install rack-test from github to README. (Jun Aruga #189)
- Update CodeClimate badges (Toshimaru #195)
- Add the ability to create Test::UploadedFile instances without
the file system (Adam Milligan #149) - Add custom_request, remove duplication (Johannes Barre #184)
- README.md: Added note about how to post JSON (Per Lundberg #198)
- README.md: Added version badge (Per Lundberg #199)
- Add a required_ruby_version of >= 2.2.2, similar to rack 2.0.1.
- Bug fixes
- Bugfix for Cookies with multiple paths (Kyle Welsby #197)
- Ruby
Published by perlun about 8 years ago
https://github.com/rack/rack-test -
The first release in a few years. Huge thanks to everyone involved! Full list of commits for those interested.
The rest of these release notes are copied from History.md, thanks to @junaruga for maintaining it.
0.7.0 / 2017-07-10
- Major enhancements
- The project URL changed to https://github.com/rack-test/rack-test
(Per Lundberg, Dennis Sivia, Jun Aruga) - Rack 2 compatible. (Trevor Wennblom #81, VÃt Ondruch, Jun Aruga #151)
- The project URL changed to https://github.com/rack-test/rack-test
- Minor enhancements
- Port to RSpec 3. (Murahashi [Matt] Kenichi #70, Antonio Terceiro #134)
- Add Travis CI (Johannes Barre #108, Jun Aruga #161)
- Don't append an ampersand when params are empty (sbilharz, #157)
- Allow symbol access to cookies (Anorlondo448 #156)
- README: Added Travis badge (Olivier Lacan, Per Lundberg #146)
Rack::Test::Utils#build_multipart: Allow passing a third parameter
to force multipart (Koen Punt #142)- Allow better testing of cookies (Stephen Best #133)
- make
build_multipartwork without mixing inRack::Test::Utils
(Aaron Patterson #131) - Add license to gemspec (Jordi Massaguer Pla #72, Anatol Pomozov #89,
Anatol Pomozov #90, Johannes Barre #109, Mandaryn #115,
Chris Marshall #120, Robert Reiz #126, Nic Benders #127, Nic Benders #130) - Feature/bulk pr for readme updates (Patrick Mulder #65,
Troels Knak-Nielsen #74, Jeff Casimir #76) - Switch README format to Markdown (Dennis Sivia #176)
- Convert History.txt to Markdown (Dennis Sivia #179)
- Stop generating gemspec file. (Jun Aruga #181)
- Fix errors at rake docs and whitespace. (Jun Aruga #183)
- Ensure Rack::Test::UploadedFile closes its tempfile file descriptor
on GC (Michael de Silva #180) - Change codeclimate URL correctly. (Jun Aruga #186)
- Bug fixes
- Initialize digest_username before using it. (Guo Xiang Tan #116,
John Drago #124, Mike Perham #154) - Do not set Content-Type for DELETE requests (David Celis #132)
- Adds support for empty arrays in params. (Cedric Röck, Tim Masliuchenko
#125) - Update README code example quotes to be consistent. (Dmitry Gritsay #112)
- Update README not to recommend installing gem with sudo. (T.J. Schuck #87)
- Set scheme when using ENV to enable SSL (Neil Ang #155)
- Reuse request method and parameters on HTTP 307 redirect. (Martin Mauch
#138)
- Initialize digest_username before using it. (Guo Xiang Tan #116,
- Ruby
Published by perlun over 8 years ago