Skip to content

Commit 8318acf

Browse files
committed
About to release 0.10
1 parent af0a5d3 commit 8318acf

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

CHANGES.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
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

@@ -41,12 +52,12 @@
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

xcube/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
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'

0 commit comments

Comments
 (0)