Skip to content

Commit

Permalink
[release] updates changelog for 0.2.118 (#13127)
Browse files Browse the repository at this point in the history
Co-authored-by: Dan King <daniel.zidan.king@gmail.com>
  • Loading branch information
iris-garden and danking authored Jun 10, 2023
1 parent 9059870 commit 87b8d0a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hail/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
SCALA_VERSION ?= 2.12.15
SPARK_VERSION ?= 3.3.0
HAIL_MAJOR_MINOR_VERSION := 0.2
HAIL_PATCH_VERSION := 117
HAIL_PATCH_VERSION := 118
HAIL_PIP_VERSION := $(HAIL_MAJOR_MINOR_VERSION).$(HAIL_PATCH_VERSION)
HAIL_VERSION := $(HAIL_PIP_VERSION)-$(SHORT_REVISION)
ELASTIC_MAJOR_VERSION ?= 7
Expand Down
18 changes: 18 additions & 0 deletions hail/python/hail/docs/change_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,24 @@ Please note that **forward compatibility should not be expected, especially
relating to file formats**: this means that it may not be possible to use
an earlier version of Hail to read files written in a later version.

## Version 0.2.118

Released 2023-05-30

### New Features

- (hail#13140) Enable `hail-az` and Azure Blob Storage `https` URLs to contain SAS tokens to enable bearer-auth style file access to Azure storage.
- (hail#13129) Allow subnet to be passed through to gcloud in hailctl.

### Bug Fixes

- (hail#13126) Query-on-Batch pipelines with one partition are now retried when they encounter transient errors.
- (hail#13113) `hail.ggplot.geom_point` now displays a legend group for a column even when it has only one value in it.
- (hail#13075) (hail#13074) Add a new transient error plaguing pipelines in Query-on-Batch in Google: `java.net.SocketTimeoutException: connect timed out`.
- (hail#12569) The documentation for `hail.ggplot.facets` is now correctly included in the API reference.

---

## Version 0.2.117

Released 2023-05-19
Expand Down

0 comments on commit 87b8d0a

Please sign in to comment.