Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Ruby 1.9.x support #319

Merged
merged 1 commit into from
Mar 19, 2016
Merged

Drop Ruby 1.9.x support #319

merged 1 commit into from
Mar 19, 2016

Conversation

ixti
Copy link
Member

@ixti ixti commented Mar 18, 2016

No description provided.

- 2.0.0
- 2.1
- 2.2
- 2.3.0
- jruby
- jruby-9.0.0.0
- jruby-9.0.1.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

9.0.5.0 here perhaps?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added 9.0.{4,5}.0 as well... But there are couple of specs failing on 9000+ in general o_O

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In fact it fails on 9.0.{0,1,4}.0 only. 9.0.5.0 works fine indeed.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's fine to just test 9.0.5.0. Those are just patchlevel changes.

@ixti ixti force-pushed the ruby-200-and-higher branch from 63770bf to a0f820e Compare March 18, 2016 17:21
@ixti ixti force-pushed the ruby-200-and-higher branch from a0f820e to d827859 Compare March 18, 2016 19:09
@ixti
Copy link
Member Author

ixti commented Mar 18, 2016

@tarcieri done. As we test JRuby 9.0.5.0 only I have chnaged JRuby 9000+ support declaration in readme to 9.0.5.0

@tarcieri
Copy link
Member

Cool. I think I'd like to get #298 squared away first and do one more 1.x release before merging this though.

@tarcieri tarcieri mentioned this pull request Mar 19, 2016
@tarcieri
Copy link
Member

:shipit:

tarcieri added a commit that referenced this pull request Mar 19, 2016
@tarcieri tarcieri merged commit 0959fe6 into master Mar 19, 2016
@tarcieri tarcieri deleted the ruby-200-and-higher branch March 19, 2016 19:06
@tarcieri
Copy link
Member

@ixti @sferik @zanker FYI to you all, master is now version 2.x of the gem, which requires Ruby 2.0+.

1-x-stable is the support branch for doing 1.x bugfixes. Hopefully there won't be that many.

@tarcieri
Copy link
Member

I didn't do a gem release yet. @ixti you want to do the honors?

@tarcieri
Copy link
Member

@ixti actually, before doing a 2.x release do you want to weigh in on #297 ?

@tarcieri
Copy link
Member

2.0.0 release tracking issue here: #321

jsonn pushed a commit to jsonn/pkgsrc that referenced this pull request Oct 18, 2016
## 2.0.3 (2016-08-03)

* [#365](httprb/http#365)
  Add `HTTP::Response#content_length`
  ([@janko-m])

* [#335](httprb/http#335),
  [#360](httprb/http#360)
  Set `Content-Length: 0` header for `nil` bodies.
  ([@britishtea])


## 2.0.2 (2016-06-24)

* [#353](httprb/http#353)
  Avoid a dependency cycle between Client and Connection classes.
  ([@jhbabon])


## 2.0.1 (2016-05-12)

* [#341](httprb/http#341)
  Refactor some string manipulations so they are more performant
  (up to 3-4x faster) and more concise.
  ([@tonyta])

* [#339](httprb/http#341)
  Always use byte methods when writing/slicing the write buffer.
  ([@zanker])


## 2.0.0 (2016-04-23)

* [#333](httprb/http#333)
  Fix HTTPS request headline when sent via proxy.
  ([@Connorhd])

* [#331](httprb/http#331)
  Add `#informational?`, `#success?`, `#redirect?`, `#client_error?` and
  `#server_error?` helpers to `Response::Status`.
  ([@mwitek])

* [#330](httprb/http#330)
  Support custom CONNECT headers (request/response) during HTTPS proxy requests.
  ([@smudge])

* [#319](httprb/http#319)
  Drop Ruby 1.9.x support.
  ([@ixti])


## 1.0.4 (2016-03-19)

* [#320](httprb/http#320)
  Fix timeout regression.
  ([@tarcieri])


## 1.0.3 (2016-03-16)

* [#314](httprb/http#314)
  Validate charset before forcing encoding.
  ([@kylekyle])

* [#318](httprb/http#318)
  Remove redundant string allocations upon header names normalization.
  ([@ixti])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants