Glance using API version 3

I have glances installed in a docker so I can get to the webpage http://ipaddress:62108.

This command
curl -X GET http://ipaddress:61208/api/2/cpu returns and error

I have v3 of the api installed

This
curl -X GET http://192.168.7.110:61208/api/3/cpu
Works.

Is the glances component going to be upgrade to v3 anytime soon