Skip to content

Releases: HDFGroup/hsds

v0.8.4

03 Oct 05:07
ca958f5
Compare
Choose a tag to compare

Minor update to fix PATH issue for running HSDS on Windows

v0.8.3

01 Sep 18:08
302105c
Compare
Choose a tag to compare

Fixes:

  • Issue with listing more than 1000 domains in Azure has been resolved (#257)

v0.8.2

30 Aug 18:20
c63c9ba
Compare
Choose a tag to compare

Features:

  • Updated setup script
  • Improved support for run hsds app on command line
  • Intelligent range get requests (for 1-dimensional datasets)
  • Base64 encoding option for fill value
  • Enable query by creation order for links and attributes

v0.8.0

07 Aug 16:27
Compare
Choose a tag to compare

Features:

  • Support for path traversal in getObjectByPath #219
  • Added setup instructions for Tencent Cloud
  • Add ChunkInitializer support
  • Removed RangegetProxy node

Fixes:

  • Fix GET datatype including bucket in domain #223
  • Fix arg order in HTTPRequestEntityTooLarge #206
  • Window compatibility update #209
  • Fix for k8sutil #209
  • Fix for high cpu usage on k8s - #199

v0.7.0

10 Oct 16:57
4202bf6
Compare
Choose a tag to compare

Updates:

  • Use Label Selectors to filter Kubernetes pods - #162
  • Python 3.9 support - #154
  • Make config keys optional - #149
  • Security Vulnerabilities - #147
  • Config to disable read/writes to non-default buckets - #138
  • Fix for domain objects not getting deleted in non-default bucket - #136
  • Support new Docker version - #134
  • Fix for HSDS pod errors when running under high load - #133
  • Streaming support - #126
  • Add HSDS package to PyPI - #116
  • No Docker option - #115
  • Fancy Indexing support - #109
  • Fix for nodes stock in waiting while scaling - #104
  • Enable Direct Access - #94
  • Enable AWS Lambda - #93
  • Support Azure RBAC using AD Groups - #79
  • Tool for updating references to linked files - #78
  • OpenShift support - #75
  • KeyCloak Authentication - #74

The 0.7.0 release target can be found here: #82

v0.6.3

12 Mar 23:29
Compare
Choose a tag to compare

Updates:

  • Updated "Quick Start" guide to use posix driver rather than OpenIO
  • Added support for KeyCloak Authentication
  • Fix for compound types that contain variable length fields
  • Added tool (hsds/tools/link_mod.py) to update the URI for linked files
  • Return 200 rather than 409 for idempotent PUT link requests
  • Added support for Kubernetes namespaces
  • Various documentation updates

v0.6.2

02 Nov 20:36
Compare
Choose a tag to compare

Updates:

  • Fix for datasets using compression + shuffle
  • Add linked_bytes to root scan output
  • Update for Kubernetes documentation
  • Verify domain is missing before returning 410 response
  • Allow either 403 or 404 response for RBAC group ACL request

v0.6

31 Aug 01:42
Compare
Choose a tag to compare

Updates:

  • Posix Storage
  • Azure Blob Storage
  • Azure Active Directory authentication
  • OpenID Authentication
  • AKS (Azure Kubernetes) support
  • DCOS support
  • AWS Lambda support for Hyperslab and Point selection
  • HSDS Python Package
  • CORS handling with aiohttp-cors
  • Update to Python 3,.8
  • Passwords removed from docker image
  • RBAC (role based access control support)
  • Domain checksums
  • File based configuration
  • BLOSC compression
  • HTTP client/server compression

See #47 for details.

v0.5

03 Apr 20:56
Compare
Choose a tag to compare

Updates:

  • Enable running on Kubernetes
  • Query update feature

v0.4

03 Apr 20:54
Compare
Choose a tag to compare

Updates:

  • Enable running on OpenIO cluster
  • Add bucket as optional parameter
  • Enable reading traditional HDF5 files stored as S3 objects
  • Support for CORS