Skip to content

Commit 40db339

Browse files
author
haileyajohnson
authored
Merge pull request #958 from Unidata/5.5.0
[5.x] release 5.5.0
2 parents 8f762ac + c7eda75 commit 40db339

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ allprojects {
4545
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
4646
// Note - if bumping to a new major or minor version, be sure to update the docs (see step 1 in
4747
// docs/src/private/internal/release.md for details)
48-
version = '5.5.0-SNAPSHOT'
48+
version = '5.5.1-SNAPSHOT'
4949
status = 'development'
5050
}
5151

docs/src/site/pages/netcdfJava/Upgrade.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ As such, we no longer utilize WebStart.
3030

3131
## netCDF-Java API Changes (5.5.x)
3232

33+
Point release notes:
34+
* [5.5.0](https://github.com/Unidata/netcdf-java/releases/tag/v5.5.0){:target="_blank"} (_2021-12-20_)
35+
36+
5.5.x is the first release that includes read support for [Zarr](https://zarr.readthedocs.io/en/stable/index.html){:target="_blank"}.
37+
There is also a new package for filters, `ucar.ma2.filters`, which allows user-provided compressors and filters to be supplied through a [Service Provider Interface](https://www.baeldung.com/java-spi){:target="_blank"}.
38+
3339
## netCDF-Java API Changes (5.4.x)
3440

3541
Point release notes:

gradle/any/javadoc.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tasks.withType(Javadoc).all { // Common Javadoc config.
77

88
// When instances of JDK classes appear in our Javadoc (e.g. "java.lang.String"), create links out of them to
99
// Oracle's JavaSE 8 Javadoc.
10-
options.links('https://docs.oracle.com/javase/8/docs/api/')
10+
options.links('https://docs.oracle.com/en/java/javase/11/docs/api/')
1111

1212
if (JavaVersion.current().isJava8Compatible()) {
1313
// doclint="all" (the default) will identify 100s of errors in our docs and cause no Javadoc to be generated.

0 commit comments

Comments
 (0)