forked from cyaconi/google-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRELEASENOTES
33 lines (27 loc) · 795 Bytes
/
RELEASENOTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
0.1.0 [0ct 30, 2010]
--------------------
This release simplifies instantiation of the request objects, but introduces
breaking changes:
- [BREAKING CHANGE] Modified google-storage config layout.
- [BREAKING CHANGE] Service class now requires a Configuration object
(instead of Authorization)
- [BREAKING CHANGE] Authorization class replaced with Credentials class
- Updated tests
0.0.4 [0ct 24, 2010]
--------------------
- #mkdir, #rmdir methods added to Bucket
0.0.3 [0ct 20, 2010]
--------------------
- #copy method added to Bucket
- Bug fixes.
0.0.2 [0ct 20, 2010]
--------------------
- #upload method added to Bucket
- #open method added to Object
- Bug fixes.
0.0.1 [0ct 20, 2010]
--------------------
- Bug fixes.
0.0.0 [0ct 20, 2010]
--------------------
- Initial releases.