Skip to content

Commit

Permalink
About to release 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
forman committed Feb 10, 2022
1 parent af0a5d3 commit 8318acf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
23 changes: 17 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
## Changes in 0.9.3 (in development)
## Changes in 0.10.0

### Incompatible Changes

* The configuration `DataStores` for `xcube serve` changed in an
incompatible way with xcube 0.9.x: The value of former `Identifier`
must now be assigned to `Path`, which is a mandatory parameter.
`Path` may contain wildcard characters \*\*, \*, ?.
`Identifier` is now optional, the default is
`"${store_id}~${data_id}`. If given, it should only be used to
uniquely identify single datasets within a data store
pointed to by `Path`. (#516)

### Enhancements

Expand Down Expand Up @@ -41,12 +52,12 @@

### Other

* Pinned Python version to < 3.10 to avoid ImportErrors caused by a third-party
library.
* Pinned Python version to < 3.10 to avoid import errors caused by a
third-party library.

* Values `obs` and `local` for the `FileSystem` parameter in xcube configuration
files have been replaced by `s3` and `file`, but are kept temporarily for
the sake of backwards compatibility.
* Values `obs` and `local` for the `FileSystem` parameter in xcube
configuration files have been replaced by `s3` and `file`, but are kept
temporarily for the sake of backwards compatibility.

## Changes in 0.9.2

Expand Down
2 changes: 1 addition & 1 deletion xcube/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

version = '0.9.3.dev0'
version = '0.10.0'

0 comments on commit 8318acf

Please sign in to comment.