Skip to content

Commit

Permalink
Release 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lesserwhirls committed Apr 28, 2020
1 parent 417bf80 commit 72c98b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ allprojects {
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
// Note - if bumping to a new major or minor version, be sure to update the docs (see step 1 in
// docs/src/private/internal/release.md for details)
version = '5.3.2-SNAPSHOT'
version = '5.3.2'
// Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this.
status = 'development'
//status = 'development'
status = 'release'
}

// Matches Maven's "project.description".
Expand Down
12 changes: 0 additions & 12 deletions docs/src/public/userguide/pages/netcdfJava/UpgradeTo50.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ As such, we no longer utilize WebStart.
* [Summary of changes for v5.1.x](#netcdf-java-api-changes-51x)
* [Summary of changes for v5.2.x](#netcdf-java-api-changes-52x)
* [Summary of changes for v5.3.x](#netcdf-java-api-changes-53x)
* [Summary of changes for v5.4.x](#netcdf-java-api-changes-54x)

## netCDF-Java API Changes (5.0.x)

Expand Down Expand Up @@ -287,17 +286,6 @@ Starting with v5.2.0, users can set the maximum buffer size in bytes using the J

## netCDF-Java API Changes (5.3.x)

### Opening remote files on AWS S3

`NetcdfFiles` and `NetcdfDatasets` can now open files stored as a single object on S3 using the AWS RESTful API with byte range-requests, similar to HTTP.
This new functionality is not available in the now deprecated `NetcdfFile` and `NetcdfDataset` open methods.
You will also need to include the `cdm-s3` artifact in your build.
This is currently not part of `netcdfAll.jar`..
This is done through the use of `S3RandomAccessFile` and byte range-requests, so downloading the entire object may not be needed.
For more information, see the [DatasetUrl](dataset_urls.html#object-stores) documentation.

## netCDF-Java API Changes (5.4.x)

### Opening remote files on Object Stores that support the AWS S3 API

Object Store support has been extended to interface with any AWS S3 API compatible system, and has been tested against Google Cloud Storage, Azure Blob Storage, ActiveScale Object Store, and Ceph.
Expand Down

0 comments on commit 72c98b5

Please sign in to comment.