You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implement content type propagation
* add to changelog
* random filenames
* fix for custom endpoint
* check class and live before updating kwargs
* update header level
* Move content type to base client; add docstring
* move other client settings to its own page
* update version and changelog
* Correct docstring error
* fix typo in history
Co-authored-by: Jay Qi <[email protected]>
* set release date
Co-authored-by: Jay Qi <[email protected]>
Co-authored-by: Jay Qi <[email protected]>
Copy file name to clipboardExpand all lines: HISTORY.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
# cloudpathlib Changelog
2
2
3
-
## v0.7.2 (UNRELEASED)
3
+
## v0.8.0 (2022-05-19)
4
4
5
5
- Fixed pickling of `CloudPath` objects not working. ([Issue #223](https://github.com/drivendataorg/cloudpathlib/issues/223), [PR #224](https://github.com/drivendataorg/cloudpathlib/pull/224))
6
+
- Added functionality to [push the MIME (media) type to the content type property on cloud providers by default. ([Issue #222](https://github.com/drivendataorg/cloudpathlib/issues/222), [PR #226](https://github.com/drivendataorg/cloudpathlib/pull/226))
0 commit comments