Skip to content

No longer require ContentType for PutAttachment()

Compare
Choose a tag to compare
@flimzy flimzy released this 02 Dec 11:51
· 51 commits to v3 since this release
487ff2f

The CouchDB server automatically falls back to application/octet-stream when a Content Type is omitted for file attachments, but prior to this, the driver prevented omitting that value. This allows omitting it, and falling back to the server default.