Skip to content

Commit 1917669

Browse files
committed
Publish 0.1.0
SHA256 hashes: jupydrive-s3-0.1.0.tgz: 4bc64fc62e55e042467b05e29ff96fbec7d8288819c44034a1352e8093987bb0 jupydrive_s3-0.1.0-py3-none-any.whl: 4343e025c8963b349be3198356a6f70ba3b05044eafe64da932ae2d6fa4f0145 jupydrive_s3-0.1.0.tar.gz: 23b18f58120ddd1c2e325adc7524de8bd1c866ca4aa1a7e04ce133ffc75a981e
1 parent 75d45c3 commit 1917669

File tree

2 files changed

+65
-3
lines changed

2 files changed

+65
-3
lines changed

CHANGELOG.md

Lines changed: 64 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,70 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.1.0
6+
7+
([Full Changelog](https://github.com/QuantStack/jupydrive-s3/compare/340862a8dfb8c96354f5c076c4bfd5660a5809fe...75d45c3ebf8065d6c4747d0cfc246d6d2f39f2ab))
8+
9+
### Enhancements made
10+
11+
- Set up credentials provider [#44](https://github.com/QuantStack/jupydrive-s3/pull/44) ([@DenisaCG](https://github.com/DenisaCG))
12+
- Disable directory rename [#41](https://github.com/QuantStack/jupydrive-s3/pull/41) ([@DenisaCG](https://github.com/DenisaCG))
13+
- Add limit to object listings in helping functions [#39](https://github.com/QuantStack/jupydrive-s3/pull/39) ([@DenisaCG](https://github.com/DenisaCG))
14+
- Update `getFileType` function [#35](https://github.com/QuantStack/jupydrive-s3/pull/35) ([@DenisaCG](https://github.com/DenisaCG))
15+
- Update `eslintIgnore` and `.prettierignore` [#32](https://github.com/QuantStack/jupydrive-s3/pull/32) ([@DenisaCG](https://github.com/DenisaCG))
16+
- Change `DriveBrowser` icon [#30](https://github.com/QuantStack/jupydrive-s3/pull/30) ([@DenisaCG](https://github.com/DenisaCG))
17+
- Improve user experience reliability [#29](https://github.com/QuantStack/jupydrive-s3/pull/29) ([@DenisaCG](https://github.com/DenisaCG))
18+
- Update Drive Browser [#28](https://github.com/QuantStack/jupydrive-s3/pull/28) ([@DenisaCG](https://github.com/DenisaCG))
19+
- Upgrade dependencies [#27](https://github.com/QuantStack/jupydrive-s3/pull/27) ([@DenisaCG](https://github.com/DenisaCG))
20+
- Add flag which toggles bucket switching UI [#23](https://github.com/QuantStack/jupydrive-s3/pull/23) ([@DenisaCG](https://github.com/DenisaCG))
21+
- Refactor functionalities and files [#19](https://github.com/QuantStack/jupydrive-s3/pull/19) ([@DenisaCG](https://github.com/DenisaCG))
22+
- Make an arbitrary directory root [#17](https://github.com/QuantStack/jupydrive-s3/pull/17) ([@DenisaCG](https://github.com/DenisaCG))
23+
- Extract config from `.env` file for dev mode [#15](https://github.com/QuantStack/jupydrive-s3/pull/15) ([@DenisaCG](https://github.com/DenisaCG))
24+
- Refactor contents listing [#14](https://github.com/QuantStack/jupydrive-s3/pull/14) ([@DenisaCG](https://github.com/DenisaCG))
25+
- Skip getting region if it is provided [#13](https://github.com/QuantStack/jupydrive-s3/pull/13) ([@trungleduc](https://github.com/trungleduc))
26+
- Refresh Filebrowser contents after certain operations [#10](https://github.com/QuantStack/jupydrive-s3/pull/10) ([@DenisaCG](https://github.com/DenisaCG))
27+
- Auth [#9](https://github.com/QuantStack/jupydrive-s3/pull/9) ([@afshin](https://github.com/afshin))
28+
- Clean Up [#8](https://github.com/QuantStack/jupydrive-s3/pull/8) ([@DenisaCG](https://github.com/DenisaCG))
29+
- Add functionality to Copy content to another bucket [#6](https://github.com/QuantStack/jupydrive-s3/pull/6) ([@DenisaCG](https://github.com/DenisaCG))
30+
- Add download functionality [#5](https://github.com/QuantStack/jupydrive-s3/pull/5) ([@DenisaCG](https://github.com/DenisaCG))
31+
- Add S3 contents functionalities [#2](https://github.com/QuantStack/jupydrive-s3/pull/2) ([@DenisaCG](https://github.com/DenisaCG))
32+
- Replace default FileBrowser with custom FileBrowser for drives [#1](https://github.com/QuantStack/jupydrive-s3/pull/1) ([@DenisaCG](https://github.com/DenisaCG))
33+
34+
### Bugs fixed
35+
36+
- Fix check object promise handling [#42](https://github.com/QuantStack/jupydrive-s3/pull/42) ([@DenisaCG](https://github.com/DenisaCG))
37+
- Fix counting functionality for directory rename [#37](https://github.com/QuantStack/jupydrive-s3/pull/37) ([@DenisaCG](https://github.com/DenisaCG))
38+
- Update logic for checking object type [#34](https://github.com/QuantStack/jupydrive-s3/pull/34) ([@DenisaCG](https://github.com/DenisaCG))
39+
- Fix root formatting [#31](https://github.com/QuantStack/jupydrive-s3/pull/31) ([@DenisaCG](https://github.com/DenisaCG))
40+
- Unpin `@lumino/coreutils` package [#25](https://github.com/QuantStack/jupydrive-s3/pull/25) ([@DenisaCG](https://github.com/DenisaCG))
41+
- Fix formatting root error [#21](https://github.com/QuantStack/jupydrive-s3/pull/21) ([@DenisaCG](https://github.com/DenisaCG))
42+
- Improve switching drives functionality [#20](https://github.com/QuantStack/jupydrive-s3/pull/20) ([@DenisaCG](https://github.com/DenisaCG))
43+
- Change the name of this package/repo to jupydrive-s3 [#18](https://github.com/QuantStack/jupydrive-s3/pull/18) ([@afshin](https://github.com/afshin))
44+
- Refactor awaiting S3 operations [#16](https://github.com/QuantStack/jupydrive-s3/pull/16) ([@DenisaCG](https://github.com/DenisaCG))
45+
46+
### Maintenance and upkeep improvements
47+
48+
- Update to `v4` of actions upload and download artifact [#40](https://github.com/QuantStack/jupydrive-s3/pull/40) ([@DenisaCG](https://github.com/DenisaCG))
49+
- Make increment functions protected [#38](https://github.com/QuantStack/jupydrive-s3/pull/38) ([@DenisaCG](https://github.com/DenisaCG))
50+
51+
### Documentation improvements
52+
53+
- Update `README.md` [#45](https://github.com/QuantStack/jupydrive-s3/pull/45) ([@DenisaCG](https://github.com/DenisaCG))
54+
- Update README file [#22](https://github.com/QuantStack/jupydrive-s3/pull/22) ([@DenisaCG](https://github.com/DenisaCG))
55+
- Update README.md file [#7](https://github.com/QuantStack/jupydrive-s3/pull/7) ([@DenisaCG](https://github.com/DenisaCG))
56+
57+
### Other merged PRs
58+
59+
- v0.1.0-alpha [#12](https://github.com/QuantStack/jupydrive-s3/pull/12) ([@afshin](https://github.com/afshin))
60+
61+
### Contributors to this release
62+
63+
([GitHub contributors page for this release](https://github.com/QuantStack/jupydrive-s3/graphs/contributors?from=2024-01-22&to=2025-06-04&type=c))
64+
65+
[@afshin](https://github.com/search?q=repo%3AQuantStack%2Fjupydrive-s3+involves%3Aafshin+updated%3A2024-01-22..2025-06-04&type=Issues) | [@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupydrive-s3+involves%3ADenisaCG+updated%3A2024-01-22..2025-06-04&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3AQuantStack%2Fjupydrive-s3+involves%3Atrungleduc+updated%3A2024-01-22..2025-06-04&type=Issues)
66+
67+
<!-- <END NEW CHANGELOG ENTRY> -->
68+
569
## 0.1.0a6
670

771
([Full Changelog](https://github.com/QuantStack/jupydrive-s3/compare/0e42a5371c0cd5fb0cc3d95ef8c89121289374db...c7994feb5d5cb38e10b1cd5fc573a12f693be6b6))
@@ -30,8 +94,6 @@
3094

3195
[@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupydrive-s3+involves%3ADenisaCG+updated%3A2024-10-25..2025-02-24&type=Issues)
3296

33-
<!-- <END NEW CHANGELOG ENTRY> -->
34-
3597
## 0.1.0a5
3698

3799
([Full Changelog](https://github.com/QuantStack/jupydrive-s3/compare/846580a2eb7a0b8d738c3770e056cb0bf6cd8502...1a21e51771dd64c44c11f010dfd3565c31d744d3))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupydrive-s3",
3-
"version": "0.1.0-a6",
3+
"version": "0.1.0",
44
"description": "A JupyterLab extension which enables client-side drives access.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)