title: Hue 4.6 and its improvements are out! author: Hue Team type: post date: 2019-12-05T02:36:35+00:00 url: /hue-4-6-and-its-improvements-are-out/ sf_thumbnail_type:
Version 4
Release
Hi Data Explorers,
The Hue Team is glad to thanks all the contributors and release Hue 4.6!

The focus of this release was to keep building on top of 4.5 and modularize the tech stack, improve SQL integrations and prepare major upcoming features of Hue 5. In particular now:
This release comes with 650+ commits and 100+ bug fixes! For all the changes, check out the release notes.
Go grab it and give it a spin!
Docker
docker run -it -p 8888:8888 gethue/4.6.0
Kubernetes :
helm repo add gethue https://helm.gethue.com
helm repo update
helm install hue gethue/hue
Here is a selection of the improvements:
Python 3: support is making progress and now can be beta tested. py3-ci CI branch, how to compile it and send feedback:
export PYTHON_VER=python3.6
make apps
Javascript testing switched to Jest and now supports headless
docs.gethue.com has been revamped
HUE-9023 [core] Logging HTTP requests code and size separately
Oozie: Coordinator sync action was pushed
Ko.js has been upgraded to the latest 3.5.1
Any feedback or question? Feel free to comment here or on the Forum and quick start SQL querying!
Onwards!