File tree Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 1- ## Changes in 0.9.3 (in development)
1+ ## Changes in 0.10.0
2+
3+ ### Incompatible Changes
4+
5+ * The configuration ` DataStores ` for ` xcube serve ` changed in an
6+ incompatible way with xcube 0.9.x: The value of former ` Identifier `
7+ must now be assigned to ` Path ` , which is a mandatory parameter.
8+ ` Path ` may contain wildcard characters \*\* , \* , ?.
9+ ` Identifier ` is now optional, the default is
10+ ` "${store_id}~${data_id} ` . If given, it should only be used to
11+ uniquely identify single datasets within a data store
12+ pointed to by ` Path ` . (#516 )
213
314### Enhancements
415
4152
4253### Other
4354
44- * Pinned Python version to < 3.10 to avoid ImportErrors caused by a third-party
45- library.
55+ * Pinned Python version to < 3.10 to avoid import errors caused by a
56+ third-party library.
4657
47- * Values ` obs ` and ` local ` for the ` FileSystem ` parameter in xcube configuration
48- files have been replaced by ` s3 ` and ` file ` , but are kept temporarily for
49- the sake of backwards compatibility.
58+ * Values ` obs ` and ` local ` for the ` FileSystem ` parameter in xcube
59+ configuration files have been replaced by ` s3 ` and ` file ` , but are kept
60+ temporarily for the sake of backwards compatibility.
5061
5162## Changes in 0.9.2
5263
Original file line number Diff line number Diff line change 1919# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2020# SOFTWARE.
2121
22- version = '0.9.3.dev0 '
22+ version = '0.10.0 '
You can’t perform that action at this time.
0 commit comments