fix(deps): update rust crate pyo3-bytes to 0.6.0#130
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update rust crate pyo3-bytes to 0.6.0#130renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
|
4667a7e to
451f083
Compare
451f083 to
298177b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.0→0.6.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
developmentseed/obstore (pyo3-bytes)
v0.6.0Compare Source
New Features 🪄
Breaking changes 🔧
Object store methods
No breaking changes.
Store constructors
In the
AzureStoreconstructor, thecontainerpositional argument was renamed tocontainer_nameto match thecontainer_namekey inAzureConfig. by @kylebarron in #380This is a breaking change if you had been calling
AzureStore(container="my container name").This is not breaking if you had been using it as a positional argument
AzureStore("my container name")or if you had already been usingAzureStore(container_name="my container name").The idea here is that we want one and only one argument name for each underlying config parameter. Most of these breaking changes took place in 0.5.0, but this was overlooked.
Bug fixes 🐛
_buffered.pyifor python 3.9 by @kylebarron in #381__all__to fix type checking import paths #389Documentation 📖
Other
Full Changelog: developmentseed/obstore@py-v0.5.1...py-v0.6.0
v0.5.0Compare Source
New Features 🪄
obstore.get(store), you can now callstore.get()directly. by @kylebarron in #331registerwith no arguments by @kylebarron in #298Breaking changes 🔧
Object store methods
No breaking changes.
Store constructors
S3Store.from_sessionandS3Store._from_native. Use credential providers instead.region,aws_region,REGIONorAWS_REGIONas a config parameter toS3Store, which could make it confusing. We now only support a single config input value for each underlying concept. #323Fsspec
AsyncFsspecStoretoFsspecStoreby @kylebarron in #297Bug fixes 🐛
Documentation 📖
New Contributors
Full Changelog: developmentseed/obstore@py-v0.4.0...py-v0.5.0
v0.4.0Compare Source
New Features 🪄
Support for pickling & always manage store prefix by @kylebarron in #185, #239, #223
Add top-level
obstore.store.from_urlfunction, which delegates to each store'sfrom_urlconstructor by @kylebarron in #179, #201Add option to return Arrow from
list_with_delimiterby @kylebarron in #238, #244(Provisional) Enhanced loading of s3 credentials using
aws-configcrate by @kylebarron in #203Access config values out from stores by @kylebarron in #210
LocalStore updates:
File-like object updates:
Add support for writable file-like objects by @kylebarron in #167
Updates to readable file API:
ObjectMetafrom readable file API by @kylebarron in #176Merge
configandkwargsand validate that no configuration parameters have been passed multiple times. (#180, #182, #218)Add
__repr__toBytesclass by @jessekrubin in #173Breaking changes 🔧
get_range,get_range_async,get_ranges, andget_ranges_asyncnow require named parameters forstart,end, andlengthto make the semantics of the range request fully explicit. by @kylebarron in #156PrefixStorewas used to enable this. As of 0.4.0,PrefixStorewas removed and all stores manage an optional mount prefix natively.obstore.openhas been renamed toobstore.open_reader.from_envconstructor has been removed fromS3Store,GCSStore, andAzureStore. Now all constructors will read from environment variables. Use__init__orfrom_urlinstead. #189obstore.exceptions.ObstoreErrorrenamed toobstore.exceptions.BaseError#200Bug fixes 🐛
Documentation 📖
tqdmprogress bar example by @kylebarron in #237Other
New Contributors
Full Changelog: developmentseed/obstore@py-v0.3.0...py-v0.4.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.