Releases: tu6ge/oss-rs
Releases · tu6ge/oss-rs
V0.12.7
V0.12.6
V0.12.5
V0.12.4
V0.12.3
V0.12.2
v0.12.1
v0.12.0
⚠ BREAKING CHANGES
- object: object 构建器调整
- object: object 构建器调整
- decode: remove set_next_continuation_token
- error: set field to private
- types: change QueryKey to struct
- types: change EndPoint to struct
- decode: remove ItemError trait
- types: change Query insert method
- decode: next_token remove Option warp
Features
- auth: 为 Request 附加 with_oss 方法 (114c1e0)
- auth: change AuthError to struct (a4b7962)
- auth: change with_oss args type (21820c7)
- auth: set OssHost trait to private (2befdb5)
- auth: set_sensitive with secret (7a02e84)
- bucket: add to_vec method in blocking (2d63089)
- bucket: change BucketError to struct (70dfe5b)
- bucket: change ExtractItemError to struct (ff317e9)
- builder: add Box in Error enum (5117b52)
- builder: change BuilderError to struct (cd7f123)
- config: add set_internal in BucketBase (576de60)
- config: change InvalidConfig to struct (c80355d)
- config: fixed InvalidConfig display info (7f31892)
- core: decode xml return more info (0c3170f)
- core: decoupling in Errors (9610ad6)
- core: default datetime value update (a8c2bed)
- core: renamed ObjectList, ListBuckets (8c17aa9)
- decode: 解析 xml 错误时,返回更多信息 (c1dad3d)
- decode: add Box in Error enum (985cb45)
- decode: Add non_exhaustive in Error type (f39f76b)
- decode: Add non_exhaustive in InnerListError (72f33c9)
- decode: change enum to struct InnerListError (5ea1a06)
- decode: change Error in trait (0dd2c1b)
- decode: next_token remove Option warp (d91f473)
- decode: remove ItemError trait (e0c8424)
- decode: remove set_next_continuation_token (dd005f8)
- decode: set ListErrorKind to private (5adfb2a)
- derive: remove #[derive(CustomItemError)] (db6cca3)
- error: change OssError to struct (e089790)
- error: remove Input in Error enum (e8c6d4e)
- error: set field to private (e0bbc43)
- file: change FileError to struct (7fb1a0a)
- file: change OssError enum item (a489952)
- file: get_object support more num type (c8c111b)
- file: rename BlockingFiles (25bb539)
- lint: remove warning lint (9915737)
- object: add ListBucketsSync type alias (8f567ae)
- object: add new method of StorageClass (11ebb58)
- object: add ObjectListSync type (e8012be)
- object: change BuildInItemError to struct (5a8b4b5)
- object: change ExtractListError to struct (8af9d72)
- object: change ObjectListError to struct (d3cfe3c)
- object: object 构建器调整 (d693e50)
- object: object 构建器调整 (5a094b3)
- object: set BuildInItemErrorKind private (6f6b198)
- object: set object_list to private in struct (ba66764)
- sts: set sensitive security-token (b9dad10)
- type: change InvalidObjectBase inner (0e37837)
- types: 从 env 转化配置的时候,处理 endpoint 的情况 (8e95b37)
- types: 升级 KeySecret 类型的安全性 (29c44fc)
- types: add non_exhaustive in QueryKey (2601b03)
- types: Add priv in inner type (671cb12)
- types: change EndPoint to struct (32628ee)
- types: change InvalidBucketName display info (71df709)
- types: change InvalidObjectDir display info (8da7edf)
- types: change Query insert method (8e041c8)
- types: change QueryKey to struct (12fe959)
- types: Date only from DateTime (bdfed8c)
- types: rename Trait (4fc1b87)
- types: set ObjectBase::new to pub(crate) (7746c73)