= rufus-jig CHANGELOG.txt


== rufus-jig - 0.1.15    not yet released

- unified :timeout => sec option and Rufus::Jig::TimeoutError
- fixed small issue with em-http-request and '/' path
- Ruote::Couch.new now passes options when doing Rufus::Jig::Http


== rufus-jig - 0.1.14    released 2010/02/25

- temporary fallback to net/http for Couch#attach and patron
- implemented Rufus::Jig::Couch#attach and #detach
  warning : Patron as of 0.4.5 is not OK with PUTting attachments


== rufus-jig - 0.1.13    released 2010/02/12

- implemented Rufus::Jig::Couch#post


== rufus-jig - 0.1.12    released 2010/01/13

- fixed bug with Couch and delete('missing')


== rufus-jig - 0.1.11    released 2010/01/11

- couch : shortened time between put { delete if re_put_ok == false; put }


== rufus-jig - 0.1.10    released 2010/01/06

- test/con to test/conc (win issue), thanks gauched
- made net/http Http thread-safe (serialization through synchronization)
- :re_put_ok => false rework (deleting at first)


== rufus-jig - 0.1.9    released 2009/12/29

- Couch now handling conflict re-get by itself
- :re_put_ok => false option for Rufus::Jig::Couch
  (refusing puts on deleted documents)


== rufus-jig - 0.1.8    released 2009/12/25

- using rufus-json


== rufus-jig - 0.1.7    released 2009/12/23

- implemented :force_json => true for services returning JSON in plain/text
- :accept => :json as a shorcut for :accept -> 'application/json'


== rufus-jig - 0.1.6    released 2009/12/21

- implemented close for Http and Couch classes


== rufus-jig - 0.1.5    released 2009/12/17

- returning true (not raising) in case of 409 conflict
- using jeweler (thanks Kenneth)
- made jig/patron really thread-safe


== rufus-jig - 0.1.4    released 2009/12/15

- made jig/patron thread-safe


== rufus-jig - 0.1.3    released 2009/12/15

- delete(doc) without _rev now raises ArgumentError
- Patron session go stale. Now refreshing them at each request.
- CouchDatabase#put_doc : 1 or 2 params


== rufus-jig - 0.1.2    released 2009/12/07

- fixed issue with '/' and net/http. Thanks Torsten.


== rufus-jig - 0.1.1    released


== rufus-jig - 0.1.0    released 2009/11/09