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
* Update for 3.14
* 314 updates
* lint
* Add changelog
* WIP
* format
* update tests
* update uv action
* updates to run 3.14
* don't use bash conditionals
* Don't clean within venv
* only use uv python
* use latest
* use uv python
* Update to 3.12 for single version ci tasks
* Code coverage
* Update cloudpathlib/cloudpath_info.py
Co-authored-by: Copilot <[email protected]>
* don't clean venv
* pin pathlib-abc
* update CI no pre
* remove pathinfo
* release and deps
---------
Co-authored-by: Copilot <[email protected]>
Copy file name to clipboardExpand all lines: HISTORY.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# cloudpathlib Changelog
2
2
3
+
## v0.23.0 (2025-10-07)
4
+
5
+
- Added support for Python 3.14 (Issue [#529](https://github.com/drivendataorg/cloudpathlib/issues/529), PR [#530](https://github.com/drivendataorg/cloudpathlib/pull/530))
6
+
- Changed `CloudPath.copy` to have the first parameter named `target` instead of `destination` and added new `follow_symlinks` and `preserve_metadata` kwargs. **Breaking change for users that relied on the first parameter being named `destination` instead of `target`.**
7
+
- Added `CloudPath.copy_into` to copy a file or directory into another file or directory.
8
+
- Added `CloudPath.move` to move a file or directory to another location.
9
+
- Added `CloudPath.move_into` to move a file or directory into another file or directory.
10
+
- Added `CloudPathInfo` and `CloudPath.info` to get information about a file or directory.
11
+
- Added additional no-op kwargs to `mkdir`, `touch`, `glob`, `rglob`, `stat` to match pathlib.
12
+
3
13
## v0.22.0 (2025-08-29)
4
14
5
15
- Fixed issue with GS credentials, using default auth enables a wider set of authentication methods in GS (Issue [#390](https://github.com/drivendataorg/cloudpathlib/issues/390), PR [#514](https://github.com/drivendataorg/cloudpathlib/pull/514), thanks @ljyanesm)
0 commit comments